I am working with RedHat 7.1. I have one 80GB drive in my system. I want 4GB of swap. On the internet, I read that a Linux swap partition is limited to 2GB, so I want to make 2 2GB swap partitions. My current partitioning scheme in my ks.cfg file looks like the following: clearpart --all part /boot --size 16 part swap --size 2000 part / --size 250 part /usr --size 4000 part /var --size 4000 --grow part /usr/local --size 4000 part /home --size 4000 If I add another line for swap identical to the first one, when my system tries to boot after kickstart I get a kernel panic: "kernel panic: VFS: Unable to mount root fs on 03:0a". What is the syntax for creating a 2nd swap partition in 7.1 kickstart? Thanks! Rebecca