diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-28 06:52:33 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-28 06:52:33 +0200 |
| commit | f788126730ccd13eeef5a7a97796e001cfc6bb50 (patch) | |
| tree | 0933355b2990b807910accdde74adb02c7361333 /scripts/boot/0020-read-only | |
| parent | 1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (diff) | |
| download | live-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-x | scripts/boot/0020-read-only | 2 |
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=*) |
