Old style fixed partitions in KS-- Anaconda bug??

Pablo Iranzo Gómez Pablo.Iranzo at redhat.com
Tue Feb 5 12:58:09 UTC 2008


	Isn't LVM an option?

sfdisk --force /dev/hda <<EOF
0,200,83,*
201,,8e
EOF

	Then:

part /boot --fstype ext3  --onpart=hda1
part pv.6  --onpart=hda3
volgroup THEBIGONE pv.6
logvol / --fstype ext3 --name=root --vgname=THEBIGONE --size=1024
logvol /home --fstype ext3 --name=home --vgname=THEBIGONE --size=150
logvol /opt --fstype ext3 --name=opt --vgname=THEBIGONE --size=2000
logvol /tmp --fstype ext3 --name=tmp --vgname=THEBIGONE --size=1024
logvol /usr --fstype ext3 --name=usr --vgname=THEBIGONE --size=1500
logvol swap --fstype swap --vgname=THEBIGONE --name=Swap  --size=256



	So just have two partitions, always hda1 as /boot, and the rest for a
LVM PV ;)

	Regards
	Pablo

PD: I have to dd first sectors of LVM in order to get it working for a
reinstallation

	
-- 

Pablo Iranzo Gómez (Pablo.Iranzo at redhat.com)
RHCE/Global Profesional Services Consultant Spain
Phone: +34 645 01 01 49 (CET/CEST)
GnuPG KeyID: 0xFAD3CF0D
---
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain
Dirección Registrada: Red Hat S.L., C/ Velazquez 63, Madrid 28001, Spain
Inscrita en el Reg. THEBIGONEntil de Madrid – C.I.F. B82657941
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Esta parte del mensaje est? firmada	digitalmente
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20080205/1764756b/attachment.sig>


More information about the Kickstart-list mailing list