From: Mark Huang Date: Tue, 11 Apr 2006 15:42:04 +0000 (+0000) Subject: - specify coreutils explicitly because groupinstall does not honor X-Git-Tag: myplc-0_4-rc1~21 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=48beab6dd94246ff981ccd1acfe06ad96cf6dd54 - specify coreutils explicitly because groupinstall does not honor Requires(pre) dependencies properly, and most %pre scripts require coreutils to be installed first. --- 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"