From dcca0293c2878f10f7dd8b1ed6821624533728dc Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 25 Sep 2003 02:42:16 +0000 Subject: Final batch of fixes for Bug 675 - missing command descriptions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/config-glibc.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06/config-glibc.xml') diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index d36ab4af8..0700099d0 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -43,6 +43,16 @@ or Canada/Eastern. Then create the cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime +The meaning of the option: + + +--remove-destination: This is needed to +force removal of the already existing symbolic link. The reason why we copy +instead of symlink is to cover the situation where /usr is +on a separate partition. This could matter, for example, when booted into single +user mode. + + Of course, instead of Canada/Eastern, fill in the name of the time zone that the tzselect script gave you. -- cgit v1.2.3-54-g00ecf