diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/xorriso-usb.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xorriso-usb.sh b/src/xorriso-usb.sh index 5546be0..b811c7f 100755 --- a/src/xorriso-usb.sh +++ b/src/xorriso-usb.sh | |||
@@ -212,8 +212,6 @@ if [ "$INPUT_DEVICE" ]; then | |||
212 | elif [ $# = 0 -a -z "$BOOTLOADER_ONLY" ]; then | 212 | elif [ $# = 0 -a -z "$BOOTLOADER_ONLY" ]; then |
213 | if mountpoint -q /cdrom; then | 213 | if mountpoint -q /cdrom; then |
214 | INPUT_DEVICE=/cdrom | 214 | INPUT_DEVICE=/cdrom |
215 | elif [ -e debian-live-8.4.0-amd64-standard.btrfs -a -e layer.btrfs ]; then | ||
216 | set -- debian-live-8.4.0-amd64-standard.btrfs layer.btrfs | ||
217 | elif [ -e /srv/nbd.btrfs ]; then | 215 | elif [ -e /srv/nbd.btrfs ]; then |
218 | set -- /srv/nbd.btrfs | 216 | set -- /srv/nbd.btrfs |
219 | elif [ "$(blockdev --getsz /dev/nbd0)" -gt 0 ]; then | 217 | elif [ "$(blockdev --getsz /dev/nbd0)" -gt 0 ]; then |