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.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/boot.sh') diff --git a/scripts/boot.sh b/scripts/boot.sh index 2fe563e..d2a5c62 100755 --- a/scripts/boot.sh +++ b/scripts/boot.sh @@ -446,9 +446,7 @@ mountroot () Arguments - # make sure all harddisk devices are read-only - # this is important for forensic investigations - case "${READ_ONLY}" in + case "${LIVE_READ_ONLY}" in true) Read_only ;; -- cgit v1.2.3