X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=support-files%2Fbuildnode.sh;h=3fc005b5bae6dcd4c4f80470dbda78ed46acb374;hb=48beab6dd94246ff981ccd1acfe06ad96cf6dd54;hp=87903afc9a7ada8a94ca54745b2757fb7c594d56;hpb=dc8d8c9e8ec6b53bacf62fd301bbf0b28e836e44;p=bootmanager.git diff --git a/support-files/buildnode.sh b/support-files/buildnode.sh index 87903af..3fc005b 100755 --- a/support-files/buildnode.sh +++ b/support-files/buildnode.sh @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2005-2006 The Trustees of Princeton University # -# $Id: buildnode.sh,v 1.6 2006/04/03 19:40:23 mlhuang Exp $ +# $Id: buildnode.sh,v 1.7 2006/04/05 21:45:34 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -69,8 +69,10 @@ export PL_BOOTCD=1 # mkfedora runs either yum-arch or createrepo on that directory. dev # is specified explicitly because of a stupid bug in its %post script # that causes its installation to fail; see the mkfedora script for a -# full explanation. -mkfedora -v -r $releasever -a $basearch -g PlanetLab -p dev $VROOT +# full explanation. coreutils is specified explicitly because +# groupinstall does not honor Requires(pre) dependencies properly, and +# most %pre scripts require coreutils to be installed first. +mkfedora -v -r $releasever -a $basearch -p dev -p coreutils -g PlanetLab $VROOT # Disable unnecessary services echo "* Disabling unnecessary services"