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 <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2022-03-17 19:06:47 -05:00
parent a749ae89c9
commit c4010d709b

View File

@@ -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
<https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1875577>`__.
#. Optional: Install SSH::
apt install --yes openssh-server