summaryrefslogtreecommitdiff
blob: d2462201c6e611a5ead67ab9ad589f1187aaee94 (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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-09-05 14:12+0600\n"
"PO-Revision-Date: 2010-10-22 00:40+0600\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(version):11
msgid "10"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(date):12
msgid "2011-08-22"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):15
msgid "Chrooting"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):17
msgid "Copy DNS Info"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):20
msgid ""
"One thing still remains to be done before we enter the new environment and "
"that is copying over the DNS information in <path>/etc/resolv.conf</path>. "
"You need to do this to ensure that networking still works even after "
"entering the new environment. <path>/etc/resolv.conf</path> contains the "
"nameservers for your network."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):28
msgid "Copy over DNS information"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):28
#, no-wrap
msgid ""
"\n"
"<comment>(The \"-L\" option is needed to make sure we don't copy a symbolic link)</comment>\n"
"# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):36
msgid "Mounting the /proc and /dev Filesystems"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):39
msgid ""
"Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to "
"allow the installation to use the kernel-provided information within the "
"chrooted environment, and then mount-bind the <path>/dev</path> filesystem."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):45
msgid "Mounting /proc and /dev"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):45
#, no-wrap
msgid ""
"\n"
"# <i>mount -t proc none /mnt/gentoo/proc</i>\n"
"# <i>mount --rbind /dev /mnt/gentoo/dev</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):53
msgid "Entering the new Environment"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):56
msgid ""
"Now that all partitions are initialized and the base environment installed, "
"it is time to enter our new installation environment by <e>chrooting</e> "
"into it. This means that we change from the current installation environment "
"(Installation CD or other installation medium) to your installation system "
"(namely the initialized partitions)."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):64
msgid ""
"This chrooting is done in three steps. First we will change the root from "
"<path>/</path> (on the installation medium) to <path>/mnt/gentoo</path> (on "
"your partitions) using <c>chroot</c>. Then we will create a new environment "
"using <c>env-update</c>, which essentially creates environment variables. "
"Finally, we load those variables into memory using <c>source</c>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):72
msgid "Chrooting into the new environment"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):72
#, no-wrap
msgid ""
"\n"
"# <i>chroot /mnt/gentoo /bin/bash</i>\n"
"# <i>env-update</i>\n"
"&gt;&gt; Regenerating /etc/ld.so.cache...\n"
"# <i>source /etc/profile</i>\n"
"# <i>export PS1=\"(chroot) $PS1\"</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):80
msgid ""
"Congratulations! You are now inside your own Gentoo Linux environment. Of "
"course it is far from finished, which is why the installation still has some "
"sections left :-)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):91
msgid "Configuring Portage"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):93
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):101
msgid "Updating the Portage tree"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):96
msgid ""
"You should now update your Portage tree to the latest version. <c>emerge --"
"sync</c> does this for you."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):101
#, no-wrap
msgid ""
"\n"
"# <i>emerge --sync</i>\n"
"<comment>(If you're using a slow terminal like some framebuffers or a serial\n"
"console, you can add the --quiet option to speed up this process:)</comment>\n"
"# <i>emerge --sync --quiet</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):108
msgid ""
"If you are behind a firewall that blocks rsync traffic, you can use "
"<c>emerge-webrsync</c> which will download and install a portage snapshot "
"for you."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):114
msgid ""
"If you are warned that a new Portage version is available and that you "
"should update Portage, you should do it now using <c>emerge --oneshot "
"portage</c>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):122
msgid "Choosing the Right Profile"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):125
msgid "First, a small definition is in place."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):129
msgid ""
"A profile is a building block for any Gentoo system. Not only does it "
"specify default values for CHOST, CFLAGS and other important variables, it "
"also locks the system to a certain range of package versions. This is all "
"maintained by the Gentoo developers."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):136
msgid ""
"Previously, such a profile was barely touched by the user. However, there "
"may be situations in which you may decide a profile change is necessary."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):141
msgid ""
"Since 2006.0, there has been a re-shuffle regarding the profiles for MIPS "
"systems. These profiles set various options including USE flags, which "
"affect what patchsets are enabled with various system-critical packages "
"(notably, <c>gcc</c> and <c>mips-sources</c>)."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):148
msgid ""
"Thus, care needs to be taken to ensure the correct profile is selected for "
"your system type. As of Gentoo/MIPS 2007.0, the profiles are:"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(th):155
msgid "System"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(th):156
msgid "Profile"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(th):157
msgid "Userland"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(th):158
msgid "Status/Notes"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):161
msgid "Cobalt Qube/RaQ"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):162
msgid "default-linux/mips/2007.0/cobalt/o32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):163
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):184
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):226
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):257
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):287
msgid "32-bit Linuxthreads"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):164
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):185
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):227
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):258
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):288
msgid "Recommended"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):167
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):188
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):194
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):200
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):206
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):212
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):230
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):236
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):242
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):261
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):267
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):273
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):291
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):297
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):303
msgid "\""
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):168
msgid "default-linux/mips/2007.0/cobalt/o32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):169
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):190
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):232
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):263
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):293
msgid "32-bit NPTL"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):170
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):191
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):233
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):264
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):294
msgid "In Testing (1)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):179
msgid ""
"Generic Big Endian<br/><e>Including SGI Indy, Indigo2 (R4x00), Challenge S "
"and O2</e>"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):183
msgid "default-linux/mips/2007.0/generic-be/o32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):189
msgid "default-linux/mips/2007.0/generic-be/o32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):195
msgid "default-linux/mips/2007.0/generic-be/n32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):196
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):238
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):269
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):299
msgid "N32 Linuxthreads"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):197
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):239
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):270
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):300
msgid "Highly Experimental (2)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):201
msgid "default-linux/mips/2007.0/generic-be/n32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):202
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):244
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):275
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):305
msgid "N32 NPTL"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):203
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):245
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):276
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):306
msgid "Highly Experimental (1) (2)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):207
msgid "default-linux/mips/2007.0/generic-be/n64"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):208
msgid "N64 Linuxthreads"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):209
msgid "Unsupported (3)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):213
msgid "default-linux/mips/2007.0/generic-be/n64/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):214
msgid "N64 NPTL"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):215
msgid "Unsupported (1) (3)"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):224
msgid "SGI Origin 200/2000"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):225
msgid "default-linux/mips/2007.0/ip27/o32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):231
msgid "default-linux/mips/2007.0/ip27/o32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):237
msgid "default-linux/mips/2007.0/ip27/n32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):243
msgid "default-linux/mips/2007.0/ip27/n32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):255
msgid "SGI Indigo2 Impact R10000"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):256
msgid "default-linux/mips/2007.0/ip28/o32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):262
msgid "default-linux/mips/2007.0/ip28/o32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):268
msgid "default-linux/mips/2007.0/ip28/n32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):274
msgid "default-linux/mips/2007.0/ip28/n32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):285
msgid "SGI Octane/Octane2"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):286
msgid "default-linux/mips/2007.0/ip30/o32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):292
msgid "default-linux/mips/2007.0/ip30/o32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):298
msgid "default-linux/mips/2007.0/ip30/n32"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(ti):304
msgid "default-linux/mips/2007.0/ip30/n32/nptl"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(impo):310
msgid ""
"(1) NPTL is in-testing on MIPS at this stage, requiring <c>gcc-4.1</c> and "
"<c>glibc-2.4</c>. It is believed that NPTL should be safe enough now for "
"people to use, and is planned to be the default in future releases. Brave "
"users are welcomed to try these profiles out and report back."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(warn):317
msgid ""
"(2) n32 Userland is highly experimental, a lot of software has problems with "
"this ABI, and thus it is practically guaranteed that you will run into "
"stability problems at some point. Work is being done to improve the "
"situation, however, no support is offered if you use this profile, unless "
"you're willing to help fix problems by submitting patches."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(warn):325
msgid ""
"(3) n64 Userland at present is completely unsupported on all systems. At "
"this time there are no stages available that support n64, and this isn't "
"likely to change in the near future."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):331
msgid ""
"You can see what profile you are currently using with the following command:"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):335
msgid "Verifying system profile"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):335
#, no-wrap
msgid ""
"\n"
"# <i>ls -FGg /etc/make.profile</i>\n"
"lrwxrwxrwx  1 48 Apr  8 18:51 /etc/make.profile -&gt; ../usr/portage/profiles/<keyval id=\"profile\"></keyval>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):340
msgid ""
"Having looked through the profiles above, and decided which one is the most "
"appropriate, you need to adjust your <path>make.profile</path> symlink to "
"reflect this. By default, the profiles are in <path>/usr/portage/profiles</"
"path>, so if you've moved your portage tree elsewhere (not recommended), "
"adjust the commands below accordingly."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):348
msgid "Setting the profile"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):348
#, no-wrap
msgid ""
"\n"
"<comment>(Delete the old profile symlink)</comment>\n"
"# <i>rm -f /etc/make.profile</i>\n"
"\n"
"<comment>(Create a new symlink pointing to your chosen profile     )\n"
"(For example, this is what one would use on an Indy or O2.)</comment>\n"
"# <i>ln -s /usr/portage/profiles/default-linux/mips/2007.0/generic-be/o32</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(note):357
msgid ""
"A tip for those not familiar with the Bourne Again Shell... If you partially "
"type a filename or command, then hit the TAB key, it will automatically fill "
"out the command/filename until the last common character. E.g. typing <c>/"
"usr/portage/profiles/def&lt;TAB&gt;</c>, <c>bash</c> will automatically put "
"down <c>default-</c>. Pressing TAB a couple of more times will reveal the "
"possibilities, <c>default-linux</c>, <c>default-darwin</c> and <c>default-"
"bsd</c>. Give it a try, you'll find it very handy for navigating the command "
"line."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):371
msgid "Configuring the USE variable"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):374
msgid ""
"<c>USE</c> is one of the most powerful variables Gentoo provides to its "
"users. Several programs can be compiled with or without optional support for "
"certain items. For instance, some programs can be compiled with gtk-support, "
"or with qt-support. Others can be compiled with or without SSL support. Some "
"programs can even be compiled with framebuffer support (svgalib) instead of "
"X11 support (X-server)."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):383
msgid ""
"Most distributions compile their packages with support for as much as "
"possible, increasing the size of the programs and startup time, not to "
"mention an enormous amount of dependencies. With Gentoo you can define what "
"options a package should be compiled with. This is where <c>USE</c> comes "
"into play."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):390
msgid ""
"In the <c>USE</c> variable you define keywords which are mapped onto compile-"
"options. For instance, <e>ssl</e> will compile ssl-support in the programs "
"that support it. <e>-X</e> will remove X-server support (note the minus sign "
"in front). <e>gnome gtk -kde -qt4</e> will compile your programs with gnome "
"(and gtk) support, and not with kde (and qt) support, making your system "
"fully tweaked for GNOME."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):399
msgid ""
"The default <c>USE</c> settings are placed in the <path>make.defaults</path> "
"files of your profile. You will find <path>make.defaults</path> files in the "
"directory which <path>/etc/make.profile</path> points to and all parent "
"directories as well. The default <c>USE</c> setting is the sum of all "
"<c>USE</c> settings in all <path>make.defaults</path> files. What you place "
"in <path>/etc/make.conf</path> is calculated against these defaults "
"settings. If you add something to the <c>USE</c> setting, it is added to the "
"default list. If you remove something from the <c>USE</c> setting (by "
"placing a minus sign in front of it) it is removed from the default list (if "
"it was in the default list at all). <e>Never</e> alter anything inside the "
"<path>/etc/make.profile</path> directory; it gets overwritten when you "
"update Portage!"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):413
msgid ""
"A full description on <c>USE</c> can be found in the second part of the "
"Gentoo Handbook, <uri link=\"?part=2&amp;chap=2\">USE flags</uri>. A full "
"description on the available USE flags can be found on your system in <path>/"
"usr/portage/profiles/use.desc</path>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):420
msgid "Viewing available USE flags"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):420
#, no-wrap
msgid ""
"\n"
"# <i>less /usr/portage/profiles/use.desc</i>\n"
"<comment>(You can scroll using your arrow keys, exit by pressing 'q')</comment>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):425
msgid ""
"As an example we show a <c>USE</c> setting for a KDE-based system with DVD, "
"ALSA and CD Recording support:"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):430
msgid "Opening /etc/make.conf"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):430
#, no-wrap
msgid ""
"\n"
"# <i>nano -w /etc/make.conf</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):434
msgid "USE setting"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):434
#, no-wrap
msgid ""
"\n"
"USE=\"-gtk -gnome qt4 kde dvd alsa cdr\"\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(title):441
msgid "Optional: GLIBC Locales"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):444
msgid ""
"You will probably only use one or maybe two locales on your system. You can "
"specify locales you will need in <path>/etc/locale.gen</path>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):449
msgid "Opening /etc/locale.gen"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):449
#, no-wrap
msgid ""
"\n"
"# <i>nano -w /etc/locale.gen</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):453
msgid ""
"The following locales are an example to get both English (United States) and "
"German (Germany) with the accompanying character formats (like UTF-8)."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):458
msgid "Specify your locales"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):458
#, no-wrap
msgid ""
"\n"
"en_US ISO-8859-1\n"
"en_US.UTF-8 UTF-8\n"
"de_DE ISO-8859-1\n"
"de_DE@euro ISO-8859-15\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):465
msgid ""
"The next step is to run <c>locale-gen</c>. It will generate all the locales "
"you have specified in the <path>/etc/locale.gen</path> file."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre:caption):470
msgid "Running locale-gen"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(pre):470
#, no-wrap
msgid ""
"\n"
"# <i>locale-gen</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(p):474
msgid ""
"Now continue with <uri link=\"?part=1&amp;chap=7\">Configuring the Kernel</"
"uri>."
msgstr ""

#. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-system.xml(None):0
msgid "translator-credits"
msgstr ""