From: Chen Qi <[email protected]>

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]

Signed-off-by: Chen Qi <[email protected]>
---
 meta/files/device_table-minimal.txt |   42 +++++++++++++++++------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/meta/files/device_table-minimal.txt 
b/meta/files/device_table-minimal.txt
index 02ed534..6ac741a 100644
--- a/meta/files/device_table-minimal.txt
+++ b/meta/files/device_table-minimal.txt
@@ -8,24 +8,24 @@
 #    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/hda       b       660     0       6       3       1       1       1       
19
-/dev/kmem      c       640     0       15      1       2       -       -       
-
-/dev/kmsg      c       600     0       0       1       11      -       -       
-
-/dev/mem       c       640     0       15      1       1       -       -       
-
-/dev/null      c       666     0       0       1       3       -       -       
-
-/dev/ram       b       640     0       0       1       0       0       1       
4
-/dev/tty       c       662     0       5       5       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/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       -       -       
-
-/dev/random    c       644     0       0       1       8       -       -       
-
-/dev/urandom   c       644     0       0       1       9       -       -       
-
+/dev           d       755     root    root    -       -       -       -       
-
+/dev/initctl   p       600     root    root    -       -       -       -       
-
+/dev/apm_bios  c       660     root    plugdev 10      134     -       -       
-
+/dev/fb0       c       600     root    root    29      0       -       -       
-
+/dev/hda       b       660     root    root    3       0       -       -       
-
+/dev/hda       b       660     root    root    3       1       1       1       
19
+/dev/kmem      c       640     root    kmem    1       2       -       -       
-
+/dev/kmsg      c       600     root    root    1       11      -       -       
-
+/dev/mem       c       640     root    kmem    1       1       -       -       
-
+/dev/null      c       666     root    root    1       3       -       -       
-
+/dev/ram       b       640     root    root    1       0       0       1       
4
+/dev/tty       c       662     root    tty     5       0       -       -       
-
+/dev/tty       c       666     root    tty     4       0       0       1       
9
+/dev/ttyS      c       640     root    tty     4       64      0       1       
1
+/dev/ttySA     c       640     root    tty     204     5       0       1       
1
+/dev/zero      c       644     root    root    1       5       -       -       
-
+/dev/mtd       c       660     root    disk    90      0       0       2       
8
+/dev/mtdblock  b       640     root    root    31      0       0       1       
8
+/dev/console   c       662     root    tty     5       1       -       -       
-
+/dev/random    c       644     root    root    1       8       -       -       
-
+/dev/urandom   c       644     root    root    1       9       -       -       
-
-- 
1.7.9.5

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to