[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Kickstart and logical volumes
- From: Gary Thomas <gary mlbassoc com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Kickstart and logical volumes
- Date: Thu, 17 Jan 2008 10:01:58 -0700
I'm running anaconda-11.4.0.21 + pykickstart-1.24
It bombs out on these lines from my kickstart file:
clearpart --linux --drives=sda
part /boot --fstype ext3 --size=200 --ondisk=sda
part pv.6 --size=0 --grow --ondisk=sda
volgroup VolGroup00 --pesize=32768 pv.6
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=256 --grow --maxsize=512
The problem is this (line 85):
pykickstart-1.24/pykickstart/commands/volgroup.py: vg = self.handler.VolGroup()
There is no VolGroup() handler defined.
Any help?
Note: these lines were created by a manual installation,
accepting the default layout, so I'd think it _should_ work.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]