525b5badd2
There's just no need to keep Windows-style local clock in RTC on Elbrus.
8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
# borrowed from installer-feature-local-clock
|
|
|
|
. install2-init-functions
|
|
. shell-config
|
|
|
|
shell_config_set /etc/sysconfig/clock UTC true
|