From 80e0a424cfd5a02877a257d1fe2c2c1cc1dc3195 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 26 Jun 2024 00:08:38 +0800 Subject: initscripts: added ctrlaltdel to inittab and make hwclock utc by default --- repos/core/initscripts/rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repos/core/initscripts/rc.boot') 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 -- cgit v1.2.3