]> scripts.mit.edu Git - xen.git/commitdiff
More installation steps put into Kickstart.
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 20 Sep 2010 18:14:28 +0000 (14:14 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Mon, 20 Sep 2010 18:14:28 +0000 (14:14 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
scripts.ks

index d37ea61cc369e44565866dd5abe749ba5e6cc6e3..cee6ca1d477d530ee98a3b8282e61620e2ae8ef7 100644 (file)
@@ -29,15 +29,30 @@ part swap --grow --size=1
 bootloader --location=mbr --driveorder=xvda,xvde --append="console=hvc0 rhgb quiet"
 repo --name="Fedora ${fedora_release} - ${arch}"  --baseurl=${official_mirror}/fedora/linux/releases/${fedora_release}/Everything/${arch}/os/
 
-user --name=scripts-build
+services --enabled=network,named --disabled=avahi-daemon,nfslock,pcscd,rpcbind,rpcgssd,rpcidmapd,isdn,sendmail
+
+user --name=scripts-build --groups=mock
+
+poweroff
 
 %packages
+@core
+@online-docs
+# Build tools
 subversion
 make
 redhat-lsb
 autofs
 vim
 emacs
-@core
-@online-docs
+mock
+# Scripts software
+bind
+mod_fcgid
+nrpe
+nagios-plugins-all
+fprintd-pam
+389-ds-base
+# Installed so we can disable its service
+isdn4k-utils
 %end