Kickstart LVM partition examples

kent klnasveschuk at klnconsulting.net
Tue Jun 6 06:01:14 EDT 2006


Hello,
Just wondering if anyone using kickstart for RedHat or Fedora has
examples of setting up logical volumes in the config file.

This works but doesn't use logical volumes.

part /boot --bytes-per-inode=4096 --fstype="ext3" --ondisk=hda
--size=100 --asprimary
part / --bytes-per-inode=4096 --fstype="ext3" --grow --ondisk=hda
--size=1 --asprimary
part swap --size=512 --ondisk=hda --asprimary

I haven't had any success with examples I found on the Internet.

Kent N

 




More information about the Discuss mailing list