Kickstart with LVM

Yang Xiao yxiao2004 at gmail.com
Mon Oct 17 20:31:51 UTC 2005


part /boot --fstype ext3 --size 128 --asprimary
part pv.00 --size=0 --grow --asprimary
volgroup vg00 pv.00
logvol swap --fstype swap --name=swap.vol --vgname=vg00 --size=2048
logvol / --fstype ext3 --name=root.vol --vgname=vg00 --size=2048
logvol /usr --fstype ext3 --name=usr.vol --vgname=vg00 --size=4096
logvol /var --fstype ext3 --name=var.vol --vgname=vg00 --size=4096
logvol /tmp --fstype ext3 --name=tmp.vol --vgname=vg00 --size=2048
 just in case anybody else is interested ..

 On 10/17/05, Yang Xiao <yxiao2004 at gmail.com> wrote:
>
> Hi all,
> can someone please post an example of kickstart script using LVM?
> Many thanks,
>  - Yang
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20051017/04cdee49/attachment-0001.htm>


More information about the fedora-list mailing list