From 4dd322f1182a7ed28d36acda691779bdd2ef682d Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 14 Feb 2020 23:05:23 -0600 Subject: [PATCH] Debian/Ubuntu: Separate a command Having the systemctl enable command right with the unit file contents made it possible to confuse that command for part of the file contents. Fixes #9985 --- Debian-Buster-Root-on-ZFS.md | 2 +- Ubuntu-18.04-Root-on-ZFS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Debian-Buster-Root-on-ZFS.md b/Debian-Buster-Root-on-ZFS.md index ed9b69e..50b7ae4 100644 --- a/Debian-Buster-Root-on-ZFS.md +++ b/Debian-Buster-Root-on-ZFS.md @@ -410,9 +410,9 @@ This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zp [Install] WantedBy=zfs-import.target +``` systemctl enable zfs-import-bpool.service -``` 4.11 Optional (but recommended): Mount a tmpfs to /tmp diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index c88b9d6..543020b 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -390,9 +390,9 @@ This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zp [Install] WantedBy=zfs-import.target +``` systemctl enable zfs-import-bpool.service -``` 4.11 Optional (but recommended): Mount a tmpfs to /tmp