aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/100-kernelparam.sh
blob: 36728c955c6b44616031d4ded353a2fa93b61905 (plain)
1
2
3
4
5
6
7
#!/bin/sh
[[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions

# Configure kernel parameters
update_boot_stage RCkernelparam
sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1
: