diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-10 23:44:46 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:14 +0100 |
commit | 5494a2d9bb68ff1936ffe78e828681967b9b11eb (patch) | |
tree | b23d1395fefd5d46db4e2f89895b72652c334650 | |
parent | 477f01453f493affc93acf30b6216a2417470278 (diff) | |
download | vyos-live-build-5494a2d9bb68ff1936ffe78e828681967b9b11eb.tar.gz vyos-live-build-5494a2d9bb68ff1936ffe78e828681967b9b11eb.zip |
Also creating .disk meta information on usb images, otherwise debian-installer doesn't detect the installer media.
-rwxr-xr-x | helpers/binary_disk | 2 | ||||
-rwxr-xr-x | helpers/source_disk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_disk b/helpers/binary_disk index d678cea2a..69f2e0bcd 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 8a2ae7998..69512761f 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*) ;; *) |