diff options
author | Tsung-En Hsiao <joshua841025@gmail.com> | 2017-06-12 06:12:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 06:12:28 +0800 |
commit | 6baf6419a364a260cf6672a53cd90329a5cf8247 (patch) | |
tree | f893386b2ca4918efc1fc1d69b044c66fe232437 | |
parent | 88dd92a8000aa408c047367e424b8829d0872740 (diff) | |
download | riscv-tools-6baf6419a364a260cf6672a53cd90329a5cf8247.zip riscv-tools-6baf6419a364a260cf6672a53cd90329a5cf8247.tar.gz riscv-tools-6baf6419a364a260cf6672a53cd90329a5cf8247.tar.bz2 |
Add inittab option to busybox
Without this option, busybox will try to find /etc/rcS instead of inittab, and the initramfs of this README won't work.
-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: |