Re: [OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-21 Thread Phil Blundell
On Fri, 2011-10-21 at 03:31 +, Otavio Salvador wrote: +USERADD_PACKAGES = ${PN} +GROUPADD_PARAM_${PN} = -r netdev +USERADD_PARAM_${PN} = --system --home ${localstatedir}/lib/dbus \ + --no-create-home --user-group messagebus Why does dbus need netdev? p.

Re: [OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 08:54 heeft Phil Blundell het volgende geschreven: On Fri, 2011-10-21 at 03:31 +, Otavio Salvador wrote: +USERADD_PACKAGES = ${PN} +GROUPADD_PARAM_${PN} = -r netdev +USERADD_PARAM_${PN} = --system --home ${localstatedir}/lib/dbus \ +

Re: [OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-21 Thread Saul Wold
On 10/21/2011 07:10 AM, Otavio Salvador wrote: Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio Salvadorota...@ossystems.com.br --- meta/recipes-core/dbus/dbus.inc | 48

Re: [OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-21 Thread Koen Kooi
Op 21 okt. 2011, om 19:03 heeft Saul Wold het volgende geschreven: On 10/21/2011 07:10 AM, Otavio Salvador wrote: Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio