From fc3f14a6fe65c868e582ae51b4758eade041ffea Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sat, 30 Jun 2018 23:35:43 +0200 Subject: [PATCH] Completely drop d-i option --- auto/config | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/auto/config b/auto/config index 544897c..88ca144 100755 --- a/auto/config +++ b/auto/config @@ -49,23 +49,6 @@ if [ ! -e "/usr/share/live/build/data/debian-cd/$dist" ]; then fi fi -# Debian-installer config -debian_installer_opts="--debian-installer-gui true --debian-installer-distribution $dist" - -case "$arch" in - amd64) - debian_installer_opts="$debian_installer_opts --debian-installer live" - ;; - i386) - debian_installer_opts="$debian_installer_opts --debian-installer live --linux-flavours 686-pae" - ;; - *) - echo "WARNING: configuration not tested on arch $arch" >&2 - ;; -esac -# add installer opts to lb config call -lb_opts="$lb_opts $debian_installer_opts" - # create some directories which we will need later mkdir -p config/package-lists mkdir -p config/includes.chroot