[OE-core] [PATCH 1/1] device_table-minimal.txt: change group of /dev/hda back to disk

Qi.Chen at windriver.com Qi.Chen at windriver.com
Wed Oct 9 09:57:35 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

The group for /dev/hda should be disk instead of root.
The group ID for /dev/hda was 6, but it was modified to be root by
accident in the following commit.

	 commit c5ef0294a9b8d178896a47c9f5d6e3dd6797e343
	     device_table-minimal.txt: use user/group names instead of uid/gid

This patch changes it back.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/files/device_table-minimal.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt
index 6ac741a..56c74bb 100644
--- a/meta/files/device_table-minimal.txt
+++ b/meta/files/device_table-minimal.txt
@@ -12,8 +12,8 @@
 /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/hda	b	660	root	disk	3	0	-	-	-
+/dev/hda	b	660	root	disk	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	-	-	-
-- 
1.7.9.5




More information about the Openembedded-core mailing list