summaryrefslogtreecommitdiff
path: root/scripts/boot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-02 17:48:44 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-19 00:04:11 +0200
commit19d21915752731725ec85eab1269e677186d573e (patch)
tree3ca01107d5d6144733e4ac11a1e11b8b17fd8790 /scripts/boot
parent20830fef5068d1afb31b1d26573eca2e04ded30e (diff)
downloadlive-boot-19d21915752731725ec85eab1269e677186d573e.tar.gz
live-boot-19d21915752731725ec85eab1269e677186d573e.zip
Splitting out already reviewed read-only script.
Diffstat (limited to 'scripts/boot')
-rwxr-xr-xscripts/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="${?}"