Changeset 271d0f03


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
Files:
9 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
  • BOOK/boot/x86/grub-build.xml

    r94909a8 r271d0f03  
    2626    href="../../final-system/x86/grub.xml"
    2727    xpointer="xpointer(//*[@os='n1'])"/>
     28
     29<note>
     30  <para>Grub2 requires Flex 3.5.35 or greater which has not been installed
     31   yet. If your host does not have Flex then install it now via the
     32   distro's package manager.</para>
     33</note>
    2834
    2935    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/general.ent

    r94909a8 r271d0f03  
    33<!ENTITY month "06"> <!-- Use two digits -->
    44<!ENTITY month_name "June">
    5 <!ENTITY day "10"> <!-- Use two digits -->
     5<!ENTITY day "14"> <!-- Use two digits -->
    66<!ENTITY year "2011"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r94909a8 r271d0f03  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>June 14, 2011</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Fixed typo in passwd file in the boot section
     44            which prevented the user from logging in.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[Jonathan] - Updated minimum partition size from 2.5GB to 6GB.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[Jonathan] - Added missing links for agetty and login
     51             in boot section.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[Jonathan] - Updated Iproute2 patch to 2.6.38.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
    3858
    3959    <listitem>
  • BOOK/introduction/x86/changelog.xml

    r94909a8 r271d0f03  
    3434
    3535    <listitem>
     36      <para>June 14, 2011</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[Jonathan] - Added note about Grub2 requiring Flex in
     40             boot section.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
    3646      <para>May 18, 2011</para>
    3747      <itemizedlist>
     
    4151      </itemizedlist>
    4252    </listitem>
    43 
    4453
    4554    <listitem>
  • BOOK/introduction/x86_64-64/changelog.xml

    r94909a8 r271d0f03  
    3535
    3636    <listitem>
     37      <para>June 14, 2011</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jonathan] - Added note about Grub2 requiring Flex in
     41             boot section.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>May 18, 2011</para>
    3848      <itemizedlist>
     
    4252      </itemizedlist>
    4353    </listitem>
    44 
    4554
    4655    <listitem>
  • BOOK/introduction/x86_64/changelog.xml

    r94909a8 r271d0f03  
    3535
    3636    <listitem>
     37      <para>June 14, 2011</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jonathan] - Added note about Grub2 requiring Flex in
     41             boot section.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>May 18, 2011</para>
    3848      <itemizedlist>
     
    4252      </itemizedlist>
    4353    </listitem>
    44 
    4554
    4655    <listitem>
  • BOOK/partitioning/common/creatingpartition.xml

    r94909a8 r271d0f03  
    1818  and transfer it to your target machine.</para>
    1919
    20   <para os="b">A minimal system requires around 2.5 gigabytes (GB).
     20  <para os="b">A minimal system requires around 6 gigabytes (GB).
    2121  This is enough to store all the source tarballs and compile the packages. The CLFS
    2222  system itself will not take up this  much room. A large portion of this requirement
Note: See TracChangeset for help on using the changeset viewer.