permanently switch to netinst, since businesscard is now gone

This commit is contained in:
George Danchev 2012-07-15 06:07:39 +00:00
parent c54f35de8d
commit 78bb4a0be4
1 changed files with 1 additions and 2 deletions

View File

@ -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