Ignore:
Timestamp:
12/01/2004 09:53:58 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
2e3b1e6
Parents:
0f1998e
Message:

Massive package updates - see changelog for details - first update to Testing since 6.0 went to publishers

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/devices.xml

    r0f1998e rc9214d5  
    3737<screen><userinput>mount -n -t ramfs none /dev</userinput></screen>
    3838
    39 <para>Run the installed <command>udevstart</command> program to
    40 create the initial devices based on all the information in <filename
    41 class="directory">/sys</filename>:</para>
     39<!-- Edit Me -->
     40<para>Since the Udev package will not be installed until later on in the
     41process, create a minimal set of device nodes used for building:</para>
    4242
    43 <screen><userinput>/tools/sbin/udevstart</userinput></screen>
     43<screen><userinput>mknod -m 622 /dev/console c 5 1
     44mknod -m 666 /dev/null c 1 3
     45mknod -m 666 /dev/zero c 1 5
     46mknod -m 666 /dev/ptmx c 5 2
     47mknod -m 666 /dev/tty c 5 0
     48mknod -m 444 /dev/random c 1 8
     49mknod -m 444 /dev/urandom c 1 9
     50chown root:tty /dev/{console,ptmx,tty}</userinput></screen>
     51<!-- -->
    4452
    4553<para>There are some symlinks and directories required by LFS that are
Note: See TracChangeset for help on using the changeset viewer.