From: Mark Huang Date: Fri, 2 Sep 2005 19:09:33 +0000 (+0000) Subject: - build PlanetLab-Bootstrap.tar.bz2 (new, full version of alpina-Bootstrap.tar.bz2) X-Git-Tag: BOOTMANAGER_PL_BOX_STABLE~8 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=16a01b302bd1e743eb58c9e4c41075c7484b558a - build PlanetLab-Bootstrap.tar.bz2 (new, full version of alpina-Bootstrap.tar.bz2) --- 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