1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-11-09 08:21:32 -05:00
This commit is contained in:
Tommy 2023-07-28 16:01:17 -07:00
parent d825db72c2
commit 0067f7b14d

View File

@ -103,7 +103,10 @@ If you plan to dual boot with a different system and have shared directory datas
zpool export zroot
zpool import -N -R /mnt zroot
zfs load-key -L prompt zroot
zfs mount zroot/ROOT/${ID}
zfs mount zroot/ROOT/ubuntu
zfs mount zroot/ROOT/log
zfs mount zroot/ROOT/cache
zfs mount zroot/ROOT/spool
zfs mount zroot/home
```