diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-13 12:09:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 12:09:12 -0700 |
commit | e94002786141c928ffc341ea1dafdd26105d8d0e (patch) | |
tree | f893386b2ca4918efc1fc1d69b044c66fe232437 | |
parent | 88dd92a8000aa408c047367e424b8829d0872740 (diff) | |
parent | 6baf6419a364a260cf6672a53cd90329a5cf8247 (diff) | |
download | riscv-tools-e94002786141c928ffc341ea1dafdd26105d8d0e.zip riscv-tools-e94002786141c928ffc341ea1dafdd26105d8d0e.tar.gz riscv-tools-e94002786141c928ffc341ea1dafdd26105d8d0e.tar.bz2 |
Merge pull request #90 from joshua5201/master
Add inittab option to busybox
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -583,6 +583,8 @@ listed as "Cross Compiler prefix" in BusyBox Settings → Build Options * `CONFIG_ASH=y`, listed as "ash" in Shells * `CONFIG_ASH_JOB_CONTROL=n`, listed as "Ash → Job control" in Shells * `CONFIG_MOUNT=y`, listed as "mount" in Linux System Utilities +* `CONFIG_FEATURE_USE_INITTAB=y`, listed as "Support reading an inittab file" in Init Utilities + Enter the configuration interface much in the same way as that of the Linux kernel: |