Re: part-include

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux