OSDN Git Service

1-install: making /system be read-write is not recommended
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 30 Sep 2016 02:52:33 +0000 (10:52 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 30 Sep 2016 02:52:33 +0000 (10:52 +0800)
Making /system be read-write is only useful for debugging purposes.
Don't recommend it to the end users.

install/scripts/1-install

index 2f1d6cf..49f9ad6 100644 (file)
@@ -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=$?