Adding upstream version 3.0~a36.
[live-boot-grml.git] / scripts / boot / 0120-read-only
similarity index 88%
rename from scripts/boot/read-only.sh
rename to scripts/boot/0120-read-only
index 48aa06c..588d57b 100755 (executable)
@@ -15,7 +15,7 @@ Read_only ()
                        continue
                fi
 
-               echo -n "Setting ${_DEVICE} read-only..." > /dev/console
+               echo -n "live-boot: Setting ${_DEVICE} read-only..." > /dev/console
 
                blockdev --setro ${_DEVICE}
                _RETURN="${?}"