From eb4950fa3f01cc88a108f2b7ae009edc2a255a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 27 Feb 2015 10:24:26 +0000 Subject: [PATCH] Revert "Add debian-installer preseed file to override apt configuration" This reverts commit 9eeb33247b7209646afc6fe2f4d02a19e80f4abb. live-build puts the preseed file in the initrd so it actually replaces the preseed file put in place by debian-installer. That preseed actually hardcodes the release for the need of the mini.iso but the live image does not need such an hardcode as d-i can figure it out by itself by analyzing the repositories on the ISO. --- auto/config | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/auto/config b/auto/config index 6a361da..86e7392 100755 --- a/auto/config +++ b/auto/config @@ -85,24 +85,6 @@ if [ -n "$enable_pu" ]; then > config/archives/kali-proposed-updates.list.binary fi -if [ -e config/includes.installer/preseed.cfg ]; then - sed -i -e '/^# KALI OPTIONS/,$ d' config/includes.installer/preseed.cfg -fi - -cat >>config/includes.installer/preseed.cfg <