Ignore:
Timestamp:
05/30/2020 07:00:00 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
0e9d60e
Parents:
160e72c
Message:

MultiLib: Merge changes up to 11861

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    r160e72c r777c890  
    365365  rather use the group's name.</para>
    366366
     367  <para>Some tests later in the chapter need a regular user. We add this
     368  user here and delete this account at the end of the chapter.</para>
     369
     370<screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" &gt;&gt; /etc/passwd
     371echo "tester:x:101:dummy" &gt;&gt; /etc/group
     372install -o tester -d /home/tester</userinput></screen>
     373
    367374  <para>To remove the <quote>I have no name!</quote> prompt, start a new
    368375  shell. Since a full Glibc was installed in <xref
Note: See TracChangeset for help on using the changeset viewer.