From 8ef957947cf74727a83b96181728259d81c33995 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Wed, 26 Sep 2018 11:28:40 +0300 Subject: [PATCH] Updated Debian Stretch Root on ZFS (markdown) --- Debian-Stretch-Root-on-ZFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index 5e883b5..b1675ba 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -151,7 +151,7 @@ The `debootstrap` command leaves the new system in an unconfigured state. An al There are 2 ways - use ondisk /tmp as a dataset, or as tmpfs: - as dataset: ``` -# zfs create -o com.sun:auto-snapshot=false -o exec=on rpool/var/tmp +# zfs create -o com.sun:auto-snapshot=false -o exec=on rpool/tmp ``` - as TMPFS: