aboutsummaryrefslogtreecommitdiff
path: root/repos/core/initscripts/rc.boot
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-06-26 00:08:38 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-06-26 00:08:38 +0800
commit80e0a424cfd5a02877a257d1fe2c2c1cc1dc3195 (patch)
tree7443d9b02119e6c761a4e63802d51ce2f179e81f /repos/core/initscripts/rc.boot
parenta0f262fd248298f2423adf591ff498d303e6ccc4 (diff)
downloadalicelinux-80e0a424cfd5a02877a257d1fe2c2c1cc1dc3195.tar.gz
alicelinux-80e0a424cfd5a02877a257d1fe2c2c1cc1dc3195.zip
initscripts: added ctrlaltdel to inittab and make hwclock utc by default
Diffstat (limited to 'repos/core/initscripts/rc.boot')
-rw-r--r--repos/core/initscripts/rc.boot2
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