diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-29 18:44:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-29 18:44:05 +0000 |
commit | 86c29368b9fc8b6ea31238da674af898367a2b30 (patch) | |
tree | cd55f05fec1aea30528a705c5030cf6f23d0c2a7 | |
parent | bf0ad1a2ee5c30640888f0026b61ac04db9e7124 (diff) |
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
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9af4e6335..c7e09499c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -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> |