Updating read-only handling to new parameter handling.
[live-boot-grml.git] / scripts / boot.sh
index 2fe563e..d2a5c62 100755 (executable)
@@ -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
                        ;;