> part /boot --fstype "ext3" --size=250 --asprimary > part pv.01 --size=1 --grow --ondisk=sda > volgroup vglocal00 pv.01 > logvol swap --fstype swap --name=swap00 --vgname=vglocal00 --size=2048 > logvol /tmp --fstype ext4 --name=tmp00 --vgname=vglocal00 --size=2048 > logvol /var/log --fstype ext4 --name=log00 --vgname=vglocal00 --percent=10 > logvol / --fstype ext4 --name=root00 --vgname=vglocal00 --percent=90 What happens if you specify pv.01 to be big enough to hold everything you're putting into it? part pv.01 --size=4096 --grow --ondisk=sda - Chris _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list