From 6f965cbe8bfd6418b22986207f71c94297836fba Mon Sep 17 00:00:00 2001 From: jze2 <86746389+jze2@users.noreply.github.com> Date: Sat, 3 Dec 2022 12:33:57 +0100 Subject: [PATCH] Update openSUSE Tumbleweed Root on ZFS.rst When mail dataset is created in /var/mail, the filesystem package will fail to install (as it does not expect /var/mail to be a directory, see https://archive.virtualmin.com/node/23096), so create it in /var/spool/mail instead as is usual. --- .../openSUSE/openSUSE Tumbleweed Root on ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst b/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst index e332f0d..9109cc9 100644 --- a/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst +++ b/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst @@ -464,7 +464,7 @@ Step 3: System Installation If this system will store local email in /var/mail:: - zfs create rpool/var/mail + zfs create rpool/var/spool/mail If this system will use Snap packages::