Changeset 271d0f03 for BOOK/boot/common


Ignore:
Timestamp:
Jun 14, 2011, 9:57:46 AM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
489286f
Parents:
94909a8
Message:

Various fixes for boot section and updated minimum partition size to 6GB

Location:
BOOK/boot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/createfiles.xml

    r94909a8 r271d0f03  
    1616  the next chapter after the software has been installed.</para>
    1717
    18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
     18<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
     19ln -sv /tools/sbin/agetty ${CLFS}/sbin
    1920ln -sv /tools/bin/file ${CLFS}/usr/bin
    2021ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
  • BOOK/boot/common/pwdgroup.xml

    r94909a8 r271d0f03  
    4444
    4545<screen><userinput>cat &gt; ${CLFS}/etc/passwd &lt;&lt; "EOF"
    46 <literal>root:x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
     46<literal>root::&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
    4747EOF</userinput></screen>
    4848
Note: See TracChangeset for help on using the changeset viewer.