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.
This commit is contained in:
jze2
2022-12-03 12:33:57 +01:00
committed by George Melikov
parent 7e5a343523
commit 6f965cbe8b

View File

@@ -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::