From 07adf8943dcaa84d0369878487aaf3e8cbdbd0b9 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 28 Feb 2020 13:59:33 -0600 Subject: [PATCH] mk_mmc.sh: cleanup BASE_IMAGE=netboot Signed-off-by: Robert Nelson --- mk_mmc.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index f79f3a8..a246af7 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -275,7 +275,7 @@ dl_kernel_image () { } actually_dl_netinstall () { - ${dl} --directory-prefix="${DIR}/dl/${DISTARCH}" "http://ftp.debian.org/debian/dists/${DIST}/main/installer-${ARCH}/current/images/${BASE_IMAGE}/initrd.gz" + ${dl} --directory-prefix="${DIR}/dl/${DISTARCH}" "http://ftp.debian.org/debian/dists/${DIST}/main/installer-${ARCH}/current/images/netboot/initrd.gz" MD5SUM=$(md5sum "${DIR}/dl/${DISTARCH}/initrd.gz" | awk '{print $1}') } @@ -284,11 +284,6 @@ dl_netinstall_image () { echo "Downloading NetInstall Image" echo "-----------------------------" - ##FIXME: "network-console" support... - debian_boot="netboot" - - BASE_IMAGE="netboot" - if [ -f "${DIR}/dl/${DISTARCH}/initrd.gz" ] ; then rm -f "${DIR}/dl/${DISTARCH}/initrd.gz" || true actually_dl_netinstall