kumquat-buildroot/package/busybox
Carlos Santos 398c1af1d5 package/busybox: add init script for sysctl
Add a simple init script that invokes sysctl early in the initialization
process to configure kernel parameters. This is already performed by
systemd (systemd-sysctl) but there is no sysvinit/busybox counterpart.

Files are read from directories in the following list in the given order
from top to bottom:

    /run/sysctl.d/*.conf
    /etc/sysctl.d/*.conf
    /usr/local/lib/sysctl.d/*.conf
    /usr/lib/sysctl.d/*.conf
    /lib/sysctl.d/*.conf
    /etc/sysctl.conf

A file may be used more than once, since there can be multiple symlinks
to it. No attempt is made to prevent this.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-03 18:48:09 +02:00
..
0001-networking-libiproute-use-linux-if_packet.h-instead-.patch
0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch
busybox-minimal.config
busybox.config busybox: Enable domain search list support in udhcpc 2019-08-03 17:49:54 +02:00
busybox.hash package/busybox: bump version to 1.31.0 2019-06-20 16:06:27 +02:00
busybox.mk package/busybox: add init script for sysctl 2019-08-03 18:48:09 +02:00
Config.in
inittab
mdev.conf
S01syslogd
S02klogd
S02sysctl package/busybox: add init script for sysctl 2019-08-03 18:48:09 +02:00
S10mdev package/busybox: run mdev in daemon mode 2019-06-20 16:08:14 +02:00
S15watchdog
S50telnet
udhcpc.script package/busybox/udhcpc.script: fix domain search comment 2019-08-03 17:54:30 +02:00