Difference between pages "Flavors and Mix-ins" and "Install/ru/Overview"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
This page documents flavors and mix-ins, which are components of [[Funtoo 1.0 Profile|Funtoo profiles]]:
<noinclude>
{{InstallPart|начальный обзор процесса установки, включая скачивние LiveCD и инструкцию по загрузке.}}
</noinclude>
== Обзор Установки ==


== Flavors ==
Общий обзор по установке Funtoo:


A system can have only one flavor profile enabled at a time. The following flavors are available:
# [[#Live CD|Скачивание и загрузка живого диска]].
# [[#Подготовка жесткого диска|Подготовка диска]].
# [[#Создание файловой системы|Создание]] и [[#Монтирование файловых систем|монтирование]] файловых систем.
# [[#Установка архива Stage 3|Установка  архива Funtoo stage]] по Вашему выбору.
# [[#Изменение корневого каталога в Funtoo|Изменение корневого каталога в новую систему]].
# [[#Скачивание дерева Portage |Скачивние дерева Portage]].
# [[#Настройка Вашей системы|Настройка вашей системы]] и [[#Настройка сети|сети]].
# [[#Конфигурация и установка ядра Линукс|Установка ядра]].
# [[#Установка загрузчика|Установка загрузчика]].
# [[#Заключительные Шаги|Заключительные шаги]].
# [[#Перегрузка системы|Перегрузка системы]].


;minimal: This flavor defines the most minimal possible flavor. It currently only contains defaults for all Funtoo Linux flavors.
=== Загрузочный Диск ===


;core: The core flavor is the minimal flavor plus reasonable USE options, and is used for stage3 builds.
Funtoo не предоставляет оффициального загрузочного диска Funtoo Live CD. Мы рекомендуем основанный на Gentoo- [http://www.sysresccd.org/ System Rescue CD]. Он содержит множество полезных программ и утилит и поддерживает 32-битные и 64-битные системы соответственно. Скачайте диск по следующей ссылке:


;server: The server flavor is intended for servers but at this time just tracks core.
http://www.sysresccd.org/Download


;workstation: The workstation flavor is a minimal desktop system. It includes the core flavor plus these mix-ins: '''X''', '''audio''', '''dvd''', '''media''', '''console-extras'''
{{Note|Если Вы используете старую версию System Rescue CD, '''убедитесь, что Вы выбрали <code>rescue64</code> ядро в меню загрузки, если Вы устанавливаете 64-битную систему'''. По-умолчанию, System Rescue CD ранее загружался в 32-битном режиме, хотя последние версии пытаются автоматически распознать 64-битные процессоры.}}


;desktop: The desktop flavor is a full-featured desktop system, minus desktop environment (add KDE, GNOME or XFCE as a mix-in.) It includes the '''workstation''' flavor plus '''printing''' support.
==== Доступ к интернету ====


== Mix-ins ==
Загрузившись с System Rescue CD, проверьте если доступ к Интернет. Доступ к Интернет необходим для установки Funtoo Linux:


A system can have any number of mix-ins enabled at a time. The following mix-ins are available:
<console>
# ##i##ping www.google.com
PING www.google.com (216.58.217.36) 56(84) bytes of data.
64 bytes from den03s10-in-f4.1e100.net (216.58.217.36): icmp_seq=1 ttl=57 time=30.1 ms
</console>


;audio: Enables core audio-related settings, currently related to ALSA.
Если пинг успешен ( Вы видите <code>64 bytes</code> сообщения как показано выше) значит Ваша сеть настроена. Нажмите Control-C для остановки комманды ping.  


;console-extras: Enables things that are nice to have for console-only systems. Currently enabling gpm in USE.
Если Вам необходимо настроить Wi-Fi для доступа к Интернет, то необходимо включить графический интерфейс System Rescue CD. Для этого запустите <code>startx</code>


;dvd: USE settings related to optical drives -- CDR/DVD-ROM/RW use.
<console>
# ##i##startx
</console>


;gnome: USE and package.use settings required to merge GNOME.
Далее, используйте NetworkManager апплет (иконка в правом нижнем углу) для подключения к доступной сети Wi-Fi. Затем, откройте консоль для осуществления последующих шагов по установке.


;hardened: Enables hardened support.
==== Remote Install ====


;kde: USE and package.use settings required to merge KDE.
Alternatively, you can log into System Rescue CD over the network via SSH to perform the install from another computer, and this may be more convenient way to install Funtoo Linux.


;media: USE settings related to audio/video media encoding. Can be for desktops or servers.
If you'd like to complete the install remotely, here's how. First, you will need to ensure that System Rescue CD has a functioning network connection. Then, you will need to set a root password for System Rescue CD:


;print: Enables printing capability.
<console>
# ##i##passwd
New password: ##i##********
Retype new password: ##i##********
passwd: password updated successfully
#
</console>


;rhel5-compat: settings required for running a system that uses a Red Hat Enterprise Linux 5-based kernel.
Once you have typed in a password, you will now need to determine the IP address of System Rescue CD, and then you can use <code>ssh</code> to connect to it. To determine the IP address currently being used by System Rescue CD, type <code>ifconfig</code>:


;vmware-guest: settings related to using Funtoo Linux as a VMWare virtual machine guest.
<console>
# ##i##ifconfig
</console>


;X: Settings related to the X Window System and hardware support.
One of the interfaces should have an IP address (listed as <code>inet addr:</code>) from your LAN. You can then connect remotely, from another system on your LAN, to System Rescue CD, and perform steps from the comfort of an existing OS. On your remote system, type the following, replacing <code>1.2.3.4</code> with the IP address of System Rescue CD. Connecting from an existing Linux or MacOS system would look something like this:


;xfce: USE settings required for merging XFCE.
<console>
(remote system) $ ##i##ssh root@1.2.3.4
Password: ##i##**********
</console>


[[Category:Portage]]
{{Note|If you'd like to connect remotely from an existing Microsoft Windows system, you'll need to download an SSH client for Windows, such as [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY].}}
[[Category:Funtoo features]]
 
After you've logged in via SSH, you're now connected remotely to System Rescue CD and can perform the installation steps.

Revision as of 18:34, December 29, 2014


   Note

This is a template that is used as part of the Installation instructions which covers: начальный обзор процесса установки, включая скачивние LiveCD и инструкцию по загрузке.. Templates are being used to allow multiple variant install guides that use most of the same re-usable parts.


Обзор Установки

Общий обзор по установке Funtoo:

  1. Скачивание и загрузка живого диска.
  2. Подготовка диска.
  3. Создание и монтирование файловых систем.
  4. Установка архива Funtoo stage по Вашему выбору.
  5. Изменение корневого каталога в новую систему.
  6. Скачивние дерева Portage.
  7. Настройка вашей системы и сети.
  8. Установка ядра.
  9. Установка загрузчика.
  10. Заключительные шаги.
  11. Перегрузка системы.

Загрузочный Диск

Funtoo не предоставляет оффициального загрузочного диска Funtoo Live CD. Мы рекомендуем основанный на Gentoo- System Rescue CD. Он содержит множество полезных программ и утилит и поддерживает 32-битные и 64-битные системы соответственно. Скачайте диск по следующей ссылке:

http://www.sysresccd.org/Download

   Note

Если Вы используете старую версию System Rescue CD, убедитесь, что Вы выбрали rescue64 ядро в меню загрузки, если Вы устанавливаете 64-битную систему. По-умолчанию, System Rescue CD ранее загружался в 32-битном режиме, хотя последние версии пытаются автоматически распознать 64-битные процессоры.

Доступ к интернету

Загрузившись с System Rescue CD, проверьте если доступ к Интернет. Доступ к Интернет необходим для установки Funtoo Linux:

root # ping www.google.com
PING www.google.com (216.58.217.36) 56(84) bytes of data.
64 bytes from den03s10-in-f4.1e100.net (216.58.217.36): icmp_seq=1 ttl=57 time=30.1 ms

Если пинг успешен ( Вы видите 64 bytes сообщения как показано выше) значит Ваша сеть настроена. Нажмите Control-C для остановки комманды ping.

Если Вам необходимо настроить Wi-Fi для доступа к Интернет, то необходимо включить графический интерфейс System Rescue CD. Для этого запустите startx

root # startx

Далее, используйте NetworkManager апплет (иконка в правом нижнем углу) для подключения к доступной сети Wi-Fi. Затем, откройте консоль для осуществления последующих шагов по установке.

Remote Install

Alternatively, you can log into System Rescue CD over the network via SSH to perform the install from another computer, and this may be more convenient way to install Funtoo Linux.

If you'd like to complete the install remotely, here's how. First, you will need to ensure that System Rescue CD has a functioning network connection. Then, you will need to set a root password for System Rescue CD:

root # passwd
New password: ********
Retype new password: ********
passwd: password updated successfully
root #

Once you have typed in a password, you will now need to determine the IP address of System Rescue CD, and then you can use ssh to connect to it. To determine the IP address currently being used by System Rescue CD, type ifconfig:

root # ifconfig

One of the interfaces should have an IP address (listed as inet addr:) from your LAN. You can then connect remotely, from another system on your LAN, to System Rescue CD, and perform steps from the comfort of an existing OS. On your remote system, type the following, replacing 1.2.3.4 with the IP address of System Rescue CD. Connecting from an existing Linux or MacOS system would look something like this:

(remote system) $ ssh root@1.2.3.4
Password: **********
   Note

If you'd like to connect remotely from an existing Microsoft Windows system, you'll need to download an SSH client for Windows, such as PuTTY.

After you've logged in via SSH, you're now connected remotely to System Rescue CD and can perform the installation steps.