mkimage-profiles/features.in/slinux/live/image-scripts.d/30-local-time
Mikhail Efremov b8ece7f7be slinux/xfce: Added local-time hook.
Set system time to local time.
2012-06-26 20:24:27 +04:00

6 lines
118 B
Bash
Executable File

#!/bin/bash
# Set system time to local time.
CONFIG="/etc/sysconfig/clock"
sed -i 's/^UTC=true/UTC=false/' "$CONFIG"