diff options
-rw-r--r-- | src/xorriso-usb.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xorriso-usb.sh b/src/xorriso-usb.sh index 03c6482..511ba0e 100644 --- a/src/xorriso-usb.sh +++ b/src/xorriso-usb.sh | |||
@@ -213,8 +213,7 @@ xorriso \ | |||
213 | ${XORRISO_IS_DRIVING_ME_INSANE} \ | 213 | ${XORRISO_IS_DRIVING_ME_INSANE} \ |
214 | \ | 214 | \ |
215 | \ | 215 | \ |
216 | ${REPLACE_INITRD:+ -rm_r linux -- -add linux="${vmlinuz_dir}" -- } \ | 216 | -rm_r linux -- -add linux="${vmlinuz_dir}" -- \ |
217 | ${BOOTLOADER_ONLY:+ -add linux="${vmlinuz_dir}" -- } \ | ||
218 | ${REMOVE_BTRFS:+ -rm_r rootfs -- } \ | 217 | ${REMOVE_BTRFS:+ -rm_r rootfs -- } \ |
219 | ${ADD_BTRFS:+ -follow link -add "$@" -- -follow default } \ | 218 | ${ADD_BTRFS:+ -follow link -add "$@" -- -follow default } \ |
220 | \ | 219 | \ |