From be4be92f7e68a3c1e701055195df2c532f015fb8 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 5 Oct 2005 18:09:26 +0000 Subject: Nodump timezone settings. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 To determine the local time zone, run the following script: -tzselect +tzselect 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 /etc/localtime file by running: -cp -v --remove-destination /usr/share/zoneinfo/[xxx] \ +cp -v --remove-destination /usr/share/zoneinfo/[xxx] \ /etc/localtime Replace [xxx] with the name of the time zone -- cgit v1.2.3-54-g00ecf