mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Create a root dataset so that /root is outside of the boot environment.
Discussed with: dteske on sysinstall@ MFC after: 1 month
This commit is contained in:
parent
0f6e287159
commit
b116e44cb0
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
|
|||
# Home directories separated so they are common to all BEs
|
||||
/usr/home # NB: /home is a symlink to /usr/home
|
||||
|
||||
/root mountpoint=/root
|
||||
|
||||
# Ports tree
|
||||
/usr/ports compression=lz4,setuid=off
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue