diff options
Diffstat (limited to 'chapter04/addinguser.xml')
-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> |