From: Mark Huang Date: Fri, 31 Mar 2006 21:17:49 +0000 (+0000) Subject: - do not automatically disable all services X-Git-Tag: plc-0_2-14~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bc7e8c6e7dfc0ad6b1d8344a2ede203c74aa1d2d;p=build.git - do not automatically disable all services --- diff --git a/mkfedora b/mkfedora index d403caf7..1eb8847d 100755 --- a/mkfedora +++ b/mkfedora @@ -13,7 +13,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: mkfedora,v 1.3 2006/03/29 19:19:19 mlhuang Exp $ +# $Id: mkfedora,v 1.4 2006/03/31 00:10:23 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -322,9 +322,6 @@ yum -c $vroot/etc/yum.conf --installroot=$vroot -y \ # Clean RPM state rm -f $vroot/var/lib/rpm/__db* -# Disable all services in reference image -chroot $vroot /bin/sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off" - # Clean up cleanup