From: Thierry Parmentelat Date: Wed, 23 Apr 2008 15:36:02 +0000 (+0000) Subject: use name /etc/planetlab/nodefamily, same as within myplc X-Git-Tag: BootCD-4.2-2~2 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=10d15f7ee3d3b038d49f51ce023822d7998713b1 use name /etc/planetlab/nodefamily, same as within myplc --- diff --git a/prep.sh b/prep.sh index 8de319c..5e9da76 100755 --- a/prep.sh +++ b/prep.sh @@ -67,7 +67,8 @@ for file in pl_sysinit pl_hwinit pl_netinit pl_validateconf pl_boot ; do done # Write nodefamily stamp, to help bootmanager do the right thing -echo $nodefamily > $bootcd/etc/nodefamily +mkdir -p $bootcd/etc/planetlab +echo $nodefamily > $bootcd/etc/planetlab/nodefamily # Install fallback node configuration file echo "* Installing fallback node configuration file"