X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot.sh;h=d2a5c62a22b6c5e1fed8e11291bd2fd76fbd1ecd;hb=bc9ae2d777db55ecb3697185da60ece205b1b90b;hp=2fe563ea5785b851efa3927ffda2c78c4a3f074c;hpb=be6b2f51059e0604bd3728e6cd603972df8cf619;p=live-boot-grml.git 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 ;;