From: Marc Fiuczynski Date: Thu, 8 Mar 2007 17:51:56 +0000 (+0000) Subject: invoke prep with fedora core release argument X-Git-Tag: bootcd-3.4-2~46 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7b8dc0b304a1cb7d6d5568aed28e06437ed2621c;p=bootcd.git invoke prep with fedora core release argument --- diff --git a/bootcd.spec b/bootcd.spec index fee373a..47ad2e2 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -40,7 +40,7 @@ Central servers. pushd bootcd # Build the reference image -./prep.sh +./prep.sh -r $([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo 4) # Build the default configuration (PlanetLab) ./build.sh