pmbootstrap/pmb/install
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
..
__init__.py pmbootstrap init: kernel selection / remove linux-pmos-lts (#1363) 2018-04-03 23:50:09 +00:00
_install.py pmb: Add user to plugdev group and create it 2018-06-25 22:53:29 +02:00
blockdevice.py menuconfig: add gconfig/xconfig support (#1509) 2018-06-09 06:52:24 +00:00
file.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
format.py Add Raspberry Pi device (#1501) 2018-05-29 19:33:40 +00:00
losetup.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
partition.py Add Raspberry Pi device (#1501) 2018-05-29 19:33:40 +00:00
recovery.py [recovery-installer] Copy contents of /etc/skel to home directory (#1114) 2018-01-12 21:53:15 +00:00