summaryrefslogtreecommitdiffstats
path: root/genome-respin/repo/conf.d
diff options
context:
space:
mode:
authorMatt Hicks <mhicks@localhost.localdomain>2008-07-08 09:38:53 -0400
committerMatt Hicks <mhicks@localhost.localdomain>2008-07-08 09:38:53 -0400
commitbd8dabf95900a4a244cb28383cb494bb2067a331 (patch)
treef37a5a0558eb8c62c4ad5fe2d6d91d48ad9abfc2 /genome-respin/repo/conf.d
parent504bfb65b2be9c728f40fcf211c4af93fd0b6ce2 (diff)
downloadtools-bd8dabf95900a4a244cb28383cb494bb2067a331.tar.gz
tools-bd8dabf95900a4a244cb28383cb494bb2067a331.tar.xz
tools-bd8dabf95900a4a244cb28383cb494bb2067a331.zip
Fixing the RPM dependencies to include revisor-cli
Adding the yum-fastestmirror recommendation to the docs Disabling the NetworkManager service in the kickstart to fix F8 networking Making the Root LVM partition grow
Diffstat (limited to 'genome-respin/repo/conf.d')
-rw-r--r--genome-respin/repo/conf.d/genome-ks.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/genome-respin/repo/conf.d/genome-ks.cfg b/genome-respin/repo/conf.d/genome-ks.cfg
index 553934b..2315437 100644
--- a/genome-respin/repo/conf.d/genome-ks.cfg
+++ b/genome-respin/repo/conf.d/genome-ks.cfg
@@ -9,6 +9,8 @@ text
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
+# Network Manager breaks networking on F8
+services --disabled=NetworkManager
# System keyboard
keyboard us
# System language
@@ -40,12 +42,10 @@ partition swap --size=2000
partition pv.01 --size=1000 --grow
volgroup HostVolGroup00 pv.01
logvol swap --fstype swap --name=Swap --vgname=HostVolGroup00 --size=1024
-logvol / --fstype ext3 --name=Root --vgname=HostVolGroup00 --size=10240
+logvol / --fstype ext3 --name=Root --vgname=HostVolGroup00 --size=10240 --grow
logvol /home --fstype ext3 --name=Home --vgname=HostVolGroup00 --size=2048
%packages
-# Let's put something a little more interesting here
-# just to show off some of the power of kickstart
kernel
kernel-devel
vim-enhanced