From 35697966da656585c43e2a2342a135ada65703cb Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Wed, 20 Jan 2016 17:53:55 +0100 Subject: Turn on fuelmenu by default, turn off biosdevname Added experimental Fuel build loop, rebuilding up to ten times while keeping the package cache, in the hope that all packages will be able to download. Added snapshot support into this script as well. Changed naming of OPNFV iso label to OPNFV_FUEL_, made changes in ks.cfg and isolinux.cfg to look for this name at install. Change-Id: Ic28a3af769cfc90416d7d988afd6f07eadcef4f1 Signed-off-by: Stefan K. Berg --- build/install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/install') diff --git a/build/install/install.sh b/build/install/install.sh index 6155a4162..4e0389ed8 100755 --- a/build/install/install.sh +++ b/build/install/install.sh @@ -464,7 +464,7 @@ if [ $MODE = "iso" ]; then TMP_ISOPUPPET=`mktemp -d /tmp/XXXXXXX` ORIGISO=$2 NEWISO=$3 - VOLUMEID="$4 $5" + VOLUMEID="$4_$5" REPORTFILE="${NEWISO}.txt" echo "Opening reportfile at $REPORTFILE" touch $REPORTFILE -- cgit 1.2.3-korg