use name /etc/planetlab/nodefamily, same as within myplc
[bootcd.git] / 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"