diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-02 17:48:44 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-19 00:04:11 +0200 |
commit | 19d21915752731725ec85eab1269e677186d573e (patch) | |
tree | 3ca01107d5d6144733e4ac11a1e11b8b17fd8790 /scripts/boot | |
parent | 20830fef5068d1afb31b1d26573eca2e04ded30e (diff) | |
download | live-boot-19d21915752731725ec85eab1269e677186d573e.tar.gz live-boot-19d21915752731725ec85eab1269e677186d573e.zip |
Splitting out already reviewed read-only script.
Diffstat (limited to 'scripts/boot')
-rwxr-xr-x | scripts/boot/0120-read-only (renamed from scripts/boot/9990-read-only.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/9990-read-only.sh b/scripts/boot/0120-read-only index 48aa06c..588d57b 100755 --- a/scripts/boot/9990-read-only.sh +++ b/scripts/boot/0120-read-only @@ -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="${?}" |