I set up a kickstart file using the kickstart configuration tool. When I try to use the kickstart file I get an error that states "the following problem uccured on line 37 of the kickstart file. Mount point required for partition." Here is the partition info in the ks file...
# Disk partitioning information
part / --asprimary --bytes-per-inode=4096 --fstype="ext3" --size=120000
part /boot --asprimary --bytes-per-inode=4096 --fstype="ext3" --size=100
part /home --asprimary --bytes-per-inode=4096 --fstype="ext3" --size=15000
part --asprimary --bytes-per-inode=4096 --fstype="swap" --recommended
Line 37 is the swap file. Now I've tried adding "swap" right after the part entry but no dice.
Any idea where I've wandered off the tracks?
Thanks,
Mike