From: amnesia Date: Sun, 7 Feb 2010 14:14:34 +0000 (+0100) Subject: Correcting live-media=removeable{,-usb} behaviour to match the documented one. X-Git-Tag: debian/2.0.15-1~227 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=2f2e77d4364b3248a2633505d4f7a25cc659e71e;p=live-boot-grml.git Correcting live-media=removeable{,-usb} behaviour to match the documented one. The manpage states that "the keyword 'removable' can be used to limit the search of acceptable live media to removable type only". --- diff --git a/scripts/live b/scripts/live index e17f66f..26cd5cf 100755 --- a/scripts/live +++ b/scripts/live @@ -1515,6 +1515,7 @@ find_livefs () fi fi done + return 1 ;; removable) @@ -1531,6 +1532,7 @@ find_livefs () done fi done + return 1 ;; *)