mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Make /etc/localtime a symlink in System V Book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bf0ad1a2ee
commit
86c29368b9
@ -437,9 +437,7 @@ unset ZONEINFO</userinput></screen>
|
||||
<para>Then create the <filename>/etc/localtime</filename> file by
|
||||
running:</para>
|
||||
|
||||
<screen revision="sysv"><userinput>cp -v /usr/share/zoneinfo/<replaceable><xxx></replaceable> /etc/localtime</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>ln -sfv /usr/share/zoneinfo/<replaceable><xxx></replaceable> /etc/localtime</userinput></screen>
|
||||
<screen><userinput>ln -sfv /usr/share/zoneinfo/<replaceable><xxx></replaceable> /etc/localtime</userinput></screen>
|
||||
|
||||
<para>Replace <replaceable><xxx></replaceable> with the name of the
|
||||
time zone selected (e.g., Canada/Eastern).</para>
|
||||
|
Loading…
Reference in New Issue
Block a user