From 5008ce82ee668ec766f794e44d999a9fd58d0cac Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 16 Aug 2007 21:39:33 +0000 Subject: [PATCH] specify architecture to build bootcd for --- bootcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0