diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-10 23:44:46 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-10 23:44:46 +0200 |
commit | ccfd76ae4fde42d6da1f915f40f8100e1b5b0081 (patch) | |
tree | b23d1395fefd5d46db4e2f89895b72652c334650 | |
parent | f0574b68bc6f18698931a1e1dd1964a896bc8147 (diff) | |
download | vyos-live-build-ccfd76ae4fde42d6da1f915f40f8100e1b5b0081.tar.gz vyos-live-build-ccfd76ae4fde42d6da1f915f40f8100e1b5b0081.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*) ;; *) |