From 10d15f7ee3d3b038d49f51ce023822d7998713b1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 23 Apr 2008 15:36:02 +0000 Subject: [PATCH] use name /etc/planetlab/nodefamily, same as within myplc --- prep.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.43.0