diff --git a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst index 937e9d7..a818e5f 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst @@ -828,21 +828,6 @@ Step 4: System Configuration addgroup --system lxd addgroup --system sambashare -#. Patch a dependency loop: - - For ZFS native encryption or LUKS:: - - apt install --yes curl patch - - curl https://launchpadlibrarian.net/478315221/2150-fix-systemd-dependency-loops.patch | \ - sed "s|/etc|/lib|;s|\.in$||" | (cd / ; patch -p1) - - Ignore the failure in Hunk #2 (say ``n`` twice). - - This patch is from `Bug #1875577 Encrypted swap won't load on 20.04 with - zfs root - `__. - #. Optional: Install SSH:: apt install --yes openssh-server