1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-11-09 08:21:32 -05:00

fix ZFS mounting

This commit is contained in:
Tommy 2023-08-17 14:29:20 -07:00
parent 4c71bcfe02
commit 7e38964493

View File

@ -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
```