aboutsummaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-08-13 14:11:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:14 +0100
commitc5ef0294a9b8d178896a47c9f5d6e3dd6797e343 (patch)
treef3813ebc51c8b46043e100a66bfa60ba62021990 /meta/files
parentd073ca77ba886c7912abd3ec0640881c00aea3bb (diff)
downloadopenembedded-core-c5ef0294a9b8d178896a47c9f5d6e3dd6797e343.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] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/device_table-minimal.txt42
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 @@
# 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 - - -