summaryrefslogtreecommitdiff
blob: 24564250bba2108986ec1a3345112f5b81f3a3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# Azamat H. Hackimov <azamat.hackimov@gmail.com>, 2009, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2011-05-18 19:19+0600\n"
"PO-Revision-Date: 2011-10-04 22:49+0500\n"
"Last-Translator: vladimir <vokalashnikov@gmail.com>\n"
"Language-Team: Russian <gentoo-doc-ru@gentoo.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.0\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(version):11
msgid "5"
msgstr "5"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(date):12
msgid "2011-05-09"
msgstr "2011-05-09"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(title):15
msgid "Making your Choice"
msgstr "Делаем выбор"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(title):17
msgid "Introduction"
msgstr "Введение"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):20
msgid "Now that your kernel is configured and compiled and the necessary system configuration files are filled in correctly, it is time to install a program that will fire up your kernel when you start the system. Such a program is called a <e>bootloader</e>."
msgstr "Теперь, когда ядро сконфигурировано и собрано, необходимые системные файлы отредактированы должным образом, настало время установить программу, которая будет запускать ваше ядро при старте системы. Такого рода программа называется <e>загрузчик</e>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(title):31
msgid "Installing the SPARC Bootloader: SILO"
msgstr "Установка загрузчика для SPARC: SILO"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):34
msgid "It is now time to install and configure <uri link=\"http://www.sparc-boot.org\">SILO</uri>, the Sparc Improved boot LOader."
msgstr "Сейчас, установим и настроим <uri link=\"http://www.sparc-boot.org\">SILO</uri>, улучшенный загрузчик для Sparc."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre:caption):40
msgid "Installing SILO"
msgstr "Установка SILO"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre):40
#, no-wrap
msgid ""
"\n"
"# <i>emerge silo</i>\n"
msgstr ""
"\n"
"# <i>emerge silo</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):44
msgid "Now open up your favorite editor (we use <c>nano</c> as an example) and create <path>/etc/silo.conf</path>."
msgstr "Теперь откройте свой любимый редактор (мы используем <c>nano</c> в качестве примера) и создайте <path>/etc/silo.conf</path>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre:caption):49
msgid "Creating /etc/silo.conf"
msgstr "Создание /etc/silo.conf"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre):49
#, no-wrap
msgid ""
"\n"
"# <i>nano -w /etc/silo.conf</i>\n"
msgstr ""
"\n"
"# <i>nano -w /etc/silo.conf</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):53
msgid "Below you'll find an example <path>silo.conf</path> file. It uses the partitioning scheme we use throughout this book and <path>kernel-<keyval id=\"kernel-version\"/></path> as kernelimage."
msgstr "Ниже вы найдете пример файла  <path>silo.conf</path>. Он использует нужную нам схему разметки для этой книги и <path>kernel-<keyval id=\"kernel-version\"/></path> как образ ядра."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre:caption):59
msgid "Example /etc/silo.conf"
msgstr "Пример /etc/silo.conf"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre):59
#, no-wrap
msgid ""
"\n"
"partition = 1         <comment># Boot partition (= root partition)</comment>\n"
"root = /dev/sda1      <comment># Root partition</comment>\n"
"timeout = 150         <comment># Wait 15 seconds before booting the default section</comment>\n"
"\n"
"image = /boot/<keyval id=\"kernel-name\"></keyval>\n"
"  label = linux\n"
msgstr ""
"\n"
"partition = 1         <comment># Загрузочный раздел (= корневой раздел)</comment>\n"
"root = /dev/sda1      <comment># Корневой раздел</comment>\n"
"timeout = 150         <comment># Ждать 15 секунд, после чего загрузиться в раздел по умолчанию</comment>\n"
"\n"
"image = /boot/<keyval id=\"kernel-name\"></keyval>\n"
"  label = linux\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):68
msgid "If you use the example <path>silo.conf</path> delivered by Portage, be sure to comment out <e>all</e> lines that you do not need."
msgstr "Если вы используете пример <path>silo.conf</path> предоставленный Portage, обязательно закоментируйте <e>все</e> строки ненужные вам."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):73
msgid "If the physical disk on which you want to install SILO (as bootloader) differs from the physical disk on which <path>/etc/silo.conf</path> resides, you must copy over <path>/etc/silo.conf</path> to a partition on that disk. Assuming that <path>/boot</path> is a separate partition on that disk, copy over the configuration file to <path>/boot</path> and run <c>/sbin/silo</c>:"
msgstr "Если физический диск на который вы хотите установить SILO (загрузчиком) отличается от физического диска на котором находится <path>/etc/silo.conf</path>, вы должны скопировать содержимое <path>/etc/silo.conf</path> на раздел этого диска. Предполагая что <path>/boot</path> отдельный раздел на этом диске, скопируйте файл с настройками в <path>/boot</path> и запустите <c>/sbin/silo</c>:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre:caption):81
msgid "Only if /boot and the SILO destination are not on the same disk"
msgstr "Только если /boot и SILO находятся не на одном диске"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre):81
#, no-wrap
msgid ""
"\n"
"# <i>cp /etc/silo.conf /boot</i>\n"
"# <i>/sbin/silo -C /boot/silo.conf</i>\n"
"/boot/silo.conf appears to be valid\n"
msgstr ""
"\n"
"# <i>cp /etc/silo.conf /boot</i>\n"
"# <i>/sbin/silo -C /boot/silo.conf</i>\n"
"/boot/silo.conf appears to be valid\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):87
msgid "Otherwise just run <c>/sbin/silo</c>:"
msgstr "Иначе просто запустит <c>/sbin/silo</c>:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre:caption):91
msgid "Run silo"
msgstr "Запустите silo"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre):91
#, no-wrap
msgid ""
"\n"
"# <i>/sbin/silo</i>\n"
"/etc/silo.conf appears to be valid\n"
msgstr ""
"\n"
"# <i>/sbin/silo</i>\n"
"/etc/silo.conf appears to be valid\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(note):96
msgid "You have to run <c>silo</c> (with parameters) again each time you update or reinstall the <c>sys-boot/silo</c> package."
msgstr "Вы можете запустить <c>silo</c> (с параметрами) снова, каждый раз, при обновлении или переустановки пакета <c>sys-boot/silo</c>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):101
msgid "Now continue with <uri link=\"#reboot\">Rebooting the System</uri>."
msgstr "Теперь переходите к <uri link=\"#reboot\">перезагрузке системы</uri>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(title):108
msgid "Rebooting the System"
msgstr "Перезагрузка системы"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):112
msgid "Exit the chrooted environment and unmount all mounted partitions. Then type in that one magical command you have been waiting for: <c>reboot</c>."
msgstr "Выйдите из временного окружения и отмонтируйте все смонтированные разделы. После этого введите ту волшебную команду, которую вы так долго ждали: <c>reboot</c>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre:caption):117
msgid "Exiting the chroot, unmounting all partitions and rebooting"
msgstr "Выход из временного окружения, размонтирование разделов и перезагрузка"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(pre):117
#, no-wrap
msgid ""
"\n"
"# <i>exit</i>\n"
"cdimage ~# <i>cd</i>\n"
"cdimage ~# <i>umount -l /mnt/gentoo/dev{/shm,/pts,}</i>\n"
"cdimage ~# <i>umount -l /mnt/gentoo{/usr,/home,/var,/proc,}</i>\n"
"cdimage ~# <i>reboot</i>\n"
msgstr ""
"\n"
"# <i>exit</i>\n"
"cdimage ~# <i>cd</i>\n"
"cdimage ~# <i>umount -l /mnt/gentoo/dev{/shm,/pts,}</i>\n"
"cdimage ~# <i>umount -l /mnt/gentoo{/usr,/home,/var,/proc,}</i>\n"
"cdimage ~# <i>reboot</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):125
msgid "Of course, don't forget to remove the bootable CD, otherwise the CD will be booted again instead of your new Gentoo system."
msgstr "Конечно же, не забудьте вынуть загрузочный CD, иначе CD будет загружен опять вместо вашей новой установки Gentoo."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(p):130
msgid "Once rebooted in your Gentoo installation, finish up with <uri link=\"?part=1&amp;chap=11\">Finalizing your Gentoo Installation</uri>."
msgstr "Перезагрузившись в вашу установленную Gentoo, окончите установку, руководствуясь разделом <uri link=\"?part=1&amp;chap=11\">Окончание установки Gentoo</uri>."

#. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-bootloader.xml(None):0
msgid "translator-credits"
msgstr ""
"Азамат Хакимов; переводчик, редактор перевода; azamat.hackimov@gmail.com\n"
"Владимир Калашников; переводчик, редактор перевода; vokalashnikov@gmail.com"