mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-12 17:41:33 -05:00
fix ZFS mounting
This commit is contained in:
parent
4c71bcfe02
commit
7e38964493
@ -104,9 +104,9 @@ zpool export zroot
|
|||||||
zpool import -N -R /mnt zroot
|
zpool import -N -R /mnt zroot
|
||||||
zfs load-key -L prompt zroot
|
zfs load-key -L prompt zroot
|
||||||
zfs mount zroot/ROOT/ubuntu
|
zfs mount zroot/ROOT/ubuntu
|
||||||
zfs mount zroot/ROOT/log
|
zfs mount zroot/ROOT/ubuntu/log
|
||||||
zfs mount zroot/ROOT/cache
|
zfs mount zroot/ROOT/ubuntu/cache
|
||||||
zfs mount zroot/ROOT/spool
|
zfs mount zroot/ROOT/ubuntu/spool
|
||||||
zfs mount zroot/home
|
zfs mount zroot/home
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user