From 7b8dc0b304a1cb7d6d5568aed28e06437ed2621c Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 8 Mar 2007 17:51:56 +0000 Subject: [PATCH] invoke prep with fedora core release argument --- bootcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2