From 8bbbf72ea5925da0f363f79f3774ad9df562ad8d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 2 May 2006 14:58:47 +0000 Subject: [PATCH 1/1] - restore default configuration to cache --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b3c2c04..49d6ef2 100755 --- a/build.sh +++ b/build.sh @@ -273,6 +273,7 @@ rm -f $data/var/www/html/download/*.{iso,usb} RETVAL=$(($RETVAL+$?)) # Restore default configuration -rm -f $data/etc/planetlab/plc_config.xml $data/etc/planetlab/configs/bootstrap.xml +rm -f $data/etc/planetlab/configs/bootstrap.xml +install -D -m 444 $config $data/etc/planetlab/plc_config.xml exit $RETVAL -- 2.43.0