- disable all services in vserver-reference image
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 21:18:10 +0000 (21:18 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 21:18:10 +0000 (21:18 +0000)
build.sh

index 179e9d9..1c990c4 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004-2006 The Trustees of Princeton University
 #
-# $Id: build.sh,v 1.6 2006/03/29 19:19:55 mlhuang Exp $
+# $Id: build.sh,v 1.7 2006/03/29 20:26:41 mlhuang Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -93,6 +93,9 @@ for package in "${packagelist[@]}" ; do
 done
 mkfedora -v -r $releasever -a $basearch $packages $vroot
 
+# Disable all services in reference image
+chroot $vroot sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off"
+
 # This tells the Boot Manager that it is okay to update
 # /etc/resolv.conf and /etc/hosts whenever the network configuration
 # changes. Users are free to delete this file.