From 55ab2e2cc7f6d9fa4e5716e76284853213a2772f Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 11 Apr 2006 22:13:18 +0000 Subject: [PATCH] - don't delete the bootstrap root so that it can be inspected later --- support-files/buildnode.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/support-files/buildnode.sh b/support-files/buildnode.sh index ea8d202..e4a3e54 100755 --- a/support-files/buildnode.sh +++ b/support-files/buildnode.sh @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2005-2006 The Trustees of Princeton University # -# $Id: buildnode.sh,v 1.8 2006/04/11 15:42:04 mlhuang Exp $ +# $Id: buildnode.sh,v 1.9 2006/04/11 20:34:14 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -84,6 +84,5 @@ done # Build tarball echo "* Building bootstrap tarball" tar -cpjf PlanetLab-Bootstrap.tar.bz2 -C $VROOT . -rm -rf $VROOT exit 0 -- 2.43.0