From bb01b049d941cc8ff061d6d36d9fe706a848b6de Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 15 May 2006 21:13:58 +0000 Subject: [PATCH] - build FC4 based Boot CD by default --- bootcd.spec | 2 +- prep.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0