1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-19 09:14:42 -04:00
This commit is contained in:
Tommy 2023-07-28 15:50:57 -07:00
parent e42b70ee72
commit e849ac373e

View File

@ -266,4 +266,12 @@ efibootmgr -c -d "/dev/nvme0n2" -p 1 \
-L "ZFSBootMenu" \
-l \\EFI\\ZBM\\VMLINUZ.EFI
```
### Exit the environment
```
exit
umount -n -R /mnt
zpool export zroot
reboot
```