diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-17 17:52:44 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-05-30 14:29:23 +0200 |
commit | 3424690ff366fa2e7ca3cf5806f9601249bea6df (patch) | |
tree | 49aef3df5ead7d8ac5b7de988ef3c5298e21add2 /doc/sysconfig.txt | |
parent | 665d560efebeb05dbc70e859ae67ee9415775b32 (diff) | |
download | initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar.gz initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar.bz2 initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar.xz initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.zip |
adjtime moved into 'util-linux' package
The line /etc/adjtime has been kept in rwtab, to not break the
readonly-root...
Diffstat (limited to 'doc/sysconfig.txt')
-rw-r--r-- | doc/sysconfig.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt index df4f789a..1e8729ee 100644 --- a/doc/sysconfig.txt +++ b/doc/sysconfig.txt @@ -56,32 +56,6 @@ Generic options: AUTOFSCK_SINGLEUSER= If this is set, drop to single user mode before fsck. -/etc/sysconfig/clock: - - Current releases use the third parameter in the /etc/adjtime - file (either 'UTC' or 'LOCAL') to determine whether the hwclock - is in UTC or localtime. - - ZONE="filename" indicates the zonefile under /usr/share/zoneinfo - that /etc/localtime is a copy of, for example: - ZONE="US/Eastern" - - deprecated values from earlier releases: - - CLOCKMODE=GMT indicates that the clock is set to UTC - CLOCKMODE=ARC on alpha only indicates the ARC console's - 42-year time offset is in effect - UTC=true,yes - Indicates that the hardware clock is set to UTC. - UTC=no,false - Indicates that the hardware clock is set to Local Time. - ARC=true on alpha only indicates the ARC console's - 42-year time offset is in effect; otherwise the normal - Unix epoch is assumed. - - SRM=true on alpha only indicates the SRM 1900 epoch is in - effect; otherwise the normal Unix epoch is assumed. - /etc/sysconfig/init: BOOTUP=<some bootup mode> |