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.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repos/core/initscripts/rc.shutdown') diff --git a/repos/core/initscripts/rc.shutdown b/repos/core/initscripts/rc.shutdown index d17af0d5..68b47022 100644 --- a/repos/core/initscripts/rc.shutdown +++ b/repos/core/initscripts/rc.shutdown @@ -12,7 +12,7 @@ fi sv down /var/service/* dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null -hwclock -w +hwclock -w -u kill -s TERM -1 sleep 2 kill -s KILL -1 -- cgit v1.2.3