Difference between revisions of "Install/Finishing/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "Выйдите из chroot-окружения, перейдите в каталог /mnt, отмонтируйте ваши разделы Funtoo и перезагрузите...")
(Created page with "{{fancynote|System Rescue CD любезно отмонтирует все новые файловые системы Funtoo в процессе завершения своей...")
Line 19: Line 19:
Выйдите из chroot-окружения, перейдите в каталог /mnt, отмонтируйте ваши разделы Funtoo и перезагрузите систему.<console> (chroot) # ##i##exit # ##i##cd /mnt # ##i##umount -lR funtoo # ##i##reboot </console>
Выйдите из chroot-окружения, перейдите в каталог /mnt, отмонтируйте ваши разделы Funtoo и перезагрузите систему.<console> (chroot) # ##i##exit # ##i##cd /mnt # ##i##umount -lR funtoo # ##i##reboot </console>


{{fancynote|System Rescue CD will gracefully unmount your new Funtoo filesystems as part of its normal shutdown sequence.}}
{{fancynote|System Rescue CD любезно отмонтирует все новые файловые системы Funtoo в процессе завершения своей работы.}}


You should now see your system reboot, the GRUB boot loader appear for a few seconds, and then see the Linux kernel and initramfs loading. After this, you should see Funtoo Linux itself start to boot, and you should be greeted with a <code>login:</code> prompt. Funtoo Linux has been successfully installed!
You should now see your system reboot, the GRUB boot loader appear for a few seconds, and then see the Linux kernel and initramfs loading. After this, you should see Funtoo Linux itself start to boot, and you should be greeted with a <code>login:</code> prompt. Funtoo Linux has been successfully installed!

Revision as of 14:05, April 14, 2019

Other languages:
English • ‎español • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Руководство по установке: Заключительные шаги

Install Guide, Chapter 16 < Prev Next >

Установите пароль для пользоователя root

Крайне важно, чтобы вы установили свой пароль root-а перед перезагрузкой, чтобы после нее вы смогли войти в систему.

(chroot) # passwd

Перезагрузка системы

Теперь пришло время выйти из chroot, отмонировать разделы и файлы Funtoo Linux и перезагрузить компьютер. Кагды Вы перезагрузитесь, запустится загрузчик GRUB, который загрузит ядро Linux и initramfs, после чего начнется загрузка вашей системы.

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

 (chroot) # exit # ##i##cd /mnt # ##i##umount -lR funtoo # ##i##reboot 
   Note

System Rescue CD любезно отмонтирует все новые файловые системы Funtoo в процессе завершения своей работы.

You should now see your system reboot, the GRUB boot loader appear for a few seconds, and then see the Linux kernel and initramfs loading. After this, you should see Funtoo Linux itself start to boot, and you should be greeted with a login: prompt. Funtoo Linux has been successfully installed!