From 3229c6b8a21173d078d03094e1dfc931bd6146bc Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 10 Jul 2001 15:06:31 +0000 Subject: Changed literallayout's to screen's git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-glibc.xml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'chapter06/config-glibc.xml') diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index cfb1ae441..f5b9787da 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -12,7 +12,8 @@ Create a new file /etc/nsswitch.conf by running the following: - + + cat > /etc/nsswitch.conf << "EOF" # Begin /etc/nsswitch.conf @@ -34,7 +35,8 @@ netgroup: db files # End /etc/nsswitch.conf EOF - + + The tzselect script has to be run and the questions @@ -48,11 +50,12 @@ Create the /etc/localtime symlink by running: -
- cd /etc && - ln -sf ../usr/share/zoneinfo/<tzselect's output> - localtime -
+ + +cd /etc && +ln -sf ../usr/share/zoneinfo/<tzselect's output> localtime + + tzselect's output can be something like EST5EDT or @@ -63,18 +66,21 @@ tzselect's output can be something like EST5EDT or The symlink you'd create with that information would be: -
- ln -sf ../usr/share/zoneinfo/EST5EDT localtime -
+ + +ln -sf ../usr/share/zoneinfo/EST5EDT localtime + + Or: -
- ln -sf ../usr/share/zoneinfo/Canada/Eastern localtime - -
+ + +ln -sf ../usr/share/zoneinfo/Canada/Eastern localtime + + -- cgit v1.2.3-54-g00ecf