1749860627

This commit is contained in:
2025-06-13 18:23:47 -06:00
parent 191c8947dc
commit 5320b4e4cd
40 changed files with 178 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
# Reset the System Clock to UTC if the hardware clock from which it
# was copied by the kernel was in localtime.
dev=$1
# if [ -e /run/systemd/system ] ; then
# exit 0
# fi
# /sbin/hwclock --rtc=$dev --systz
# /sbin/hwclock --rtc=$dev --hctosys