Ignore:
Timestamp:
05/31/2020 07:38:18 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
37e35d2, f26ffa96
Parents:
0e9d60e
Message:

MultiLib: Merge changes 11880:HEAD

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    r0e9d60e rd4fdde6  
    4040  software has been installed:</para>
    4141
    42 <screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin
     42<screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,false,ln,ls,mkdir,pwd,rm,stty,touch} /bin
    4343ln -sv /tools/bin/{env,install,perl,printf}         /usr/bin
    4444ln -sv /tools/lib/libgcc_s.so{,.1}                  /usr/lib
    4545ln -sv /tools/lib/libstdc++.{a,so{,.6}}             /usr/lib
    46 ln -sv /tools/lib/libfl.so*                         /usr/lib
    4746
    4847ln -sv bash /bin/sh
     
    195194      <listitem>
    196195        <para>Many shell scripts hard-code <filename>/bin/sh</filename>.</para>
    197       </listitem>
    198     </varlistentry>
    199 
    200     <varlistentry>
    201       <term>
    202         <parameter><filename>/usr/lib/libfl.so*</filename></parameter>
    203       </term>
    204       <listitem>
    205         <para>This link allows binutils to find the flex library, and to
    206         build enhanced versions of ar and ranlib.</para>
    207196      </listitem>
    208197    </varlistentry>
     
    368357  user here and delete this account at the end of the chapter.</para>
    369358
    370 <screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" &gt;&gt; /etc/passwd
     359<screen><userinput>echo "tester:x:$(ls -n $(tty) | cut -d" " -f3):101::/home/tester:/bin/bash" &gt;&gt; /etc/passwd
    371360echo "tester:x:101:" &gt;&gt; /etc/group
    372361install -o tester -d /home/tester</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.