summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:05:10 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commit4bc50b69ce6fb6852281420fdead84252955962a (patch)
tree3657fff30b3bfb427e8bfca81e9221d0c2ce5637 /helpers/lh_binary_debian-installer
parent0c4f6feead1ab33db5f8847a3f83dfe2f0e48cf5 (diff)
downloadvyos-live-build-4bc50b69ce6fb6852281420fdead84252955962a.tar.gz
vyos-live-build-4bc50b69ce6fb6852281420fdead84252955962a.zip
Adding support for live-installer.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer8
1 files changed, 7 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 39cd0a126..280dea06c 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -35,7 +35,7 @@ Set_defaults
# Setting remote d-i directories
case "${LH_DEBIAN_INSTALLER}" in
- enabled|cdrom|netinst|businesscard)
+ enabled|cdrom|netinst|businesscard|live)
DI="cdrom"
DI_GTK="${DI}/gtk"
DI_KERNEL="vmlinuz"
@@ -381,6 +381,12 @@ do
rm -f "${EXCLUDE}"_*.udeb
done
+# Enable live-installer
+if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
+then
+ rm -f bootstrap-base_*.udeb
+fi
+
# Moving udebs
for UDEB in ${UDEBS}
do