Commit 66530d0c authored by Anton Midyukov's avatar Anton Midyukov

image.in: set adjtime to UTC by default

parent 16471d2c
#!/bin/sh
[ ! -f /etc/sysconfig/clock ] || exit 0
[ -f /etc/adjtime ] || exit 0
[ ! -s /etc/adjtime ] || exit 0
cat> /etc/adjtime <<EOF
0.0 0 0
0
UTC
EOF
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