Re: Issue using --percent with "logvol" in RHEL 6 kickstart file

Chris Lumens <[email protected]>
Newsgroups gmane.linux.redhat.kickstart.general
Message-ID <[email protected]>
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.