diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-08-13 14:11:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:34 +0100 |
commit | 771f794eed69a4e594fa2c9a4fc167f7bde623e3 (patch) | |
tree | 2672123af862ac695fbfe350f3476a4f589f071c /meta/files/device_table-minimal.txt | |
parent | 033baea93df8f0d1fcd541b44ec58bb3710e2d57 (diff) | |
download | poky-771f794eed69a4e594fa2c9a4fc167f7bde623e3.tar.gz |
device_table-minimal.txt: use user/group names instead of uid/gid
Instead of hard coding the uid/gid, we prefer the way of using user/group
names.
Note the way of using uid/gid is still supported.
[YOCTO #1159]
(From OE-Core rev: c5ef0294a9b8d178896a47c9f5d6e3dd6797e343)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/device_table-minimal.txt')
-rw-r--r-- | meta/files/device_table-minimal.txt | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt index 02ed534a4d..6ac741a977 100644 --- a/meta/files/device_table-minimal.txt +++ b/meta/files/device_table-minimal.txt | |||
@@ -8,24 +8,24 @@ | |||
8 | # b Block special device file | 8 | # b Block special device file |
9 | # p Fifo (named pipe) | 9 | # p Fifo (named pipe) |
10 | 10 | ||
11 | /dev d 755 0 0 - - - - - | 11 | /dev d 755 root root - - - - - |
12 | /dev/initctl p 600 0 0 - - - - - | 12 | /dev/initctl p 600 root root - - - - - |
13 | /dev/apm_bios c 660 0 46 10 134 - - - | 13 | /dev/apm_bios c 660 root plugdev 10 134 - - - |
14 | /dev/fb0 c 600 0 0 29 0 - - - | 14 | /dev/fb0 c 600 root root 29 0 - - - |
15 | /dev/hda b 660 0 6 3 0 - - - | 15 | /dev/hda b 660 root root 3 0 - - - |
16 | /dev/hda b 660 0 6 3 1 1 1 19 | 16 | /dev/hda b 660 root root 3 1 1 1 19 |
17 | /dev/kmem c 640 0 15 1 2 - - - | 17 | /dev/kmem c 640 root kmem 1 2 - - - |
18 | /dev/kmsg c 600 0 0 1 11 - - - | 18 | /dev/kmsg c 600 root root 1 11 - - - |
19 | /dev/mem c 640 0 15 1 1 - - - | 19 | /dev/mem c 640 root kmem 1 1 - - - |
20 | /dev/null c 666 0 0 1 3 - - - | 20 | /dev/null c 666 root root 1 3 - - - |
21 | /dev/ram b 640 0 0 1 0 0 1 4 | 21 | /dev/ram b 640 root root 1 0 0 1 4 |
22 | /dev/tty c 662 0 5 5 0 - - - | 22 | /dev/tty c 662 root tty 5 0 - - - |
23 | /dev/tty c 666 0 5 4 0 0 1 9 | 23 | /dev/tty c 666 root tty 4 0 0 1 9 |
24 | /dev/ttyS c 640 0 5 4 64 0 1 1 | 24 | /dev/ttyS c 640 root tty 4 64 0 1 1 |
25 | /dev/ttySA c 640 0 5 204 5 0 1 1 | 25 | /dev/ttySA c 640 root tty 204 5 0 1 1 |
26 | /dev/zero c 644 0 0 1 5 - - - | 26 | /dev/zero c 644 root root 1 5 - - - |
27 | /dev/mtd c 660 0 6 90 0 0 2 8 | 27 | /dev/mtd c 660 root disk 90 0 0 2 8 |
28 | /dev/mtdblock b 640 0 0 31 0 0 1 8 | 28 | /dev/mtdblock b 640 root root 31 0 0 1 8 |
29 | /dev/console c 662 0 5 5 1 - - - | 29 | /dev/console c 662 root tty 5 1 - - - |
30 | /dev/random c 644 0 0 1 8 - - - | 30 | /dev/random c 644 root root 1 8 - - - |
31 | /dev/urandom c 644 0 0 1 9 - - - | 31 | /dev/urandom c 644 root root 1 9 - - - |