Support raid devices as well
[live-boot-grml.git] / debian / live-boot.init
index dd338b1..f0982a8 100644 (file)
@@ -136,7 +136,7 @@ do_stop ()
        fi
 
        prompt=1
-       if [ ${NOPROMPT} = "Yes" ]
+       if [ "${NOPROMPT}" = "Yes" ]
        then
                prompt=
        fi
@@ -155,6 +155,8 @@ do_stop ()
                esac
        done
 
+       mount -o remount,ro /live/cow
+
        if [ -z ${QUICKREBOOT} ]
        then
 
@@ -171,14 +173,14 @@ do_stop ()
                        # "ejected" state even after reboot
                        MESSAGE="Please remove the USB flash drive"
 
-                       if [ ${NOPROMPT} = "usb" ]
+                       if [ "${NOPROMPT}" = "usb" ]
                        then
                                prompt=
                        fi
 
                else
                        # ejecting is a very good idea here
-                       MESSAGE="Please remove the disc, close the the tray (if any)"
+                       MESSAGE="Please remove the disc, close the tray (if any)"
 
                        if [ -x /usr/bin/eject ]
                        then
@@ -233,8 +235,6 @@ case "${1}" in
                                [ "${VERBOSE}" != no ] && log_end_msg 1
                                ;;
                esac
-
-               mount -o remount,ro /live/cow
                ;;
 
        *)