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: