Displaying 1 result from an estimated 1 matches for "swapvolum".
Did you mean:
swapvolume
2008 Apr 25
2
PXE / Kickstart / nfs ....
...ed
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --all --drives=sda
part /boot --fstype ext3 --size=100 --ondisk=sda
part pv.8 --size=1 --grow --ondisk=sda
volgroup RootVolumeGroup pv.8
#volgroup SwapVolumeGroup pv.9
logvol swap --fstype swap --name=SwapVolume --vgname=RootVolumeGroup --size=4064
logvol / --fstype ext3 --name=rootVolume --vgname=RootVolumeGroup --size=1 --grow
%packages
@admin-tools
@base
@core
@development-libs
@development-tools
@editors
@system-tools
kernel-devel
%post --nochroo...