| Home
 | Calendar
 | Mail Lists
 | List Archives
 | Desktop SIG
 | Hardware Hacking SIG
 Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | About BLU  | 
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