注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Finishing/5/pt-br"
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 | Deixe o ambiente de chroot, altere o diretório para / mnt, desmonte as partições do Funtoo e reinicie. | ||
<console> | <console> | ||
%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
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