summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-01 23:46:41 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-01 23:46:41 +0000
commitbbbb9f5f08430bab30a284517a74e59c9a8ad477 (patch)
tree1627cddd401254d6877289a510dd76aedf8d7290 /meta/files
parent7a284e5a051ab6ecfb50dc85b3522d5cfddcdc6a (diff)
downloadpoky-bbbb9f5f08430bab30a284517a74e59c9a8ad477.tar.gz
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
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/device_table-minimal.txt22
1 files changed, 16 insertions, 6 deletions
diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt
index 66cafae8c5..495b5d5635 100644
--- a/meta/files/device_table-minimal.txt
+++ b/meta/files/device_table-minimal.txt
@@ -1,4 +1,15 @@
1/dev/initctl p 600 0 0 - - - - 1#<path> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
2#/dev/mem c 640 0 0 1 1 0 0 -
3#
4#type can be one of:
5# f A regular file
6# d Directory
7# c Character special device file
8# b Block special device file
9# p Fifo (named pipe)
10
11/dev d 755 0 0 - - - - -
12/dev/initctl p 600 0 0 - - - - -
2/dev/apm_bios c 660 0 46 10 134 - - - 13/dev/apm_bios c 660 0 46 10 134 - - -
3/dev/fb0 c 600 0 0 29 0 - - - 14/dev/fb0 c 600 0 0 29 0 - - -
4/dev/hda b 660 0 6 3 0 - - - 15/dev/hda b 660 0 6 3 0 - - -
@@ -11,10 +22,9 @@
11/dev/tty c 666 0 5 4 0 0 1 9 22/dev/tty c 666 0 5 4 0 0 1 9
12/dev/ttyS c 640 0 5 4 64 0 1 1 23/dev/ttyS c 640 0 5 4 64 0 1 1
13/dev/ttySA c 640 0 5 204 5 0 1 1 24/dev/ttySA c 640 0 5 204 5 0 1 1
14/dev/zero c 644 0 0 1 5 - - 25/dev/zero c 644 0 0 1 5 - - -
15/dev/mtd c 660 0 6 90 0 0 2 8 26/dev/mtd c 660 0 6 90 0 0 2 8
16/dev/mtdblock b 640 0 0 31 0 0 1 8 27/dev/mtdblock b 640 0 0 31 0 0 1 8
17/dev/console c 662 0 5 5 1 - - 28/dev/console c 662 0 5 5 1 - - -
18/bin/tinylogin f 4755 0 0 - - - - 29/dev/random c 644 0 0 1 8 - - -
19/bin/mount f 4755 0 0 - - - - 30/dev/urandom c 644 0 0 1 9 - - -
20/bin/umount f 4755 0 0 - - - -