summaryrefslogtreecommitdiff
path: root/scripts/boot/0020-read-only
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:52:33 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:52:33 +0200
commitf788126730ccd13eeef5a7a97796e001cfc6bb50 (patch)
tree0933355b2990b807910accdde74adb02c7361333 /scripts/boot/0020-read-only
parent1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (diff)
downloadlive-boot-f788126730ccd13eeef5a7a97796e001cfc6bb50.tar.gz
live-boot-f788126730ccd13eeef5a7a97796e001cfc6bb50.zip
Allowing to superseed live-boot cmdline through configuration files.
Diffstat (limited to 'scripts/boot/0020-read-only')
-rwxr-xr-xscripts/boot/0020-read-only2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/0020-read-only b/scripts/boot/0020-read-only
index 859f771..fc0dde0 100755
--- a/scripts/boot/0020-read-only
+++ b/scripts/boot/0020-read-only
@@ -4,7 +4,7 @@
Read_only ()
{
- for _PARAMETER in ${_CMDLINE}
+ for _PARAMETER in ${LIVE_BOOT_CMDLINE}
do
case "${_PARAMETER}" in
live-boot.read-only=*|read-only=*)