diff options
Diffstat (limited to 'scripts/boot/9990-main.sh')
| -rwxr-xr-x | scripts/boot/9990-main.sh | 6 | 
1 files changed, 1 insertions, 5 deletions
| 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 | 
