diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-05 18:09:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-05 18:09:26 +0000 |
commit | be4be92f7e68a3c1e701055195df2c532f015fb8 (patch) | |
tree | fbc5d8c4a134f131fa3242b45ac3f6466c84ee68 /chapter06 | |
parent | 795f15c4cfae7e89a922c855dac7614d74429c45 (diff) |
Nodump timezone settings.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index d6508508f..5bcbddb38 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -247,7 +247,7 @@ EOF</userinput></screen> <para>To determine the local time zone, run the following script:</para> -<screen><userinput>tzselect</userinput></screen> +<screen role="nodump"><userinput>tzselect</userinput></screen> <para>After answering a few questions about the location, the script will output the name of the time zone (e.g., @@ -255,7 +255,7 @@ will output the name of the time zone (e.g., Then create the <filename>/etc/localtime</filename> file by running:</para> -<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ +<screen role="nodump"><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ /etc/localtime</userinput></screen> <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone |