From aba81046fadcfb37833a9b63a8d773af4c4acc1a Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 29 Oct 2021 23:58:14 -0500 Subject: [PATCH] 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 --- .../Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst index 1353164..3d2c9e0 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst @@ -512,6 +512,12 @@ Step 4: System Configuration cp /usr/share/systemd/tmp.mount /etc/systemd/system/ systemctl enable tmp.mount +#. Setup system groups:: + + addgroup --system lpadmin + addgroup --system lxd + addgroup --system sambashare + #. Patch a dependency loop: For ZFS native encryption or LUKS::