diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-26 00:08:38 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-26 00:08:38 +0800 |
| commit | 80e0a424cfd5a02877a257d1fe2c2c1cc1dc3195 (patch) | |
| tree | 7443d9b02119e6c761a4e63802d51ce2f179e81f /repos/core/initscripts/rc.boot | |
| parent | a0f262fd248298f2423adf591ff498d303e6ccc4 (diff) | |
| download | alicelinux-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.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 |