commit | 72626c5076f132b037bb78289c42e02d9745b972 | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Fri May 11 19:58:00 2018 +0800 |
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | Tue May 15 15:35:50 2018 +0800 |
tree | cf25cfe009132a0f01a32aa03bb2096271b0de18 | |
parent | 8f7c15755c5c9e2937bf98cfcb8844a143ab29bb [diff] |
1-install: always install system.img in read-write mode Originally we install the whole system directory to ext4 in read-write mode. However, oreo-x86 fails to boot since SELinux file contexts are not defined. To solve that, just install system.img in read-write mode no matter what the destination filesystem is.