X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-initramfs.init;h=07f707c581fbb6a68d0cadcf8c32d257c6785148;hb=f2a96ee75e6376f3674fbaf8a78b03c28e03c692;hp=2082a2b6d20737bd79196b52c38fd322654d6e5d;hpb=ce0b33407eac1411ab2ca7b9e985f39e2561b098;p=live-boot-grml.git diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 2082a2b..07f707c 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -85,7 +85,8 @@ device_is_USB_flash_drive() [ "$(expr substr ${DEVICE} 1 2)" != "sd" ] && return 1 # check that the device is an USB device - if readlink /sys/block/${DEVICE}/device | grep -q usb + if readlink /sys/block/${DEVICE} | grep -q usb || + readlink /sys/block/${DEVICE}/device | grep -q usb # linux < 2.6.29 then return 0 fi @@ -106,8 +107,6 @@ do_stop () then ${DO_SNAPSHOT} --resync-string="${HOMESNAP}" fi - else - return 0 fi # check for netboot @@ -162,7 +161,7 @@ do_stop () stty sane < /dev/console - echo -n -e "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console + printf "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console if [ -x /sbin/usplash_write ] then