commit | 3119e2fd42a1c5eacd57217675262ff033966dd7 | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Tue May 12 22:55:22 2020 +0800 |
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | Tue May 12 22:55:22 2020 +0800 |
tree | e9b68653cef3b4d354d0a1c4c5bba0b6fdf64a2e | |
parent | 419460ac4942ca57ea7f4ca658d56153b15e1428 [diff] |
init: do not keep initrd's busybox in debug mode Keeping initrd's busybox in debug mode is an old feature before we added busybox porting to Android-x86. But it introduced some inconsistencies between debug and normal modes. Moreover, it depends on AOSP's tool (ln) to work properly. In case the tool fails to run, the system may not boot. In short, the feature does more harm than good. Let's remove it from debug mode. Only keep it if BUSYBOX=1 is set in cmdline.