use name /etc/planetlab/nodefamily, same as within myplc
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 23 Apr 2008 15:36:02 +0000 (15:36 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 23 Apr 2008 15:36:02 +0000 (15:36 +0000)
prep.sh

diff --git a/prep.sh b/prep.sh
index 8de319c..5e9da76 100755 (executable)
--- 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"