Updated Debian Stretch Root on ZFS (markdown)

George Melikov 2018-09-26 11:28:40 +03:00
parent b40c743251
commit 8ef957947c
1 changed files with 1 additions and 1 deletions

@ -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: There are 2 ways - use ondisk /tmp as a dataset, or as tmpfs:
- as dataset: - 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: - as TMPFS: