Changeset 2cfff80 in clfs-embedded


Ignore:
Timestamp:
Sep 13, 2012, 6:10:47 AM (12 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
dc99abf
Parents:
434f6d7
git-author:
Lance Jump <lancej29@…> (10/21/11 08:15:56)
git-committer:
Andrew Bradford <andrew@…> (09/13/12 06:10:47)
Message:

cleanup/chowning: Create nodes in ${CLFS}-final not ${CLFS}

Fixed creation of /dev/null,console nodes to create them in the copy
rather than the original tree.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cleanup/chowning.xml

    r434f6d7 r2cfff80  
    3939  boot correctly:</para>
    4040
    41 <screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
    42 mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
     41<screen><userinput>mknod -m 0666 ${CLFS}-final/dev/null c 1 3
     42mknod -m 0600 ${CLFS}-final/dev/console c 5 1</userinput></screen>
    4343
    4444</sect1>
Note: See TracChangeset for help on using the changeset viewer.