[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Taroon kickstart installs with jfs
- From: D M <tallinu comcast net>
- To: taroon-beta-list redhat com
- Subject: Taroon kickstart installs with jfs
- Date: 12 Aug 2003 13:22:36 -0700
I don't think this is a bug, maybe it's an enhancement?
We've tested several installs using kickstart with the Taroon source,
during this we tried the following:
part /boot --size 50 --ondisk sda --fstype ext3
part swap --size 2024 --ondisk sda
part swap --size 2024 --ondisk sdb
part pv.1 --size 1 --grow --ondisk sda
part pv.2 --size 1 --grow --ondisk sdb
volgroup rootvg pv.1 pv.2
logvol / --fstype jfs --vgname=rootvg --size=300 --name=rootlv
logvol /var --fstype jfs --vgname=rootvg --size=300 --name=varlv
logvol /usr --fstype jfs --vgname=rootvg --size=2000 --name=usrlv
logvol /tmp --fstype jfs --vgname=rootvg --size=100 --name=tmplv
logvol /home --fstype jfs --vgname=rootvg --size=100 --name=homelv
logvol /opt --fstype jfs --vgname=rootvg --size=200 --name=optlv
this failed on install, but booting the server via CD revealed that the
vg and lv's were created, as well as jfs filesystems, but the kernel
didn't support jfs, and the install stopped on mounting the new FS'.
I guess the request is... can we get jfs supported in the install
kernel?
Douglas
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]