summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-02-04 20:08:00 +0100
committerDaniel Baumann <daniel@debian.org>2012-02-06 23:15:11 +0100
commitcc9fb10e25736c99dfacaf92b5d5df3b96d80f59 (patch)
tree6980270481d9cb5f5b5d776b1906dabe5796dd77
parentd2944e43410763aed54d5947af6f472b3f8db255 (diff)
downloadvyos-live-build-cc9fb10e25736c99dfacaf92b5d5df3b96d80f59.tar.gz
vyos-live-build-cc9fb10e25736c99dfacaf92b5d5df3b96d80f59.zip
Removing removal of bootstrap-base udeb in binary_debian-installer.
If both bootstrap-base and live-installer are available on the installer, live-installer is prefereded by d-i (because of the live specific .disk info). If live-installer is included, can be disabled with live-installer/enable=false and d-i will use bootstrap-base in order to debootstrap the base system on /target.
-rwxr-xr-xscripts/build/lb_binary_debian-installer10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 2135b8c1e..793ba53aa 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -604,16 +604,6 @@ then
rm -f ${EXCLUDE}_*.udeb
done < exclude
- # Enable live-installer
- if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
- then
- # Remove local udebs
- rm -f pool/main/b/base-installer/bootstrap-base_*.udeb
-
- # Remove d-i udebs
- rm -f bootstrap-base_*.udeb
- fi
-
# Moving udebs
for UDEB in ${UDEBS}
do