diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-10-09 09:57:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:24 +0100 |
commit | 049627735f3fa9aa85701d5257324260eec951aa (patch) | |
tree | d6f7606b6e2c2dd0d337459a5b5984ab287fb08e /meta | |
parent | 567754acb80e5d1c6cabdb1dae1ea4fbea80e52a (diff) | |
download | poky-049627735f3fa9aa85701d5257324260eec951aa.tar.gz |
device_table-minimal.txt: change group of /dev/hda back to disk
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.
(From OE-Core rev: 5c5db302400894c2bb1f4052d0f120738589c128)
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')
-rw-r--r-- | meta/files/device_table-minimal.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/files/device_table-minimal.txt b/meta/files/device_table-minimal.txt index 6ac741a977..56c74bb71e 100644 --- a/meta/files/device_table-minimal.txt +++ b/meta/files/device_table-minimal.txt | |||
@@ -12,8 +12,8 @@ | |||
12 | /dev/initctl p 600 root root - - - - - | 12 | /dev/initctl p 600 root root - - - - - |
13 | /dev/apm_bios c 660 root plugdev 10 134 - - - | 13 | /dev/apm_bios c 660 root plugdev 10 134 - - - |
14 | /dev/fb0 c 600 root root 29 0 - - - | 14 | /dev/fb0 c 600 root root 29 0 - - - |
15 | /dev/hda b 660 root root 3 0 - - - | 15 | /dev/hda b 660 root disk 3 0 - - - |
16 | /dev/hda b 660 root root 3 1 1 1 19 | 16 | /dev/hda b 660 root disk 3 1 1 1 19 |
17 | /dev/kmem c 640 root kmem 1 2 - - - | 17 | /dev/kmem c 640 root kmem 1 2 - - - |
18 | /dev/kmsg c 600 root root 1 11 - - - | 18 | /dev/kmsg c 600 root root 1 11 - - - |
19 | /dev/mem c 640 root kmem 1 1 - - - | 19 | /dev/mem c 640 root kmem 1 1 - - - |