pmbootstrap/pmb
Bhushan Shah 26808e4d6a
pmb: Add user to plugdev group and create it
This allows the user to talk to networkmanager to manage the system
connections. As it is mentioned in networkmanager pre-install.

```
Executing networkmanager-1.10.6-r0.pre-install
  *
  * To setup system connections, regular users must be member of 'plugdev' group.
```

The plugdev group gets created in the post-install hook of
networkmanager. Not all UIs depend on networkmanager, which means that
the group may not exist at installation time when we try to add the
user to the group in the python code. Therefore we create the group
first.
2018-06-25 22:53:29 +02:00
..
aportgen pmbootstrap kconfig edit: support $builddir and $srcdir/build (#1573) 2018-06-18 22:21:18 +00:00
build pmbootstrap kconfig edit: support $builddir and $srcdir/build (#1573) 2018-06-18 22:21:18 +00:00
chroot menuconfig: add gconfig/xconfig support (#1509) 2018-06-09 06:52:24 +00:00
config pmb: Add user to plugdev group and create it 2018-06-25 22:53:29 +02:00
export Add install flag to generate separate boot and system images (#1442) 2018-05-01 00:18:40 +00:00
flasher pmb/flasher: Fix regression with exporting odin images (#1529) 2018-06-01 18:19:12 +00:00
helpers Fix conflict with mkbootimg and android-tools (#1557) 2018-06-17 21:26:34 +00:00
install pmb: Add user to plugdev group and create it 2018-06-25 22:53:29 +02:00
parse menuconfig: add gconfig/xconfig support (#1509) 2018-06-09 06:52:24 +00:00
qemu pmbootstrap init: kernel selection / remove linux-pmos-lts (#1363) 2018-04-03 23:50:09 +00:00
__init__.py Only print 'pmbootstrap log' msg to stdout (#1453) 2018-05-01 00:22:16 +00:00