mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-22 16:01:28 -04:00
fix ZFS mounting
This commit is contained in:
parent
4c71bcfe02
commit
7e38964493
1 changed files with 3 additions and 3 deletions
|
@ -104,9 +104,9 @@ zpool export zroot
|
|||
zpool import -N -R /mnt zroot
|
||||
zfs load-key -L prompt zroot
|
||||
zfs mount zroot/ROOT/ubuntu
|
||||
zfs mount zroot/ROOT/log
|
||||
zfs mount zroot/ROOT/cache
|
||||
zfs mount zroot/ROOT/spool
|
||||
zfs mount zroot/ROOT/ubuntu/log
|
||||
zfs mount zroot/ROOT/ubuntu/cache
|
||||
zfs mount zroot/ROOT/ubuntu/spool
|
||||
zfs mount zroot/home
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue