From: Mark Huang Date: Mon, 15 May 2006 21:13:58 +0000 (+0000) Subject: - build FC4 based Boot CD by default X-Git-Tag: bootcd-3.4-2~79 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bb01b049d941cc8ff061d6d36d9fe706a848b6de;p=bootcd.git - build FC4 based Boot CD by default --- diff --git a/bootcd.spec b/bootcd.spec index 7827f6d..d3ca071 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -40,7 +40,7 @@ Central servers. pushd bootcd # Build the reference image -./prep.sh -r 4 +./prep.sh # Build the default configuration (PlanetLab) ./build.sh diff --git a/prep.sh b/prep.sh index 27bc7ba..94a17ba 100755 --- a/prep.sh +++ b/prep.sh @@ -8,7 +8,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: prep.sh,v 1.1 2006/04/03 19:35:39 mlhuang Exp $ +# $Id: prep.sh,v 1.2 2006/05/15 19:19:55 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -27,7 +27,7 @@ fi export PATH # Release and architecture to install -releasever=2 +releasever=4 basearch=i386 # Packages to install