summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_iso
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-19 19:03:10 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commit5f3168deb73fd1e92bec83eb839b5d7381b6b023 (patch)
tree33e58fb3c82dc71c77cb8865731fbb275f5512e2 /helpers/lh_binary_iso
parenta5e675792ae54c66b7c9ca470d3e47bc45960272 (diff)
downloadlive-build-5f3168deb73fd1e92bec83eb839b5d7381b6b023.zip
live-build-5f3168deb73fd1e92bec83eb839b5d7381b6b023.tar.gz
Revert aborting live d-i installation if minimal/stripped is selected and instead attempt to not break the chroot too much in this case
Diffstat (limited to 'helpers/lh_binary_iso')
-rwxr-xr-xhelpers/lh_binary_iso13
1 files changed, 8 insertions, 5 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso
index 7d762af..32d4148 100755
--- a/helpers/lh_binary_iso
+++ b/helpers/lh_binary_iso
@@ -124,11 +124,14 @@ case "${LH_BOOTLOADER}" in
;;
esac
-case "${LH_PACKAGES_LISTS}" in
- stripped|minimal)
- GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -m ${GENISOIMAGE_EXCLUDE}"
- ;;
-esac
+if [ "${LH_DEBIAN_INSTALLER}" != "live" ]
+then
+ case "${LH_PACKAGES_LISTS}" in
+ stripped|minimal)
+ GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -m ${GENISOIMAGE_EXCLUDE}"
+ ;;
+ esac
+fi
cat > binary.sh << EOF
genisoimage ${GENISOIMAGE_OPTIONS} -o binary.iso -J -l -cache-inodes -allow-multidot binary