Changeset 08718a4 in clfs-embedded


Ignore:
Timestamp:
Mar 23, 2011, 3:39:24 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
373cf47
Parents:
3961d27
git-author:
Andrew Bradford <bradfa@…> (03/21/11 03:05:57)
git-committer:
Andrew Bradford <bradfa@…> (03/23/11 15:39:24)
Message:

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

mdev will create both /dev/console and /dev/null for us automatically
at boot time, so there's no reason to manually create them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/common/chowning.xml

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