Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: Commit

bootable/newinstaller


Commit MetaInfo

Revision66d51136002685be8d6a2dd4cda381ee55ad611f (tree)
Time2019-03-12 16:11:04
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

1-install: change default answer of system rw mode

Mauro suggested to keep system read-write mode on auto updating.
That's reasonable. So change the default answer for that.

Change Summary

Incremental Difference

--- a/install/scripts/1-install
+++ b/install/scripts/1-install
@@ -484,7 +484,8 @@ install_to()
484484 fi
485485 fi
486486
487- set_answer_if_auto 0
487+ ! test -f hd/$asrc/system.img -o -d hd/$asrc/system
488+ set_answer_if_auto $?
488489 adialog --title " Question " --defaultno --yesno \
489490 "\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
490491 instal_rw=$?
Show on old repository browser