mkimage-profiles/features.in/slinux/live/image-scripts.d/30-local-time

6 lines
118 B
Plaintext
Raw Normal View History

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