From: Marc Fiuczynski Date: Thu, 16 Aug 2007 21:39:33 +0000 (+0000) Subject: specify architecture to build bootcd for X-Git-Tag: bootcd-3.4-2~43 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5008ce82ee668ec766f794e44d999a9fd58d0cac;p=bootcd.git specify architecture to build bootcd for --- diff --git a/bootcd.spec b/bootcd.spec index a5adc8c..addf1d1 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -40,7 +40,7 @@ Central servers. pushd bootcd # Build the reference image -./prep.sh -r $([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo 4) +./prep.sh -a $(uname -i) -r $([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo 4) # Build the default configuration (PlanetLab) ./build.sh