From 1ae2ba4261f734b47398a43dbef97ac16e9f7060 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 18 Oct 2002 17:38:30 +0000 Subject: [PATCH] reworded git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/installasuser.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index d7cdbe546..c231925ea 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -22,12 +22,14 @@ to it: chown -R lfs $LFS/static -Now you can login as user "lfs". You can do this two ways: either -the normal way through the console or the display manager, or with -su - lfs. When you're working as user "lfs", type -the following commands to set up a good environment to work in: +You have to login as user lfs now to continue +with the rest of this chapter. You can do this two ways: either the normal +way through the console or the display manager, or with +su - lfs. When you're working as user +lfs, type the following commands to set up a good +environment to work in: -cat > ~/.bash_profile << "EOF" +cat > ~lfs/.bash_profile << "EOF" umask 022 LFS=/mnt/lfs