22 lines
287 B
ReStructuredText
22 lines
287 B
ReStructuredText
Prepare for first boot
|
|
----------------------
|
|
|
|
Exit the chroot, unmount everything
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. code-block::
|
|
|
|
exit
|
|
|
|
.. code-block::
|
|
|
|
umount -n -R /mnt
|
|
|
|
Export the zpool and reboot
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. code-block::
|
|
|
|
zpool export zroot
|
|
reboot
|