slinux/xfce: Added local-time hook.
Set system time to local time.
This commit is contained in:
parent
42d7025a7f
commit
b8ece7f7be
5
features.in/slinux/live/image-scripts.d/30-local-time
Executable file
5
features.in/slinux/live/image-scripts.d/30-local-time
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Set system time to local time.
|
||||
|
||||
CONFIG="/etc/sysconfig/clock"
|
||||
sed -i 's/^UTC=true/UTC=false/' "$CONFIG"
|
Loading…
Reference in New Issue
Block a user