diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-12-01 18:01:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-12-01 18:01:37 +0000 |
commit | bec76acde9be4ec7517bb207063380ed5e3cb720 (patch) | |
tree | bd904de11a69484e28f02831696cc7c0e7b1c48e /chapter04 | |
parent | 123c0152d12b6969248c86f7f6240cc34b2d615e (diff) |
Add upstream fixes patch for bash.
Add a note about possible problems when changing
to the lfs user.
Update to vim-8.1.2361.
Update to meson-0.52.1.
Update to elfutils-0.178.
Update to iproute2-5.4.0.
Update to libffi-3.3.
Update to tcl-8.6.10.
Update to man-pages-5.04.
Update to perl-5.30.1.
Update to linux-5.4.1.
Update to bc-2.3.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/addinguser.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index bd84aa770..2c1b1ebec 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -88,6 +88,11 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs</userinput></screen> <screen><userinput>chown -v lfs $LFS/sources</userinput></screen> + <note><para>In some host systems, the following command does not complete + properly and suspends the login to the lfs user to the background. If the + prompt "lfs:~$" does not appear immediately, entering the + <command>fg</command> command will fix the issue.</para></note> + <para>Next, login as user <systemitem class="username">lfs</systemitem>. This can be done via a virtual console, through a display manager, or with the following substitute user command:</para> |