- build using fc4, need -k to avoid installing vanilla fc4 kernel
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 May 2006 19:19:55 +0000 (19:19 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 May 2006 19:19:55 +0000 (19:19 +0000)
prep.sh

diff --git a/prep.sh b/prep.sh
index 1ffcc76..27bc7ba 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: build.sh,v 1.5 2006/03/29 17:08:45 mlhuang Exp $
+# $Id: prep.sh,v 1.1 2006/04/03 19:35:39 mlhuang Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -114,7 +114,7 @@ rpmquery --specfile bootcd.spec --queryformat '%{VERSION}\n' | head -1 >build/ve
 for package in "${packagelist[@]}" ; do
     packages="$packages -p $package"
 done
-mkfedora -v -r $releasever -a $basearch $packages $bootcd
+mkfedora -v -r $releasever -a $basearch -k $packages $bootcd
 
 # Disable all services in reference image
 chroot $bootcd sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off"