Ubuntu: Drop zfs-mount-generator patch

The patch has been brought into Ubuntu 20.04.3 and is no longer needed.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
schmidthausen
2022-03-10 19:25:08 -08:00
committed by Richard Laager
parent 1cbb76f064
commit 330ef6153d

View File

@@ -119,10 +119,7 @@ installed, you should switch to encrypted swap::
sudo vi /etc/fstab
# Remove the swap entry.
sudo apt install --yes cryptsetup curl patch
curl https://launchpadlibrarian.net/478315221/2150-fix-systemd-dependency-loops.patch | \
sed "s|/etc|/lib|;s|\.in$||" | (cd / ; sudo patch -p1)
sudo apt install --yes cryptsetup
# Replace DISK-partN as appropriate from above:
echo swap /dev/disk/by-id/DISK-partN /dev/urandom \