Browse Source

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
Bruce Dubbs 6 years ago
parent
commit
86c29368b9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      chapter06/glibc.xml

+ 1 - 3
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>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
-
-<screen revision="systemd"><userinput>ln -sfv /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
+<screen><userinput>ln -sfv /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
 
     <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
     time zone selected (e.g., Canada/Eastern).</para>