Difference between revisions of "Translations:Install/Finishing/5/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Deixe o ambiente chroot, altere o diretório atual para /mnt, desmonte suas partições do Funtoo e reinicialize. <console> (chroot) # ##i##exit # ##i##cd /mnt # ##i##umount -...")
 
Line 1: Line 1:
Deixe o ambiente chroot, altere o diretório atual para /mnt, desmonte suas partições do Funtoo e reinicialize.
Deixe o ambiente de chroot, altere o diretório para / mnt, desmonte as partições do Funtoo e reinicie.
<console>
<console>
(chroot) # ##i##exit
%chroot% ##i##exit
# ##i##cd /mnt
# ##i##cd /mnt
# ##i##umount -lR funtoo
# ##i##umount -lR funtoo
# ##i##reboot
# ##i##reboot
</console>
</console>

Revision as of 14:49, November 13, 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Finishing)
To leave the fchroot, simply type {{c|exit}} and you will be returned back to your LiveCD shell.

Deixe o ambiente de chroot, altere o diretório para / mnt, desmonte as partições do Funtoo e reinicie.

chroot # exit
root # cd /mnt
root # umount -lR funtoo
root # reboot