diff options
Diffstat (limited to 'repos/core/initscripts/rc.boot')
| -rw-r--r-- | repos/core/initscripts/rc.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/core/initscripts/rc.boot b/repos/core/initscripts/rc.boot index 0156f293..8e4bba4b 100644 --- a/repos/core/initscripts/rc.boot +++ b/repos/core/initscripts/rc.boot @@ -69,7 +69,7 @@ if [ -f "/etc/sysctl.conf" ]; then sysctl -q -p fi -hwclock -s +hwclock -s -u if [ -f "/var/lib/random-seed" ]; then cat /var/lib/random-seed >/dev/urandom |