mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
add random-seed database key
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
023d9c624c
commit
4a4a40f1df
@ -12,6 +12,7 @@ start() {
|
||||
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 etc/resolv.conf && mobyconfig get etc/resolv.conf > /etc/resolv.conf
|
||||
mobyconfig exists random-seed && mobyconfig get random-seed > /dev/urandom
|
||||
|
||||
mobyconfig exists etc/hosts && mobyconfig get etc/hosts >> /etc/hosts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user