OSDN Git Service

1-install: cancel auto update mode if no partition found
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 22 Jun 2021 15:06:06 +0000 (23:06 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 22 Jun 2021 15:06:06 +0000 (23:06 +0800)
commit6527d1dae61b3c451fe7dc240a61dada0300ac85
tree597a8937a2aadbd83b509afe5efaa9b2e64c9b00
parent0da684c43a7d9df9cea1c3c76dd76baf9f641fa0
1-install: cancel auto update mode if no partition found

The auto update mode (AUTO_INSTALL=update) tries to find a partition
labelled as Android-x86 or an ext4 partition. If no such a partition
is found, the auto mode should be cancelled.

Fixes: 244e03f0 ("Add auto installation function")
install/scripts/1-install