From dffc7e9ae4ff75c3110db7c24556fa6796ae5437 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 25 Jul 2012 16:46:11 +0200 Subject: Making read-only function self contained. --- scripts/boot/9990-main.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scripts/boot/9990-main.sh') diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index b1bdf42..5be1277 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -28,11 +28,7 @@ Main () ;; esac - case "${LIVE_READ_ONLY}" in - true) - Read_only - ;; - esac + Read_only Select_eth_device -- cgit v1.2.3