summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-07-10 23:44:46 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:14 +0100
commit5494a2d9bb68ff1936ffe78e828681967b9b11eb (patch)
treeb23d1395fefd5d46db4e2f89895b72652c334650
parent477f01453f493affc93acf30b6216a2417470278 (diff)
downloadlive-build-5494a2d9bb68ff1936ffe78e828681967b9b11eb.zip
live-build-5494a2d9bb68ff1936ffe78e828681967b9b11eb.tar.gz
Also creating .disk meta information on usb images, otherwise debian-installer doesn't detect the installer media.
-rwxr-xr-xhelpers/binary_disk2
-rwxr-xr-xhelpers/source_disk2
2 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_disk b/helpers/binary_disk
index d678cea..69f2e0b 100755
--- a/helpers/binary_disk
+++ b/helpers/binary_disk
@@ -24,7 +24,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi
Set_defaults
case "${LH_BINARY_IMAGES}" in
- iso*)
+ iso*|usb*)
;;
*)
exit 0
diff --git a/helpers/source_disk b/helpers/source_disk
index 8a2ae79..6951276 100755
--- a/helpers/source_disk
+++ b/helpers/source_disk
@@ -24,7 +24,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi
Set_defaults
case "${LH_SOURCE_IMAGES}" in
- iso*)
+ iso*|usb*)
;;
*)