diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-01 23:46:41 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-01 23:46:41 +0000 |
commit | bbbb9f5f08430bab30a284517a74e59c9a8ad477 (patch) | |
tree | 1627cddd401254d6877289a510dd76aedf8d7290 /meta | |
parent | 7a284e5a051ab6ecfb50dc85b3522d5cfddcdc6a (diff) | |
download | openembedded-core-contrib-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')
-rw-r--r-- | meta/files/device_table-minimal.txt | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt index 66cafae8c5b..495b5d56350 100644 --- a/meta/files/device_table-minimal.txt +++ b/meta/files/device_table-minimal.txt @@ -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 - - - |