summaryrefslogtreecommitdiff
path: root/src/xorriso-usb.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-06-18 22:46:27 -0400
committerAndrew Cady <d@jerkface.net>2019-06-18 22:46:27 -0400
commitd4ba7be4ab25e3a5c0b430d75af447c53b561d19 (patch)
tree59efa4930fc6f1be262e101bae6ea03f205427fe /src/xorriso-usb.sh
parent8879570c4f11fbfee5a9cf2bc11f4e6d99da81d2 (diff)
unused code
Diffstat (limited to 'src/xorriso-usb.sh')
-rwxr-xr-xsrc/xorriso-usb.sh2
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
212elif [ $# = 0 -a -z "$BOOTLOADER_ONLY" ]; then 212elif [ $# = 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