Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] device_table-minimal.txt: change group of /dev/hda back to disk
@ 2013-10-09  9:57 Qi.Chen
  2013-10-09  9:57 ` [PATCH 1/1] " Qi.Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2013-10-09  9:57 UTC (permalink / raw)
  To: openembedded-core

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

The following changes since commit 5445f71fc812a5fcf9bd67a26a500284af16ad39:

  bitbake: hob: change tooltip for live images (2013-10-07 16:25:02 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/device_table-typo
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/device_table-typo

Chen Qi (1):
  device_table-minimal.txt: change group of /dev/hda back to disk

 meta/files/device_table-minimal.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] device_table-minimal.txt: change group of /dev/hda back to disk
  2013-10-09  9:57 [PATCH 0/1] device_table-minimal.txt: change group of /dev/hda back to disk Qi.Chen
@ 2013-10-09  9:57 ` Qi.Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Qi.Chen @ 2013-10-09  9:57 UTC (permalink / raw)
  To: openembedded-core

From: Chen Qi <Qi.Chen@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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-09  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09  9:57 [PATCH 0/1] device_table-minimal.txt: change group of /dev/hda back to disk Qi.Chen
2013-10-09  9:57 ` [PATCH 1/1] " Qi.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox