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