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