Commit cc31e2d3 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux-live: Don't set rtc to local time

We are using UTC now.
parent 3c4d7d05
#!/bin/bash
# Set system time to local time.
CONFIG="/etc/sysconfig/clock"
sed -i 's/^UTC=true/UTC=false/' "$CONFIG"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment