summaryrefslogtreecommitdiff
path: root/helpers/source_disk
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-02-18 17:34:29 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commitc66942f06ed5dcebab29711afee6dcef8d865adf (patch)
tree52a5557cfe76cc3cc7e386e5b9b52436832e0a94 /helpers/source_disk
parent9d6a4dedc2736389349345c29d3a8a48b7b70692 (diff)
downloadlive-build-c66942f06ed5dcebab29711afee6dcef8d865adf.zip
live-build-c66942f06ed5dcebab29711afee6dcef8d865adf.tar.gz
Reworking iso-hybrid as an independent binary image type.
Diffstat (limited to 'helpers/source_disk')
-rwxr-xr-xhelpers/source_disk12
1 files changed, 8 insertions, 4 deletions
diff --git a/helpers/source_disk b/helpers/source_disk
index a765bb4..50db471 100755
--- a/helpers/source_disk
+++ b/helpers/source_disk
@@ -23,10 +23,14 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LH_SOURCE_IMAGES}" != "iso" ]
-then
- exit 0
-fi
+case "${LH_SOURCE_IMAGES}" in
+ iso*)
+ ;;
+
+ *)
+ exit 0
+ ;;
+esac
Echo_message "Begin installing disk information..."