From: Thierry Parmentelat Date: Fri, 11 Aug 2006 13:04:03 +0000 (+0000) Subject: dev replaced with udev for mkfedora package checking X-Git-Tag: planetlab-4_0-rc1~24 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=89469dd8adb01299864a37a76739e44b940f9480 dev replaced with udev for mkfedora package checking --- diff --git a/support-files/buildnode.sh b/support-files/buildnode.sh index 0bbc6ea..78b7e0c 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.10 2006/04/11 22:13:18 mlhuang Exp $ +# $Id: buildnode.sh,v 1.11 2006/05/18 18:42:33 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -73,7 +73,7 @@ export PL_BOOTCD=1 # because groupinstall does not honor Requires(pre) dependencies # properly, most %pre scripts require coreutils to be installed first, # and some of our %post scripts require python. -mkfedora -v -r $releasever -a $basearch -k -p dev -p coreutils -p python -g PlanetLab $VROOT +mkfedora -v -r $releasever -a $basearch -k -p udev -p coreutils -p python -g PlanetLab $VROOT # Disable unnecessary services echo "* Disabling unnecessary services"