device_table-minimal.txt: Sync with OE (remove dubious /bin/ entries, create /dev directory)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2641 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-09-01 23:46:41 +00:00
parent 7a284e5a05
commit bbbb9f5f08
1 changed files with 16 additions and 6 deletions

View 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 - - -
@ -11,10 +22,9 @@
/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 - - -