fix bad comment block
parent
ca3179c83e
commit
cde3d37d7f
|
@ -351,7 +351,7 @@ Install GRUB to the disk(s), not the partition(s).
|
||||||
4.11 Enable importing bpool
|
4.11 Enable importing bpool
|
||||||
|
|
||||||
This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zpool.cache` exists, whether it is in the cachefile or not, or whether `zfs-import-scan.service` is enabled.
|
This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zpool.cache` exists, whether it is in the cachefile or not, or whether `zfs-import-scan.service` is enabled.
|
||||||
|
```
|
||||||
# cat >> /etc/systemd/system/zfs-import-bpool.service << EOF
|
# cat >> /etc/systemd/system/zfs-import-bpool.service << EOF
|
||||||
[Unit]
|
[Unit]
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
@ -367,7 +367,7 @@ This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zp
|
||||||
WantedBy=zfs-import.target
|
WantedBy=zfs-import.target
|
||||||
EOF
|
EOF
|
||||||
# systemctl enable zfs-import-bpool.service
|
# systemctl enable zfs-import-bpool.service
|
||||||
|
```
|
||||||
4.12 Optional (but recommended): Mount a tmpfs to /tmp
|
4.12 Optional (but recommended): Mount a tmpfs to /tmp
|
||||||
|
|
||||||
If you chose to create a `/tmp` dataset above, skip this step, as they are mutually exclusive choices. Otherwise, you can put `/tmp` on a tmpfs (RAM filesystem) by enabling the `tmp.mount` unit.
|
If you chose to create a `/tmp` dataset above, skip this step, as they are mutually exclusive choices. Otherwise, you can put `/tmp` on a tmpfs (RAM filesystem) by enabling the `tmp.mount` unit.
|
||||||
|
|
Loading…
Reference in New Issue