]> code.ossystems Code Review - openembedded-core.git/commitdiff
device_table-minimal.txt: Sync with OE (remove dubious /bin/ entries, create /dev...
authorRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 23:46:41 +0000 (23:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 23:46:41 +0000 (23:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2641 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/files/device_table-minimal.txt

index 66cafae8c5b8f8e44c2d06874906b5e4c727dfc1..495b5d56350fdcb244054c8946577c06ebf9b224 100644 (file)
@@ -1,4 +1,15 @@
-/dev/initctl   p       600     0       0       -       -       -       -
+#<path>        <type> <mode>   <uid>   <gid>   <major> <minor> <start> <inc>   <count>
+#/dev/mem    c      640      0       0       1       1       0        0        -
+#
+#type can be one of: 
+#    f A regular file
+#    d Directory
+#    c Character special device file
+#    b Block special device file
+#    p Fifo (named pipe)
+
+/dev           d       755     0       0       -       -       -       -       -
+/dev/initctl   p       600     0       0       -       -       -       -       -
 /dev/apm_bios  c       660     0       46      10      134     -       -       -
 /dev/fb0       c       600     0       0       29      0       -       -       -
 /dev/hda       b       660     0       6       3       0       -       -       -
 /dev/tty       c       666     0       5       4       0       0       1       9
 /dev/ttyS      c       640     0       5       4       64      0       1       1
 /dev/ttySA     c       640     0       5       204     5       0       1       1
-/dev/zero      c       644     0       0       1       5       -       -
+/dev/zero      c       644     0       0       1       5       -       -       -
 /dev/mtd       c       660     0       6       90      0       0       2       8
 /dev/mtdblock  b       640     0       0       31      0       0       1       8
-/dev/console   c       662     0       5       5       1       -       -
-/bin/tinylogin f       4755    0       0       -       -       -       -
-/bin/mount     f       4755    0       0       -       -       -       -
-/bin/umount    f       4755    0       0       -       -       -       -
+/dev/console   c       662     0       5       5       1       -       -       -
+/dev/random    c       644     0       0       1       8       -       -       -
+/dev/urandom   c       644     0       0       1       9       -       -       -