From 279c2d19d9d57ca792aa49e0a272858118e8cbda Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 30 Sep 2016 10:52:33 +0800 Subject: [PATCH] 1-install: making /system be read-write is not recommended Making /system be read-write is only useful for debugging purposes. Don't recommend it to the end users. --- install/scripts/1-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/scripts/1-install b/install/scripts/1-install index 2f1d6cf..49f9ad6 100644 --- a/install/scripts/1-install +++ b/install/scripts/1-install @@ -332,7 +332,7 @@ install_to() try_mount rw /dev/$1 /hd fi - dialog --title " Question " --yesno \ + dialog --title " Question " --defaultno --yesno \ "\nDo you want to install /system directory as read-write?\n\nMaking /system be read-write is easier for debugging, but it needs more disk space and longer installation time." 10 61 instal_rw=$? -- 2.11.0