X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=1c990c48534f695ee87b79c09240a8e93b32d1c4;hb=90adf7e12b62615ab114dd64e11410d1c110150d;hp=80b3400381ddb01dd47897e24f40cec9c182f192;hpb=c9f6863aedfca503474371136e412dca8d06150f;p=vserver-reference.git diff --git a/build.sh b/build.sh index 80b3400..1c990c4 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: build.sh,v 1.5 2006/03/29 17:08:45 mlhuang Exp $ +# $Id: build.sh,v 1.7 2006/03/29 20:26:41 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -80,6 +80,9 @@ while getopts "r:a:h" opt ; do esac done +# Do not tolerate errors +set -e + # Make /vservers vroot=$PWD/vservers/vserver-reference install -d -m 755 $vroot @@ -90,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.