commit | f6e9dfc210f033362349653291a355e21d0512fe | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Wed Jul 10 12:33:34 2019 +0800 |
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | Wed Jul 10 12:33:34 2019 +0800 |
tree | 849d2db13bdd131e6c0dce89682af36132bf4563 | |
parent | 5b9f14c0860baff9c41b0f78a041b3f534feb9d0 [diff] |
1-install: replace make_ext4fs by mkfs.ext4 The make_ext4fs was removed in Android 9. Due to unknown reason, TrustedGRUB can't be installed to the ext4 filesystem created by mkfs.ext4. So we format it as ext3 and then convert it to ext4. This way works luckily.