mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #1059 from justincormack/sysctl-remove
Remove sysctl and sysfs database overrides
This commit is contained in:
commit
48754c2962
@ -11,9 +11,6 @@ depend() {
|
||||
start() {
|
||||
ebegin "Configuring host settings from database"
|
||||
|
||||
mobyconfig exists etc/sysctl.conf && mobyconfig get etc/sysctl.conf > /etc/sysctl.conf
|
||||
mobyconfig exists etc/sysfs.conf && mobyconfig get etc/sysfs.conf > /etc/sysfs.conf
|
||||
|
||||
mobyconfig exists random-seed && mobyconfig get random-seed > /dev/urandom
|
||||
|
||||
mobyconfig exists etc/resolv.conf && mobyconfig get etc/resolv.conf > /etc/resolv.conf
|
||||
|
Loading…
Reference in New Issue
Block a user