Technology

Fedora 11 Kickstart and SATA drives

My Fedora 11 Kickstart installs fail if I have the drive line look like this: part / --size 1 --grow --fstype ext3 I was able to make it work by giving it a real size: part / --size 10240 --fstype ext3 That seemed to make it work.  I also noted that this bug has already been reported.