From 16a01b302bd1e743eb58c9e4c41075c7484b558a Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 2 Sep 2005 19:09:33 +0000 Subject: [PATCH] - build PlanetLab-Bootstrap.tar.bz2 (new, full version of alpina-Bootstrap.tar.bz2) --- support-files/Makefile | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/support-files/Makefile b/support-files/Makefile index c8f85c6..3ea3daf 100644 --- a/support-files/Makefile +++ b/support-files/Makefile @@ -1,4 +1,16 @@ -all: alpina-BootLVM.tar.gz alpina-BootstrapRPM.tar.gz alpina-PartDisks.tar.gz +# +# Build bootstrap tarballs. The alpina-* files are deprecated and are +# only included for historical purposes. Version 2 BootCDs still +# require them; Version 3 BootCDs come with the tools pre-installed. +# +# Aaron Klingaman +# Mark Huang +# Copyright (C) 2005 The Trustees of Princeton University +# +# $Id$ +# + +all: alpina-BootLVM.tar.gz alpina-BootstrapRPM.tar.gz alpina-PartDisks.tar.gz PlanetLab-Bootstrap.tar.bz2 alpina-BootLVM.tar.gz: ./buildsupport.sh build BootLVM @@ -9,5 +21,9 @@ alpina-BootstrapRPM.tar.gz: alpina-PartDisks.tar.gz: ./buildsupport.sh build PartDisks +PlanetLab-Bootstrap.tar.bz2: + ./buildnode.sh + clean: ./buildsupport.sh clean + rm -f PlanetLab-Bootstrap.tar.bz2 -- 2.43.0