James,
Thank You, that worked like a charm!
steve
James Puellmann wrote:
I've used %include for partitioning without any problems with RHEL ES
4 by putting the partition %include directive between the "mouse" and
"bootloader" options. (before the %pre) and then doing this in the %pre:
cat > /tmp/include << EOF
zerombr yes
clearpart --all
partition /boot --fstype=ext3 --size=200
partition swap --size=2000
partition pv.01 --size=1000 --grow
volgroup myvg pv.01
logvol / --vgname=myvg --name=rootvol --size=1000 --grow
logvol /tmp --vgname=myvg --name=tmp --size=1024
EOF