Changeset 4d261af in clfs-embedded


Ignore:
Timestamp:
May 14, 2011, 2:12:01 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
0e05c5c
Parents:
d1484fa
Message:

Revert "Don't mknod /dev/console and /dev/null"

This reverts commit 08718a41c516aff0a0e02a8267b0190b456f0d9d.

/dev/null and /dev/console may actually need to be created on some systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cleanup/chowning.xml

    rd1484fa r4d261af  
    3636<screen><userinput>chgrp -v 13 ${CLFS}-final/var/run/utmp ${CLFS}-final/var/log/lastlog</userinput></screen>
    3737
     38  <para>The following device nodes need to be created for the system to
     39  boot:</para>
     40
     41<screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
     42mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
     43
    3844</sect1>
Note: See TracChangeset for help on using the changeset viewer.