From 73925d612b31635e451bc9e31425ea0fa4720900 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 18 Oct 2014 11:33:45 +0200 Subject: g-i-installation: use unique names for rescue jobs names, use correct d-i preseed files names. --- bin/g-i-installation.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 0c0d63b0..5bfd912c 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -56,11 +56,9 @@ mkdir -p $RESULTS/log if [ -z "$5" ] || [ -z "$6" ] ; then DI_LANG="en" DI_LOCALE="en_US" - PRESEEDCFG="preseed.cfg" else DI_LANG=$5 DI_LOCALE=$6 - PRESEEDCFG="${DI_LANG}_preseed.cfg" fi # @@ -160,6 +158,7 @@ bootstrap_system() { QEMU_OPTS="$QEMU_OPTS -drive file=$LV,index=0,media=disk,cache=unsafe -m $RAMSIZE -net nic,vlan=0 -net user,vlan=0,host=10.0.2.1,dhcpstart=10.0.2.2,dns=10.0.2.254" QEMU_WEBSERVER=http://10.0.2.1/ # preseeding related variables + PRESEEDCFG="preseed.cfg" PRESEED_PATH=d-i-preseed-cfgs PRESEED_URL="url=$QEMU_WEBSERVER/$PRESEED_PATH/${NAME}_$PRESEEDCFG" INST_LOCALE="locale=$DI_LOCALE" -- cgit v1.2.3-70-g09d2