Changeset 3036745 in clfs-embedded


Ignore:
Timestamp:
Sep 14, 2012, 5:17:12 AM (12 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
8ffc08dd
Parents:
6d396081
Message:

Revert "Fix system.map depmod command and console and null /dev/node creation."

This reverts commit 6d396081a252bfe8c73a3737bbd51908a2442bca.

Signed-off-by: Andrew Bradford <andrew@…>

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    r6d396081 r3036745  
    115115    module dependency list by issuing the following command:</para>
    116116
    117 <screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map-&linux-version; \
     117<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \
    118118    -b ${CLFS}/lib/modules/&linux-version;</userinput></screen>
    119119
  • BOOK/cleanup/chowning.xml

    r6d396081 r3036745  
    3939  boot correctly:</para>
    4040
    41 <screen><userinput>mknod -m 0666 ${CLFS}-final/dev/null c 1 3
    42 mknod -m 0600 ${CLFS}-final/dev/console c 5 1</userinput></screen>
     41<screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
     42mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
    4343
    4444</sect1>
  • BOOK/general.ent

    r6d396081 r3036745  
    33<!ENTITY month "09"> <!-- Use two digits -->
    44<!ENTITY month_name "September">
    5 <!ENTITY day "13"> <!-- Use two digits -->
     5<!ENTITY day "02"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r6d396081 r3036745  
    3737-->
    3838    <listitem>
    39       <para>September 13, 2012</para>
    40       <itemizedlist>
    41         <listitem>
    42           <para>[ljump] - Fix System.map depmod command.</para>
    43         </listitem>
    44         <listitem>
    45           <para>[ljump] - Fix console and null /dev node creation for final
    46             system.</para>
    47         </listitem>
    48       </itemizedlist>
    49     </listitem>
    50 
    51     <listitem>
    5239      <para>September 02, 2012</para>
    5340      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.