From bc9ae2d777db55ecb3697185da60ece205b1b90b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 18:16:05 +0200 Subject: Updating read-only handling to new parameter handling. --- scripts/boot/arguments.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts/boot/arguments.sh') diff --git a/scripts/boot/arguments.sh b/scripts/boot/arguments.sh index f9e8d33..5f34512 100755 --- a/scripts/boot/arguments.sh +++ b/scripts/boot/arguments.sh @@ -7,16 +7,17 @@ Arguments () for ARGUMENT in $(cat /proc/cmdline) do case "${ARGUMENT}" in + live-boot.read-only|read-only) + LIVE_READ_ONLY="true" + export LIVE_READ_ONLY + ;; + live-boot.verify-checksums|verify-checksums) LIVE_VERIFY_CHECKSUMS="true" export LIVE_VERIFY_CHECKSUMS ;; # parameters below need review - read-only) - READ_ONLY="true" - ;; - skipconfig) NOFASTBOOT="true" NOFSTAB="true" -- cgit v1.2.3