zfsbootmenu/docs/guides/void-linux/_include/cleanup.rst

17 lines
265 B
ReStructuredText

Exit the chroot, unmount everything
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block::
exit
umount -n /mnt/{dev/pts,dev,sys,proc}
umount /mnt/boot/efi
Export the zpool and reboot
~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block::
zpool export zroot
reboot