From 78bb4a0be4f79e9cc188f3f6f0b0ce1213cf3605 Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sun, 15 Jul 2012 06:07:39 +0000 Subject: [PATCH] permanently switch to netinst, since businesscard is now gone --- releng/manual_isojigdo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/releng/manual_isojigdo b/releng/manual_isojigdo index 7d40f5ba..a35a4b6c 100755 --- a/releng/manual_isojigdo +++ b/releng/manual_isojigdo @@ -51,8 +51,7 @@ RELENG_BOOT_CAT="isolinux/boot.cat" RELENG_IMG=t1 RES="" REMOTE_URL="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd" -REMOTE_IMG="debian-testing-i386-businesscard.iso" -#REMOTE_IMG="debian-testing-i386-netinst.iso" +REMOTE_IMG="debian-testing-i386-netinst.iso" # check for required items if [ "${RELENG_XORRISO}" = "" -o "${RELENG_DIR}" = "" -o "${RELENG_IMG}" = "" ]; then