Difference between revisions of "Translations:Install/Finishing/5/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "Выйдите из chroot-окружения, перейдите в каталог /mnt, отмонтируйте ваши разделы Funtoo и перезагрузите...")
 
 
Line 1: Line 1:
Выйдите из chroot-окружения, перейдите в каталог /mnt, отмонтируйте ваши разделы Funtoo и перезагрузите систему.<console> (chroot) # ##i##exit # ##i##cd /mnt # ##i##umount -lR funtoo # ##i##reboot </console>
Выйдите из {{c|chroot}}, перейдите в каталог {{c|/mnt}}, отмонтируйте ваши разделы Funtoo и перезагрузите систему.
{{console|body=
%chroot% ##i##exit
# ##i##cd /mnt
# ##i##umount -lR funtoo
# ##i##reboot
}}

Latest revision as of 19:03, February 22, 2021

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.

Выйдите из chroot, перейдите в каталог /mnt, отмонтируйте ваши разделы Funtoo и перезагрузите систему.

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