From c4010d709bc32076697276f4121940823aebf8e4 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Thu, 17 Mar 2022 19:06:47 -0500 Subject: [PATCH] Ubuntu 22.04: Drop zfs-mount-generator patch The patch has been brought into Ubuntu 20.04.3 and is no longer needed. I (rlaager) missed making this change to the 22.04 instructions too. Signed-off-by: Richard Laager --- .../Ubuntu/Ubuntu 22.04 Root on ZFS.rst | 15 --------------- 1 file changed, 15 deletions(-) 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