summaryrefslogtreecommitdiff
path: root/po/pot/boot-installer.pot
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-04-02 11:25:55 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-04-02 11:25:55 +0200
commit9d2a95464f173bef7f02af0d8452e76a1b02137f (patch)
treeecb3104e46486a20bdd29177d4bbf5e1526c5cff /po/pot/boot-installer.pot
parent5bca9033558801d7ee7894758fbf63a376510064 (diff)
downloadinstallation-guide-9d2a95464f173bef7f02af0d8452e76a1b02137f.zip
Refresh po|pot files after changings in en
Diffstat (limited to 'po/pot/boot-installer.pot')
-rw-r--r--po/pot/boot-installer.pot627
1 files changed, 292 insertions, 335 deletions
diff --git a/po/pot/boot-installer.pot b/po/pot/boot-installer.pot
index c934338b5..f8b769546 100644
--- a/po/pot/boot-installer.pot
+++ b/po/pot/boot-installer.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2020-01-20 22:39+0000\n"
+"POT-Creation-Date: 2020-04-02 09:22+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -226,8 +226,8 @@ msgid "Booting by TFTP"
msgstr ""
#. Tag: para
-#: boot-installer.xml:169 boot-installer.xml:778 boot-installer.xml:1415
-#: boot-installer.xml:1545 boot-installer.xml:1938
+#: boot-installer.xml:169 boot-installer.xml:748 boot-installer.xml:1385
+#: boot-installer.xml:1515 boot-installer.xml:1908
#, no-c-format
msgid ""
"Booting from the network requires that you have a network connection and a "
@@ -236,8 +236,8 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:175 boot-installer.xml:784 boot-installer.xml:1421
-#: boot-installer.xml:1551 boot-installer.xml:1944
+#: boot-installer.xml:175 boot-installer.xml:754 boot-installer.xml:1391
+#: boot-installer.xml:1521 boot-installer.xml:1914
#, no-c-format
msgid ""
"Older systems such as the 715 might require the use of an RBOOT server "
@@ -245,8 +245,8 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:180 boot-installer.xml:789 boot-installer.xml:1426
-#: boot-installer.xml:1556 boot-installer.xml:1949
+#: boot-installer.xml:180 boot-installer.xml:759 boot-installer.xml:1396
+#: boot-installer.xml:1526 boot-installer.xml:1919
#, no-c-format
msgid ""
"The server-side setup to support network booting is described in <xref "
@@ -600,7 +600,7 @@ msgid "Booting from optical disc (CD/DVD)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:579 boot-installer.xml:1035 boot-installer.xml:1978
+#: boot-installer.xml:579 boot-installer.xml:1005 boot-installer.xml:1948
#, no-c-format
msgid ""
"If you have a set of optical discs, and your machine supports booting "
@@ -611,7 +611,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:589 boot-installer.xml:1045 boot-installer.xml:1988
+#: boot-installer.xml:589 boot-installer.xml:1015 boot-installer.xml:1958
#, no-c-format
msgid ""
"Note that certain optical drives may require special drivers, and thus be "
@@ -622,7 +622,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:597 boot-installer.xml:1053 boot-installer.xml:1996
+#: boot-installer.xml:597 boot-installer.xml:1023 boot-installer.xml:1966
#, no-c-format
msgid ""
"Even if you cannot boot from optical disc, you can probably install the "
@@ -633,7 +633,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:605 boot-installer.xml:1061 boot-installer.xml:2004
+#: boot-installer.xml:605 boot-installer.xml:1031 boot-installer.xml:1974
#, no-c-format
msgid ""
"If you have problems booting, see <xref linkend=\"boot-troubleshooting\"/>."
@@ -732,8 +732,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:689
#, no-c-format
-msgid ""
-"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
+msgid "Booting from Linux using <command>GRUB</command>"
msgstr ""
#. Tag: para
@@ -772,66 +771,32 @@ msgstr ""
#: boot-installer.xml:716
#, no-c-format
msgid ""
-"For <command>LILO</command>, you will need to configure two essential things "
-"in <filename>/etc/lilo.conf</filename>: <itemizedlist> <listitem><para> to "
-"load the <filename>initrd.gz</filename> installer at boot time; </para></"
-"listitem> <listitem><para> have the <filename>vmlinuz</filename> kernel use "
-"a RAM disk as its root partition. </para></listitem> </itemizedlist> Here is "
-"a <filename>/etc/lilo.conf</filename> example:"
-msgstr ""
-
-#. Tag: screen
-#: boot-installer.xml:737
-#, no-c-format
-msgid ""
-"image=/boot/newinstall/vmlinuz\n"
-" label=newinstall\n"
-" initrd=/boot/newinstall/initrd.gz"
+"For <command>GRUB2</command>, you will need to configure two essential "
+"things in <filename>/boot/grub/grub.cfg</filename>:"
msgstr ""
#. Tag: para
-#: boot-installer.xml:737
+#: boot-installer.xml:720
#, no-c-format
-msgid ""
-"For more details, refer to the <citerefentry><refentrytitle>initrd</"
-"refentrytitle> <manvolnum>4</manvolnum></citerefentry> and "
-"<citerefentry><refentrytitle>lilo.conf</refentrytitle> <manvolnum>5</"
-"manvolnum></citerefentry> man pages. Now run <userinput>lilo</userinput> and "
-"reboot."
+msgid "to load the <filename>initrd.gz</filename> installer at boot time;"
msgstr ""
#. Tag: para
-#: boot-installer.xml:746
+#: boot-installer.xml:725
#, no-c-format
msgid ""
-"The procedure for <command>GRUB1</command> is quite similar. Locate your "
-"<filename>menu.lst</filename> in the <filename>/boot/grub/</filename> "
-"directory (or sometimes <filename>/boot/boot/grub/</filename>) and add an "
-"entry for the installer, for example (assuming <filename>/boot</filename> is "
-"on the first partition of the first disk in the system):"
-msgstr ""
-
-#. Tag: screen
-#: boot-installer.xml:754
-#, no-c-format
-msgid ""
-"title New Install\n"
-"root (hd0,0)\n"
-"kernel /boot/newinstall/vmlinuz\n"
-"initrd /boot/newinstall/initrd.gz"
+"have the <filename>vmlinuz</filename> kernel use a RAM disk as its root "
+"partition."
msgstr ""
#. Tag: para
-#: boot-installer.xml:756
+#: boot-installer.xml:733
#, no-c-format
-msgid ""
-"The procedure for <command>GRUB2</command> is very similar. The file is "
-"named <filename>grub.cfg</filename> instead of <filename>menu.lst</"
-"filename>. An entry for the installer would be for instance for example:"
+msgid "An entry for the installer would be for example:"
msgstr ""
#. Tag: screen
-#: boot-installer.xml:762
+#: boot-installer.xml:737
#, no-c-format
msgid ""
"menuentry 'New Install' {\n"
@@ -843,35 +808,27 @@ msgid ""
"}"
msgstr ""
-#. Tag: para
-#: boot-installer.xml:764
-#, no-c-format
-msgid ""
-"From here on, there should be no difference between <command>GRUB</command> "
-"or <command>LILO</command>."
-msgstr ""
-
#. Tag: title
-#: boot-installer.xml:772 boot-installer.xml:1397 boot-installer.xml:1539
-#: boot-installer.xml:1932
+#: boot-installer.xml:742 boot-installer.xml:1367 boot-installer.xml:1509
+#: boot-installer.xml:1902
#, no-c-format
msgid "Booting with TFTP"
msgstr ""
#. Tag: para
-#: boot-installer.xml:797
+#: boot-installer.xml:767
#, no-c-format
msgid "There are various ways to do a TFTP boot on i386."
msgstr ""
#. Tag: title
-#: boot-installer.xml:803
+#: boot-installer.xml:773
#, no-c-format
msgid "NIC or Motherboard that support PXE"
msgstr ""
#. Tag: para
-#: boot-installer.xml:804
+#: boot-installer.xml:774
#, no-c-format
msgid ""
"It could be that your Network Interface Card or Motherboard provides PXE "
@@ -881,13 +838,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:815
+#: boot-installer.xml:785
#, no-c-format
msgid "NIC with Network BootROM"
msgstr ""
#. Tag: para
-#: boot-installer.xml:816
+#: boot-installer.xml:786
#, no-c-format
msgid ""
"It could be that your Network Interface Card provides TFTP boot "
@@ -895,7 +852,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:821
+#: boot-installer.xml:791
#, no-c-format
msgid ""
"Let us (<email>&email-debian-boot-list;</email>) know how did you manage it. "
@@ -903,13 +860,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:829
+#: boot-installer.xml:799
#, no-c-format
msgid "Etherboot"
msgstr ""
#. Tag: para
-#: boot-installer.xml:830
+#: boot-installer.xml:800
#, no-c-format
msgid ""
"The <ulink url=\"http://www.etherboot.org\">etherboot project</ulink> "
@@ -917,13 +874,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:840
+#: boot-installer.xml:810
#, no-c-format
msgid "The Boot Screen"
msgstr ""
#. Tag: para
-#: boot-installer.xml:841
+#: boot-installer.xml:811
#, no-c-format
msgid ""
"When the installer boots, you should be presented with a friendly graphical "
@@ -931,7 +888,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: boot-installer.xml:846
+#: boot-installer.xml:816
#, no-c-format
msgid ""
"&debian-gnu; installer boot menu\n"
@@ -945,7 +902,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:850
+#: boot-installer.xml:820
#, no-c-format
msgid ""
"This graphical screen will look very slightly different depending on how "
@@ -953,7 +910,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:858
+#: boot-installer.xml:828
#, no-c-format
msgid ""
"Depending on the installation method you are using, the <quote>Graphical "
@@ -963,7 +920,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:865
+#: boot-installer.xml:835
#, no-c-format
msgid ""
"For a normal installation, select either the <quote>Graphical install</"
@@ -974,7 +931,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:873
+#: boot-installer.xml:843
#, no-c-format
msgid ""
"The <quote>Advanced options</quote> entry gives access to a second menu that "
@@ -983,7 +940,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:879
+#: boot-installer.xml:849
#, no-c-format
msgid ""
"If you wish or need to add any boot parameters for either the installer or "
@@ -997,7 +954,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:892
+#: boot-installer.xml:862
#, no-c-format
msgid ""
"Choosing the <quote>Help</quote> entry will result in the first help screen "
@@ -1017,7 +974,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:910
+#: boot-installer.xml:880
#, no-c-format
msgid ""
"The keyboard is assumed to have a default American English layout at this "
@@ -1029,7 +986,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:920
+#: boot-installer.xml:890
#, no-c-format
msgid ""
"If you are using a system that has the BIOS configured to use serial "
@@ -1042,7 +999,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:930
+#: boot-installer.xml:900
#, no-c-format
msgid ""
"To bypass the graphical boot screen you can either blindly press &escapekey; "
@@ -1055,13 +1012,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:946
+#: boot-installer.xml:916
#, no-c-format
msgid "The Graphical Installer"
msgstr ""
#. Tag: para
-#: boot-installer.xml:947
+#: boot-installer.xml:917
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -1072,7 +1029,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:955
+#: boot-installer.xml:925
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -1084,7 +1041,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:964
+#: boot-installer.xml:934
#, no-c-format
msgid ""
"The graphical installer is available with all CD/DVD images and with the hd-"
@@ -1098,7 +1055,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:975
+#: boot-installer.xml:945
#, no-c-format
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
@@ -1110,7 +1067,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:988
+#: boot-installer.xml:958
#, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
@@ -1122,7 +1079,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1002
+#: boot-installer.xml:972
#, no-c-format
msgid ""
"Just as with the text-based installer it is possible to add boot parameters "
@@ -1130,7 +1087,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1008
+#: boot-installer.xml:978
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -1140,7 +1097,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1015
+#: boot-installer.xml:985
#, no-c-format
msgid ""
"If the amount of memory in your system is below &minimum-memory;, the "
@@ -1150,19 +1107,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1029 boot-installer.xml:1972
+#: boot-installer.xml:999 boot-installer.xml:1942
#, no-c-format
msgid "Booting from a CD-ROM"
msgstr ""
#. Tag: title
-#: boot-installer.xml:1069
+#: boot-installer.xml:1039
#, no-c-format
msgid "CD Contents"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1071
+#: boot-installer.xml:1041
#, no-c-format
msgid ""
"There are three basic variations of &debian; Install CDs. The "
@@ -1177,7 +1134,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1087
+#: boot-installer.xml:1057
#, no-c-format
msgid ""
"The IA-64 architecture uses the next generation Extensible Firmware "
@@ -1193,7 +1150,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1103
+#: boot-installer.xml:1073
#, no-c-format
msgid ""
"The &debian; Installer CD contains a small EFI partition where the "
@@ -1204,7 +1161,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1112
+#: boot-installer.xml:1082
#, no-c-format
msgid ""
"Most of the details of how <command>ELILO</command> actually loads and "
@@ -1218,7 +1175,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1124
+#: boot-installer.xml:1094
#, no-c-format
msgid ""
"The EFI Boot Manager is presented as the last step of the firmware "
@@ -1233,13 +1190,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1143
+#: boot-installer.xml:1113
#, no-c-format
msgid "IMPORTANT"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1144
+#: boot-installer.xml:1114
#, no-c-format
msgid ""
"The EFI Boot Manager will select a default boot action, typically the first "
@@ -1252,13 +1209,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1156
+#: boot-installer.xml:1126
#, no-c-format
msgid "Option 1: Booting from the Boot Option Maintenance Menu"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1163
+#: boot-installer.xml:1133
#, no-c-format
msgid ""
"Insert the CD in the DVD/CD drive and reboot the machine. The firmware will "
@@ -1267,7 +1224,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1169
+#: boot-installer.xml:1139
#, no-c-format
msgid ""
"Select <command>Boot Maintenance Menu</command> from the menu with the arrow "
@@ -1275,7 +1232,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1175
+#: boot-installer.xml:1145
#, no-c-format
msgid ""
"Select <command>Boot From a File</command> from the menu with the arrow keys "
@@ -1287,7 +1244,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1186
+#: boot-installer.xml:1156
#, no-c-format
msgid ""
"You can choose either of the entries that refer to the CD/DVD drive. Select "
@@ -1299,7 +1256,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1197
+#: boot-installer.xml:1167
#, no-c-format
msgid ""
"You will only need this step if you chose <command>Debian Inst [Acpi ...</"
@@ -1310,7 +1267,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1209
+#: boot-installer.xml:1179
#, no-c-format
msgid ""
"These steps start the &debian; boot loader which will display a menu page "
@@ -1319,13 +1276,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1219
+#: boot-installer.xml:1189
#, no-c-format
msgid "Option 2: Booting from the EFI Shell"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1220
+#: boot-installer.xml:1190
#, no-c-format
msgid ""
"If, for some reason, option 1 is not successful, reboot the machine and when "
@@ -1335,7 +1292,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1231
+#: boot-installer.xml:1201
#, no-c-format
msgid ""
"Insert the CD in the DVD/CD drive and reboot the machine. The firmware will "
@@ -1344,7 +1301,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1237
+#: boot-installer.xml:1207
#, no-c-format
msgid ""
"Select <command>EFI Shell</command> from the menu with the arrow keys and "
@@ -1358,7 +1315,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1251
+#: boot-installer.xml:1221
#, no-c-format
msgid ""
"Examine the output from the shell looking for the CDROM drive. It is most "
@@ -1368,7 +1325,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1258
+#: boot-installer.xml:1228
#, no-c-format
msgid ""
"Enter <command>fs<replaceable>n</replaceable>:</command> and press "
@@ -1378,7 +1335,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1265
+#: boot-installer.xml:1235
#, no-c-format
msgid ""
"Enter <command>elilo</command> and press <command>ENTER</command>. This will "
@@ -1386,7 +1343,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1272
+#: boot-installer.xml:1242
#, no-c-format
msgid ""
"As with option 1, these steps start the &debian; boot loader which will "
@@ -1397,13 +1354,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1286
+#: boot-installer.xml:1256
#, no-c-format
msgid "Installing using a Serial Console"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1288
+#: boot-installer.xml:1258
#, no-c-format
msgid ""
"You may choose to perform an install using a monitor and keyboard or using a "
@@ -1416,7 +1373,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1299
+#: boot-installer.xml:1269
#, no-c-format
msgid ""
"In most circumstances, you will want the installer to use the same baud rate "
@@ -1426,7 +1383,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1306
+#: boot-installer.xml:1276
#, no-c-format
msgid ""
"If there is not an option available that is configured for the serial device "
@@ -1437,7 +1394,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1317
+#: boot-installer.xml:1287
#, no-c-format
msgid ""
"Most IA-64 boxes ship with a default console setting of 9600 baud. This "
@@ -1449,7 +1406,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1326
+#: boot-installer.xml:1296
#, no-c-format
msgid ""
"If you select the wrong console type, you will be able to select the kernel "
@@ -1459,13 +1416,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1335
+#: boot-installer.xml:1305
#, no-c-format
msgid "Selecting the Boot Kernel and Options"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1337
+#: boot-installer.xml:1307
#, no-c-format
msgid ""
"The boot loader will display a form with a menu list and a text window with "
@@ -1478,7 +1435,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1349
+#: boot-installer.xml:1319
#, no-c-format
msgid ""
"Consult the <classname>General</classname> help screen for the description "
@@ -1493,7 +1450,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1367
+#: boot-installer.xml:1337
#, no-c-format
msgid ""
"Select the kernel version and installation mode most appropriate to your "
@@ -1501,7 +1458,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1372
+#: boot-installer.xml:1342
#, no-c-format
msgid ""
"Enter any boot parameters by typing at the keyboard. The text will be "
@@ -1510,7 +1467,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1379
+#: boot-installer.xml:1349
#, no-c-format
msgid ""
"Press <command>ENTER</command>. This will load and start the kernel. The "
@@ -1519,7 +1476,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1388 boot-installer.xml:1525
+#: boot-installer.xml:1358 boot-installer.xml:1495
#, no-c-format
msgid ""
"Proceed to the next chapter to continue the installation where you will set "
@@ -1527,7 +1484,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1399
+#: boot-installer.xml:1369
#, no-c-format
msgid ""
"Booting an IA-64 system from the network is similar to a CD boot. The only "
@@ -1540,7 +1497,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1434
+#: boot-installer.xml:1404
#, no-c-format
msgid ""
"Network booting an IA-64 system requires two architecture-specific actions. "
@@ -1550,13 +1507,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1445
+#: boot-installer.xml:1415
#, no-c-format
msgid "Configuring the Server"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1446
+#: boot-installer.xml:1416
#, no-c-format
msgid ""
"A suitable TFTP entry for network booting an IA-64 system looks something "
@@ -1571,7 +1528,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1456
+#: boot-installer.xml:1426
#, no-c-format
msgid ""
"Extract the <filename>netboot.tar.gz</filename> file into the directory used "
@@ -1582,7 +1539,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: boot-installer.xml:1466
+#: boot-installer.xml:1436
#, no-c-format
msgid ""
"# cd /var/lib/tftp\n"
@@ -1594,7 +1551,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1466
+#: boot-installer.xml:1436
#, no-c-format
msgid ""
"The <filename>netboot.tar.gz</filename> contains an <filename>elilo.conf</"
@@ -1608,13 +1565,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1483
+#: boot-installer.xml:1453
#, no-c-format
msgid "Configuring the Client"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1484
+#: boot-installer.xml:1454
#, no-c-format
msgid ""
"To configure the client to support TFTP booting, start by booting to EFI and "
@@ -1632,7 +1589,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1516
+#: boot-installer.xml:1486
#, no-c-format
msgid ""
"The boot loader will display its prompt after it has downloaded and "
@@ -1643,13 +1600,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1570
+#: boot-installer.xml:1540
#, no-c-format
msgid "S/390 Limitations"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1571
+#: boot-installer.xml:1541
#, no-c-format
msgid ""
"In order to run the installation system a working network setup and ssh "
@@ -1657,7 +1614,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1576
+#: boot-installer.xml:1546
#, no-c-format
msgid ""
"The booting process starts with a network setup that prompts you for several "
@@ -1667,13 +1624,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1587
+#: boot-installer.xml:1557
#, no-c-format
msgid "S/390 Boot Parameters"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1588
+#: boot-installer.xml:1558
#, no-c-format
msgid ""
"On S/390 you can append boot parameters in the parm file. This file can "
@@ -1686,7 +1643,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1605
+#: boot-installer.xml:1575
#, no-c-format
msgid ""
"If you boot the installer in a logical partition (LPAR) or virtual machine "
@@ -1709,25 +1666,25 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:1890
+#: boot-installer.xml:1860
#, no-c-format
msgid "Booting a ppc64el machine"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1891
+#: boot-installer.xml:1861
#, no-c-format
msgid "How to boot a ppc64el machine:"
msgstr ""
#. Tag: title
-#: boot-installer.xml:1897
+#: boot-installer.xml:1867
#, no-c-format
msgid "Petitboot"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1898
+#: boot-installer.xml:1868
#, no-c-format
msgid ""
"Petitboot is a platform independent bootloader based on the Linux kexec. "
@@ -1738,7 +1695,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1906
+#: boot-installer.xml:1876
#, no-c-format
msgid ""
"Petitboot looks for bootloader configuration files on mountable devices in "
@@ -1747,7 +1704,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:1957
+#: boot-installer.xml:1927
#, no-c-format
msgid ""
"On machines with OpenBoot, simply enter the boot monitor on the machine "
@@ -1760,7 +1717,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2011
+#: boot-installer.xml:1981
#, no-c-format
msgid ""
"Most OpenBoot versions support the <userinput>boot cdrom</userinput> command "
@@ -1769,13 +1726,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2020
+#: boot-installer.xml:1990
#, no-c-format
msgid "IDPROM Messages"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2021
+#: boot-installer.xml:1991
#, no-c-format
msgid ""
"If you cannot boot because you get messages about a problem with "
@@ -1786,13 +1743,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2040
+#: boot-installer.xml:2010
#, no-c-format
msgid "Accessibility"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2041
+#: boot-installer.xml:2011
#, no-c-format
msgid ""
"Some users may need specific support because of e.g. some visual impairment. "
@@ -1810,13 +1767,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2061
+#: boot-installer.xml:2031
#, no-c-format
msgid "Installer front-end"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2062
+#: boot-installer.xml:2032
#, no-c-format
msgid ""
"The &debian; installer supports several front-ends for asking questions, "
@@ -1828,13 +1785,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2074
+#: boot-installer.xml:2044
#, no-c-format
msgid "USB Braille Displays"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2075
+#: boot-installer.xml:2045
#, no-c-format
msgid ""
"USB braille displays should be automatically detected. A textual version of "
@@ -1848,13 +1805,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2090
+#: boot-installer.xml:2060
#, no-c-format
msgid "Serial Braille Displays"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2091
+#: boot-installer.xml:2061
#, no-c-format
msgid ""
"Serial braille displays cannot safely be automatically detected (since that "
@@ -1879,13 +1836,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2118 boot-installer.xml:3110
+#: boot-installer.xml:2088 boot-installer.xml:3080
#, no-c-format
msgid "Software Speech Synthesis"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2119
+#: boot-installer.xml:2089
#, no-c-format
msgid ""
"Support for software speech synthesis is available on all installer images "
@@ -1897,7 +1854,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2128
+#: boot-installer.xml:2098
#, no-c-format
msgid ""
"If several sound cards are detected, you will be prompted to press "
@@ -1905,7 +1862,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2133
+#: boot-installer.xml:2103
#, no-c-format
msgid ""
"The first question (language) is spoken in english, and the remainder of "
@@ -1914,7 +1871,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2139
+#: boot-installer.xml:2109
#, no-c-format
msgid ""
"The default speech rate is quite slow. To make it faster, press "
@@ -1932,13 +1889,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2167
+#: boot-installer.xml:2137
#, no-c-format
msgid "Hardware Speech Synthesis"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2168
+#: boot-installer.xml:2138
#, no-c-format
msgid ""
"Support for hardware speech synthesis devices is available on all installer "
@@ -1948,7 +1905,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2175
+#: boot-installer.xml:2145
#, no-c-format
msgid ""
"Hardware speech synthesis devices cannot be automatically detected. You thus "
@@ -1962,13 +1919,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2190
+#: boot-installer.xml:2160
#, no-c-format
msgid "Board Devices"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2191
+#: boot-installer.xml:2161
#, no-c-format
msgid ""
"Some accessibility devices are actual boards that are plugged inside the "
@@ -1979,7 +1936,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2199
+#: boot-installer.xml:2169
#, no-c-format
msgid ""
"If desired a textual version of the bootloader can be activated before "
@@ -1987,13 +1944,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2207
+#: boot-installer.xml:2177
#, no-c-format
msgid "High-Contrast Theme"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2208
+#: boot-installer.xml:2178
#, no-c-format
msgid ""
"For users with low vision, the installer can use a high-contrast color theme "
@@ -2004,13 +1961,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2219
+#: boot-installer.xml:2189
#, no-c-format
msgid "Zoom"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2220
+#: boot-installer.xml:2190
#, no-c-format
msgid ""
"For users with low vision, the graphical installer has a very basic zoom "
@@ -2020,13 +1977,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2230
+#: boot-installer.xml:2200
#, no-c-format
msgid "Expert install, rescue mode, automated install"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2231
+#: boot-installer.xml:2201
#, no-c-format
msgid ""
"Expert, Rescue, and Automated installation choices are also available with "
@@ -2044,7 +2001,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2246
+#: boot-installer.xml:2216
#, no-c-format
msgid ""
"The automated install choice allows to install &debian; completely "
@@ -2054,13 +2011,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2256
+#: boot-installer.xml:2226
#, no-c-format
msgid "Accessibility of the installed system"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2257
+#: boot-installer.xml:2227
#, no-c-format
msgid ""
"Documentation on accessibility of the installed system is available on the "
@@ -2069,13 +2026,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2271
+#: boot-installer.xml:2241
#, no-c-format
msgid "Boot Parameters"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2272
+#: boot-installer.xml:2242
#, no-c-format
msgid ""
"Boot parameters are Linux kernel parameters which are generally used to make "
@@ -2085,7 +2042,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2279
+#: boot-installer.xml:2249
#, no-c-format
msgid ""
"If this is the first time you're booting the system, try the default boot "
@@ -2095,7 +2052,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2286
+#: boot-installer.xml:2256
#, no-c-format
msgid ""
"Information on many boot parameters can be found in the <ulink url=\"http://"
@@ -2106,13 +2063,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2298
+#: boot-installer.xml:2268
#, no-c-format
msgid "Boot console"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2300
+#: boot-installer.xml:2270
#, no-c-format
msgid ""
"If you are booting with a serial console, generally the kernel will "
@@ -2125,7 +2082,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2312
+#: boot-installer.xml:2282
#, no-c-format
msgid ""
"You may need to specify parameters for the serial port, such as speed and "
@@ -2136,7 +2093,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2320
+#: boot-installer.xml:2290
#, no-c-format
msgid ""
"In order to ensure the terminal type used by the installer matches your "
@@ -2154,7 +2111,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2336
+#: boot-installer.xml:2306
#, no-c-format
msgid ""
"For &arch-title; the serial devices are <filename>ttya</filename> or "
@@ -2164,13 +2121,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2348
+#: boot-installer.xml:2318
#, no-c-format
msgid "&debian; Installer Parameters"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2349
+#: boot-installer.xml:2319
#, no-c-format
msgid ""
"The installation system recognizes a few additional boot "
@@ -2182,7 +2139,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2364
+#: boot-installer.xml:2334
#, no-c-format
msgid ""
"A number of parameters have a <quote>short form</quote> that helps avoid the "
@@ -2193,19 +2150,19 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2376
+#: boot-installer.xml:2346
#, no-c-format
msgid "debconf/priority (priority)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2377
+#: boot-installer.xml:2347
#, no-c-format
msgid "This parameter sets the lowest priority of messages to be displayed."
msgstr ""
#. Tag: para
-#: boot-installer.xml:2381
+#: boot-installer.xml:2351
#, no-c-format
msgid ""
"The default installation uses <userinput>priority=high</userinput>. This "
@@ -2215,7 +2172,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2388
+#: boot-installer.xml:2358
#, no-c-format
msgid ""
"If you add <userinput>priority=medium</userinput> as boot parameter, you "
@@ -2228,13 +2185,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2402
+#: boot-installer.xml:2372
#, no-c-format
msgid "DEBIAN_FRONTEND"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2403
+#: boot-installer.xml:2373
#, no-c-format
msgid ""
"This boot parameter controls the type of user interface used for the "
@@ -2255,13 +2212,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2434
+#: boot-installer.xml:2404
#, no-c-format
msgid "BOOT_DEBUG"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2435
+#: boot-installer.xml:2405
#, no-c-format
msgid ""
"Setting this boot parameter to 2 will cause the installer's boot process to "
@@ -2271,49 +2228,49 @@ msgid ""
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:2444
+#: boot-installer.xml:2414
#, no-c-format
msgid "BOOT_DEBUG=0"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2445
+#: boot-installer.xml:2415
#, no-c-format
msgid "This is the default."
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:2449
+#: boot-installer.xml:2419
#, no-c-format
msgid "BOOT_DEBUG=1"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2450
+#: boot-installer.xml:2420
#, no-c-format
msgid "More verbose than usual."
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:2454
+#: boot-installer.xml:2424
#, no-c-format
msgid "BOOT_DEBUG=2"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2455
+#: boot-installer.xml:2425
#, no-c-format
msgid "Lots of debugging information."
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:2459
+#: boot-installer.xml:2429
#, no-c-format
msgid "BOOT_DEBUG=3"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2460
+#: boot-installer.xml:2430
#, no-c-format
msgid ""
"Shells are run at various points in the boot process to allow detailed "
@@ -2321,19 +2278,19 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2474
+#: boot-installer.xml:2444
#, no-c-format
msgid "log_host"
msgstr ""
#. Tag: term
-#: boot-installer.xml:2475
+#: boot-installer.xml:2445
#, no-c-format
msgid "log_port"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2476
+#: boot-installer.xml:2446
#, no-c-format
msgid ""
"Causes the installer to send log messages to a remote syslog on the "
@@ -2342,13 +2299,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2487
+#: boot-installer.xml:2457
#, no-c-format
msgid "lowmem"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2488
+#: boot-installer.xml:2458
#, no-c-format
msgid ""
"Can be used to force the installer to a lowmem level higher than the one the "
@@ -2357,13 +2314,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2498
+#: boot-installer.xml:2468
#, no-c-format
msgid "noshell"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2499
+#: boot-installer.xml:2469
#, no-c-format
msgid ""
"Prevents the installer from offering interactive shells on tty2 and tty3. "
@@ -2371,13 +2328,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2508
+#: boot-installer.xml:2478
#, no-c-format
msgid "debian-installer/framebuffer (fb)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2509
+#: boot-installer.xml:2479
#, no-c-format
msgid ""
"Some architectures use the kernel framebuffer to offer installation in a "
@@ -2389,13 +2346,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2518
+#: boot-installer.xml:2488
#, no-c-format
msgid "Such problems have been reported on hppa."
msgstr ""
#. Tag: para
-#: boot-installer.xml:2522
+#: boot-installer.xml:2492
#, no-c-format
msgid ""
"Because of display problems on some systems, framebuffer support is "
@@ -2407,13 +2364,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2536
+#: boot-installer.xml:2506
#, no-c-format
msgid "debian-installer/theme (theme)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2537
+#: boot-installer.xml:2507
#, no-c-format
msgid ""
"A theme determines how the user interface of the installer looks (colors, "
@@ -2426,13 +2383,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2552 boot-installer.xml:2785
+#: boot-installer.xml:2522 boot-installer.xml:2755
#, no-c-format
msgid "netcfg/disable_autoconfig"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2553
+#: boot-installer.xml:2523
#, no-c-format
msgid ""
"By default, the &d-i; automatically probes for network configuration via "
@@ -2442,7 +2399,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2560
+#: boot-installer.xml:2530
#, no-c-format
msgid ""
"If you have an IPv6 router or a DHCP server on your local network, but want "
@@ -2453,13 +2410,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2571
+#: boot-installer.xml:2541
#, no-c-format
msgid "hw-detect/start_pcmcia"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2572
+#: boot-installer.xml:2542
#, no-c-format
msgid ""
"Set to <userinput>false</userinput> to prevent starting PCMCIA services, if "
@@ -2467,13 +2424,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2582
+#: boot-installer.xml:2552
#, no-c-format
msgid "disk-detect/dmraid/enable (dmraid)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2583
+#: boot-installer.xml:2553
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to enable support for Serial ATA RAID "
@@ -2483,13 +2440,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2594
+#: boot-installer.xml:2564
#, no-c-format
msgid "preseed/url (url)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2595
+#: boot-installer.xml:2565
#, no-c-format
msgid ""
"Specify the url to a preconfiguration file to download and use for "
@@ -2497,13 +2454,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2604
+#: boot-installer.xml:2574
#, no-c-format
msgid "preseed/file (file)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2605
+#: boot-installer.xml:2575
#, no-c-format
msgid ""
"Specify the path to a preconfiguration file to load for automating the "
@@ -2511,13 +2468,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2614
+#: boot-installer.xml:2584
#, no-c-format
msgid "preseed/interactive"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2615
+#: boot-installer.xml:2585
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to display questions even if they have "
@@ -2528,13 +2485,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2627
+#: boot-installer.xml:2597
#, no-c-format
msgid "auto-install/enable (auto)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2628
+#: boot-installer.xml:2598
#, no-c-format
msgid ""
"Delay questions that are normally asked before preseeding is possible until "
@@ -2543,13 +2500,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2639
+#: boot-installer.xml:2609
#, no-c-format
msgid "finish-install/keep-consoles"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2640
+#: boot-installer.xml:2610
#, no-c-format
msgid ""
"During installations from serial or management console, the regular virtual "
@@ -2558,13 +2515,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2651
+#: boot-installer.xml:2621
#, no-c-format
msgid "cdrom-detect/eject"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2652
+#: boot-installer.xml:2622
#, no-c-format
msgid ""
"By default, before rebooting, &d-i; automatically ejects the optical media "
@@ -2576,7 +2533,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2661
+#: boot-installer.xml:2631
#, no-c-format
msgid ""
"Set to <userinput>false</userinput> to disable automatic ejection, and be "
@@ -2585,13 +2542,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2672
+#: boot-installer.xml:2642
#, no-c-format
msgid "base-installer/install-recommends (recommends)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2673
+#: boot-installer.xml:2643
#, no-c-format
msgid ""
"By setting this option to <userinput>false</userinput>, the package "
@@ -2601,7 +2558,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2680
+#: boot-installer.xml:2650
#, no-c-format
msgid ""
"Note that this option allows to have a leaner system, but can also result in "
@@ -2612,13 +2569,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2692
+#: boot-installer.xml:2662
#, no-c-format
msgid "debian-installer/allow_unauthenticated"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2693
+#: boot-installer.xml:2663
#, no-c-format
msgid ""
"By default the installer requires that repositories be authenticated using a "
@@ -2628,13 +2585,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2704
+#: boot-installer.xml:2674
#, no-c-format
msgid "ramdisk_size"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2705
+#: boot-installer.xml:2675
#, no-c-format
msgid ""
"This parameter should already be set to a correct value where needed; set it "
@@ -2643,13 +2600,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2715
+#: boot-installer.xml:2685
#, no-c-format
msgid "rescue/enable"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2716
+#: boot-installer.xml:2686
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to enter rescue mode rather than "
@@ -2657,13 +2614,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2729
+#: boot-installer.xml:2699
#, no-c-format
msgid "Using boot parameters to answer questions"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2730
+#: boot-installer.xml:2700
#, no-c-format
msgid ""
"With some exceptions, a value can be set at the boot prompt for any question "
@@ -2673,25 +2630,25 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2742
+#: boot-installer.xml:2712
#, no-c-format
msgid "debian-installer/language (language)"
msgstr ""
#. Tag: term
-#: boot-installer.xml:2743
+#: boot-installer.xml:2713
#, no-c-format
msgid "debian-installer/country (country)"
msgstr ""
#. Tag: term
-#: boot-installer.xml:2744
+#: boot-installer.xml:2714
#, no-c-format
msgid "debian-installer/locale (locale)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2745
+#: boot-installer.xml:2715
#, no-c-format
msgid ""
"There are two ways to specify the language, country and locale to use for "
@@ -2699,7 +2656,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2750
+#: boot-installer.xml:2720
#, no-c-format
msgid ""
"The first and easiest is to pass only the parameter <literal>locale</"
@@ -2712,7 +2669,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2759
+#: boot-installer.xml:2729
#, no-c-format
msgid ""
"The second, more flexible option is to specify <literal>language</literal> "
@@ -2723,13 +2680,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2771
+#: boot-installer.xml:2741
#, no-c-format
msgid "anna/choose_modules (modules)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2772
+#: boot-installer.xml:2742
#, no-c-format
msgid ""
"Can be used to automatically load installer components that are not loaded "
@@ -2740,7 +2697,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2786
+#: boot-installer.xml:2756
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> if you want to disable IPv6 "
@@ -2748,13 +2705,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2795
+#: boot-installer.xml:2765
#, no-c-format
msgid "mirror/protocol (protocol)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2796
+#: boot-installer.xml:2766
#, no-c-format
msgid ""
"By default the installer will use the http protocol to download files from "
@@ -2766,13 +2723,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: boot-installer.xml:2809
+#: boot-installer.xml:2779
#, no-c-format
msgid "tasksel:tasksel/first (tasks)"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2810
+#: boot-installer.xml:2780
#, no-c-format
msgid ""
"Can be used to select tasks that are not available from the interactive task "
@@ -2781,13 +2738,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2824
+#: boot-installer.xml:2794
#, no-c-format
msgid "Passing parameters to kernel modules"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2825
+#: boot-installer.xml:2795
#, no-c-format
msgid ""
"If drivers are compiled into the kernel, you can pass parameters to them as "
@@ -2802,7 +2759,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2838
+#: boot-installer.xml:2808
#, no-c-format
msgid ""
"Note that it is now quite rare that parameters need to be passed to modules. "
@@ -2812,7 +2769,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2845
+#: boot-installer.xml:2815
#, no-c-format
msgid ""
"The syntax to use to set parameters for modules is: "
@@ -2826,19 +2783,19 @@ msgid ""
msgstr ""
#. Tag: screen
-#: boot-installer.xml:2855
+#: boot-installer.xml:2825
#, no-c-format
msgid "3c509.xcvr=3 3c509.irq=10"
msgstr ""
#. Tag: title
-#: boot-installer.xml:2861
+#: boot-installer.xml:2831
#, no-c-format
msgid "Blacklisting kernel modules"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2862
+#: boot-installer.xml:2832
#, no-c-format
msgid ""
"Sometimes it may be necessary to blacklist a module to prevent it from being "
@@ -2850,7 +2807,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2871
+#: boot-installer.xml:2841
#, no-c-format
msgid ""
"You can blacklist a module using the following syntax: "
@@ -2861,7 +2818,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2879
+#: boot-installer.xml:2849
#, no-c-format
msgid ""
"Note that a module may still be loaded by the installation system itself. "
@@ -2871,19 +2828,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2895
+#: boot-installer.xml:2865
#, no-c-format
msgid "Troubleshooting the Installation Process"
msgstr ""
#. Tag: title
-#: boot-installer.xml:2900
+#: boot-installer.xml:2870
#, no-c-format
msgid "Reliability of optical media"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2901
+#: boot-installer.xml:2871
#, no-c-format
msgid ""
"Sometimes, especially with older drives, the installer may fail to boot from "
@@ -2893,7 +2850,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2908
+#: boot-installer.xml:2878
#, no-c-format
msgid ""
"There are many different possible causes for these problems. We can only "
@@ -2902,13 +2859,13 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2914
+#: boot-installer.xml:2884
#, no-c-format
msgid "There are two very simple things that you should try first."
msgstr ""
#. Tag: para
-#: boot-installer.xml:2919
+#: boot-installer.xml:2889
#, no-c-format
msgid ""
"If the disc does not boot, check that it was inserted correctly and that it "
@@ -2916,7 +2873,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2925
+#: boot-installer.xml:2895
#, no-c-format
msgid ""
"If the installer fails to recognize the disc, try just running the option "
@@ -2926,7 +2883,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2935
+#: boot-installer.xml:2905
#, no-c-format
msgid ""
"If this does not work, then try the suggestions in the subsections below. "
@@ -2934,7 +2891,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2940
+#: boot-installer.xml:2910
#, no-c-format
msgid ""
"If you cannot get the installation working from optical disc, try one of the "
@@ -2942,13 +2899,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2948
+#: boot-installer.xml:2918
#, no-c-format
msgid "Common issues"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2951
+#: boot-installer.xml:2921
#, no-c-format
msgid ""
"Some older CD-ROM drives do not support reading from discs that were burned "
@@ -2956,7 +2913,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2968
+#: boot-installer.xml:2938
#, no-c-format
msgid ""
"Some very old CD-ROM drives do not work correctly if <quote>direct memory "
@@ -2964,19 +2921,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2979
+#: boot-installer.xml:2949
#, no-c-format
msgid "How to investigate and maybe solve issues"
msgstr ""
#. Tag: para
-#: boot-installer.xml:2980
+#: boot-installer.xml:2950
#, no-c-format
msgid "If the optical disc fails to boot, try the suggestions listed below."
msgstr ""
#. Tag: para
-#: boot-installer.xml:2985
+#: boot-installer.xml:2955
#, no-c-format
msgid ""
"Check that your BIOS actually supports booting from optical disc (only an "
@@ -2985,7 +2942,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:2992
+#: boot-installer.xml:2962
#, no-c-format
msgid ""
"If you downloaded an iso image, check that the md5sum of that image matches "
@@ -3001,7 +2958,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: boot-installer.xml:3005
+#: boot-installer.xml:2975
#, no-c-format
msgid ""
"$ dd if=/dev/cdrom | \\\n"
@@ -3015,7 +2972,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3010
+#: boot-installer.xml:2980
#, no-c-format
msgid ""
"If, after the installer has been booted successfully, the disc is not "
@@ -3029,7 +2986,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3022
+#: boot-installer.xml:2992
#, no-c-format
msgid ""
"Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> "
@@ -3038,7 +2995,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3029
+#: boot-installer.xml:2999
#, no-c-format
msgid ""
"Check in the output of <command>dmesg</command> if your optical drive was "
@@ -3057,7 +3014,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3043
+#: boot-installer.xml:3013
#, no-c-format
msgid ""
"Check that there is a device node for your optical drive under <filename>/"
@@ -3066,7 +3023,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3051
+#: boot-installer.xml:3021
#, no-c-format
msgid ""
"Use the <command>mount</command> command to check if the optical disc is "
@@ -3078,7 +3035,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3061
+#: boot-installer.xml:3031
#, no-c-format
msgid ""
"Check if DMA is currently enabled: <informalexample><screen>\n"
@@ -3094,7 +3051,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3076
+#: boot-installer.xml:3046
#, no-c-format
msgid ""
"If there are any problems during the installation, try checking the "
@@ -3104,13 +3061,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3090
+#: boot-installer.xml:3060
#, no-c-format
msgid "Boot Configuration"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3092
+#: boot-installer.xml:3062
#, no-c-format
msgid ""
"If you have problems and the kernel hangs during the boot process, doesn't "
@@ -3120,7 +3077,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3101
+#: boot-installer.xml:3071
#, no-c-format
msgid ""
"In some cases, malfunctions can be caused by missing device firmware (see "
@@ -3129,7 +3086,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3112
+#: boot-installer.xml:3082
#, no-c-format
msgid ""
"If software speech synthesis does not work, there is most probably an issue "
@@ -3141,37 +3098,37 @@ msgid ""
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:3123
+#: boot-installer.xml:3093
#, no-c-format
msgid "dmesg"
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:3125
+#: boot-installer.xml:3095
#, no-c-format
msgid "lspci"
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:3127
+#: boot-installer.xml:3097
#, no-c-format
msgid "lsmod"
msgstr ""
#. Tag: userinput
-#: boot-installer.xml:3129
+#: boot-installer.xml:3099
#, no-c-format
msgid "amixer"
msgstr ""
#. Tag: title
-#: boot-installer.xml:3137 boot-installer.xml:3242
+#: boot-installer.xml:3107 boot-installer.xml:3212
#, no-c-format
msgid "Common &arch-title; Installation Problems"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3138
+#: boot-installer.xml:3108
#, no-c-format
msgid ""
"There are some common installation problems that can be solved or avoided by "
@@ -3179,7 +3136,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3183
+#: boot-installer.xml:3153
#, no-c-format
msgid ""
"If your screen begins to show a weird picture while the kernel boots, eg. "
@@ -3192,13 +3149,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3197
+#: boot-installer.xml:3167
#, no-c-format
msgid "System Freeze During the PCMCIA Configuration Phase"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3198
+#: boot-installer.xml:3168
#, no-c-format
msgid ""
"Some very old laptop models produced by Dell are known to crash when PCMCIA "
@@ -3211,7 +3168,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3208
+#: boot-installer.xml:3178
#, no-c-format
msgid ""
"Alternatively, you can boot the installer in expert mode. You will then be "
@@ -3225,19 +3182,19 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3243
+#: boot-installer.xml:3213
#, no-c-format
msgid "There are some common installation problems that are worth mentioning."
msgstr ""
#. Tag: title
-#: boot-installer.xml:3249
+#: boot-installer.xml:3219
#, no-c-format
msgid "Misdirected video output"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3250
+#: boot-installer.xml:3220
#, no-c-format
msgid ""
"It is fairly common for &arch-title; to have two video cards in one machine, "
@@ -3253,7 +3210,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3264
+#: boot-installer.xml:3234
#, no-c-format
msgid ""
"Note that you may also have to manually add this parameter to the silo "
@@ -3263,13 +3220,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3275
+#: boot-installer.xml:3245
#, no-c-format
msgid "Failure to Boot or Install from CD-ROM"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3276
+#: boot-installer.xml:3246
#, no-c-format
msgid ""
"Some Sparc systems are notoriously difficult to boot from CD-ROM and even if "
@@ -3278,19 +3235,19 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3282
+#: boot-installer.xml:3252
#, no-c-format
msgid "We recommend to install such systems by netbooting the installer."
msgstr ""
#. Tag: title
-#: boot-installer.xml:3291
+#: boot-installer.xml:3261
#, no-c-format
msgid "Interpreting the Kernel Startup Messages"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3293
+#: boot-installer.xml:3263
#, no-c-format
msgid ""
"During the boot sequence, you may see many messages in the form "
@@ -3312,13 +3269,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3318
+#: boot-installer.xml:3288
#, no-c-format
msgid "Reporting Installation Problems"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3319
+#: boot-installer.xml:3289
#, no-c-format
msgid ""
"If you get through the initial boot phase but cannot complete the install, "
@@ -3331,7 +3288,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3330
+#: boot-installer.xml:3300
#, no-c-format
msgid ""
"Other pertinent installation messages may be found in <filename>/var/log/</"
@@ -3340,13 +3297,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3341
+#: boot-installer.xml:3311
#, no-c-format
msgid "Submitting Installation Reports"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3342
+#: boot-installer.xml:3312
#, no-c-format
msgid ""
"If you still have problems, please submit an installation report. We also "
@@ -3356,7 +3313,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3349
+#: boot-installer.xml:3319
#, no-c-format
msgid ""
"Note that your installation report will be published in the Debian Bug "
@@ -3365,7 +3322,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3355
+#: boot-installer.xml:3325
#, no-c-format
msgid ""
"If you have a working &debian; system, the easiest way to send an "
@@ -3378,7 +3335,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3365
+#: boot-installer.xml:3335
#, no-c-format
msgid ""
"Alternatively you can use this template when filling out installation "