From 330ef6153de63fe2cd18f957c7f5835a12b4022e Mon Sep 17 00:00:00 2001 From: schmidthausen <77041497+schmidthausen@users.noreply.github.com> Date: Thu, 10 Mar 2022 19:25:08 -0800 Subject: [PATCH] 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 --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 67d76a9..89eb9af 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -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 \