• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


Commit MetaInfo

Revisão66d51136002685be8d6a2dd4cda381ee55ad611f (tree)
Hora2019-03-12 16:11:04
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

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.

Mudança Sumário

Diff

--- 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=$?