- build FC4 based Boot CD by default
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 May 2006 21:13:58 +0000 (21:13 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 May 2006 21:13:58 +0000 (21:13 +0000)
bootcd.spec
prep.sh

index 7827f6d..d3ca071 100644 (file)
@@ -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 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -8,7 +8,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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