Ignore:
Timestamp:
10/23/2005 10:36:22 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
218232b
Parents:
7d0b6d3
Message:

Redaction changes ported from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/devices.xml

    r7d0b6d3 r241bb14  
    1515<para>When the kernel boots the system, it requires the presence of a few device
    1616nodes, in particular the <filename class="devicefile">console</filename> and
    17 <filename class="devicefile">null</filename> devices. Create these by
    18 running the following commands:</para>
     17<filename class="devicefile">null</filename> devices.  The device nodes will
     18be created on the hard disk so that they are available before
     19<command>udev</command> has been started, and additionally when Linux is started
     20in single user mode (hence the restrictive permissions on
     21<filename class="devicefile">console</filename>).  Create the devices by running
     22the following commands:</para>
    1923
    2024<screen><userinput>mknod -m 600 /dev/console c 5 1
Note: See TracChangeset for help on using the changeset viewer.