Using an existing LVM

Coe, Colin C. Colin.Coe at woodside.com.au
Thu Jun 29 23:30:07 UTC 2006


Hi all

I'm having a problem or two with re-using an existing LVM partition
during a KickStart installation.  This particular install is supposed to
leave the /boot and /local/dsk partitions intact, over-writing /.

The partition part of the ks.cfg is:

zerombr yes
clearpart --none
part /boot --noformat --onpart sda1
part swap --onpart sda2
part / --onpart sda3
part swap --onpart sdb1
part pv.10 --noformat --onpart sda5
part pv.11 --noformat --onpart sdb2
volgroup Vol00 pv.10 pv.11 --noformat
logvol /local/dsk --vgname=Vol00 --noformat --name=LocalData

Any ideas what I'm doing wrong here?

Using RHEL3u7 and RHEL3u8BETA.

Thanks

CC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20060630/728bde69/attachment.htm>


More information about the Kickstart-list mailing list