diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-22 16:15:30 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-22 16:15:30 -0500 |
commit | 628b35e1beeea6aaab181b1511b2a879bdc45b61 (patch) | |
tree | 1eccfee23be12b1ad4eb53ffae1d355c5f84de85 | |
parent | ebc32aadada564095b70f0ff439a9863102a2ae5 (diff) |
Update busybox documentation
Convert README.busybox to markdown and add the note on the sysctl applet
incompatibility.
-rw-r--r-- | BUSYBOX.md (renamed from README.busybox) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.busybox b/BUSYBOX.md index b084d420..db7ca512 100644 --- a/README.busybox +++ b/BUSYBOX.md @@ -1,6 +1,4 @@ -Using Busybox as your Default Shell ------------------------------------ - +# Using Busybox as your Default Shell with OpenRC If you have/bin/sh linked to busybox, you need to be aware of several incompatibilities between busybox's applets and the standalone @@ -27,5 +25,8 @@ CONFIG_SETFONT -- The setfont applet does not support the -u option from kbd. CONFIG_IP -- The ip applet doesn't support the "scope" modifier for "ip route add" and "ip address add". +CONFIG_BB_SYSCTL -- The sysctl applet does not support the --system command +line switch. + There is work to get most of these supported by busybox, so this file will be updated as things change. |