diff options
Diffstat (limited to 'src/xorriso-usb.sh')
-rwxr-xr-x | src/xorriso-usb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xorriso-usb.sh b/src/xorriso-usb.sh index b811c7f..594ff78 100755 --- a/src/xorriso-usb.sh +++ b/src/xorriso-usb.sh | |||
@@ -195,7 +195,7 @@ while [ $# -gt 0 ]; do | |||
195 | case "$1" in | 195 | case "$1" in |
196 | --) shift; break;; | 196 | --) shift; break;; |
197 | --adam) shift; ADAM=y;; | 197 | --adam) shift; ADAM=y;; |
198 | --bootloader) shift; BOOTLOADER_ONLY=y;; | 198 | --bootloader) shift; export BOOTLOADER_ONLY=y;; |
199 | --cdrom) shift; USB=;; | 199 | --cdrom) shift; USB=;; |
200 | --detach) shift; DETACH=y;; | 200 | --detach) shift; DETACH=y;; |
201 | --in) INPUT_DEVICE="$2"; shift 2;; | 201 | --in) INPUT_DEVICE="$2"; shift 2;; |