Ubuntu Raspberry Pi: Add groups

Just like the other instructions, add some groups that do not exist by
default but which are listed in the usermod command.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2021-10-29 23:58:14 -05:00
parent f7551dd9b4
commit aba81046fa

View File

@@ -512,6 +512,12 @@ Step 4: System Configuration
cp /usr/share/systemd/tmp.mount /etc/systemd/system/ cp /usr/share/systemd/tmp.mount /etc/systemd/system/
systemctl enable tmp.mount systemctl enable tmp.mount
#. Setup system groups::
addgroup --system lpadmin
addgroup --system lxd
addgroup --system sambashare
#. Patch a dependency loop: #. Patch a dependency loop:
For ZFS native encryption or LUKS:: For ZFS native encryption or LUKS::