This is the snippet I'm attempting to get to work. I am calling it in place of the autopart command in the sample kickstart.
#set $vgname = "VolGroup00" set \$(list-harddrives) let numd=\$#/2 d1=\$1 d2=\$3 d3=\$5 d4=\$7 part /boot --fstype ext3 --size=500 --asprimary --ondisk=\$d1 part swap --size=4000 --asprimary --ondisk=\$d1 part pv.00 --size=100 --grow --asprimary --ondisk=$\d1 volgroup $vgname pv.00 logvol / --vgname=$vgname --size=100000 --name=sysroot --fstype ext3 logvol /home --vgname=$vgname --size=5000 --name=home --fstype ext3 logvol /opt --vgname=$vgname --size=5000 --name=opt --fstype ext3 part /data1 --fstype ext3 --size=1000000 --ondisk=\$d2 part /data2 --fstype ext3 --size=1000000 --ondisk=\$d3 part /data3 --fstype ext3 --size=1000000 --ondisk=\$d4
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
