Adjust copyright entry in live-snapshot.
[live-boot-grml.git] / debian / live-boot.init
index 2ea72cb..6d90059 100644 (file)
@@ -156,6 +156,8 @@ do_stop ()
                esac
        done
 
+       mount -o remount,ro /live/cow
+
        if [ -z ${QUICKREBOOT} ]
        then
 
@@ -173,7 +175,7 @@ do_stop ()
                        MESSAGE="Please remove the USB flash drive"
                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
@@ -223,8 +225,6 @@ case "${1}" in
                                [ "${VERBOSE}" != no ] && log_end_msg 1
                                ;;
                esac
-
-               mount -o remount,ro /live/cow
                ;;
 
        *)