Re: Issue using --percent with "logvol" in RHEL 6 kickstart file
Jeff Wells <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
Moving from 6.0 to 6.1 took care of it. Thanks guys, --Jeff On Jun 20, 2011, at 8:58 AM, Chris Lumens wrote: >> 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 > [email protected] > https://www.redhat.com/mailman/listinfo/kickstart-list