From 10754272213dadef5e8df914aaf24046dc8b89fe Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Fri, 20 May 2022 22:21:53 +0200 Subject: Clean-up - sync translations, where possible --- po/kab/install-methods.po | 493 ++++++++-------------------------------------- 1 file changed, 86 insertions(+), 407 deletions(-) (limited to 'po/kab/install-methods.po') diff --git a/po/kab/install-methods.po b/po/kab/install-methods.po index 9052089fd..6d541cb0b 100644 --- a/po/kab/install-methods.po +++ b/po/kab/install-methods.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: debian-installation-guide-install-methods 2021\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2021-10-27 23:02+0000\n" +"POT-Creation-Date: 2022-05-19 22:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Kabyle \n" @@ -413,13 +413,11 @@ msgstr "" msgid "" "There is an all-in-one file &hdmedia-boot-img; which contains all the " "installer files (including the kernel) as well as " -"syslinux and its configuration file as well as yaboot and its " -"configuration file." +"syslinux and its configuration file." msgstr "" #. Tag: para -#: install-methods.xml:371 +#: install-methods.xml:369 #, no-c-format msgid "" "Note that, although convenient, this method does have one major " @@ -430,34 +428,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:379 +#: install-methods.xml:377 #, no-c-format msgid "Simply extract this image directly to your USB stick:" msgstr "" #. Tag: screen -#: install-methods.xml:383 +#: install-methods.xml:381 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX" msgstr "" #. Tag: para -#: install-methods.xml:385 -#, no-c-format -msgid "" -"Create a partition of type \"Apple_Bootstrap\" on your USB stick using " -"mac-fdisk's C command and extract " -"the image directly to that:" -msgstr "" - -#. Tag: screen -#: install-methods.xml:391 -#, no-c-format -msgid "# zcat boot.img.gz > /dev/sdX2" -msgstr "" - -#. Tag: para -#: install-methods.xml:393 +#: install-methods.xml:397 #, no-c-format msgid "" "After that, mount the USB memory stick syslinux and " @@ -522,7 +505,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:448 +#: install-methods.xml:452 #, no-c-format msgid "" "Since most USB sticks come pre-configured with a single FAT16 partition, you " @@ -541,7 +524,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:471 +#: install-methods.xml:475 #, no-c-format msgid "" "Having a correctly partitioned USB stick (now), you need to put " @@ -556,13 +539,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:487 +#: install-methods.xml:491 #, no-c-format msgid "Adding the installer files" msgstr "" #. Tag: para -#: install-methods.xml:488 +#: install-methods.xml:492 #, no-c-format msgid "" "There are two different installation variants to choose here: The hd-media " @@ -572,7 +555,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:495 +#: install-methods.xml:499 #, no-c-format msgid "" "According to your choice, you have to download some installer files from the " @@ -588,7 +571,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:519 +#: install-methods.xml:523 #, no-c-format msgid "" "Then mount the partition (mount /dev/sdX1syslinux.cfg " @@ -611,7 +594,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:536 +#: install-methods.xml:540 #, no-c-format msgid "" "For the graphical installer (from gtk) you should add " @@ -620,7 +603,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:542 +#: install-methods.xml:546 #, no-c-format msgid "" "To enable the boot prompt to permit further parameter appending, add a " @@ -628,7 +611,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:547 +#: install-methods.xml:551 #, no-c-format msgid "" "If you used files from hd-media, you should now copy " @@ -637,7 +620,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:553 +#: install-methods.xml:557 #, no-c-format msgid "" "You can use either a netinst or a full CD/DVD image (see umount /mntmac-fdisk /dev/sdX, initialise a new partition map using the i command, and create a new partition of type Apple_Bootstrap using " -"the C command. (Note that the first \"partition\" " -"will always be the partition map itself.) Then type " -"\n" -"$ hformat /dev/sdX2\n" -" Take care that you use the correct device name " -"for your USB stick. The hformat command is contained in " -"the hfsutils &debian; package." -msgstr "" - -#. Tag: para -#: install-methods.xml:591 -#, no-c-format -msgid "" -"In order to start the kernel after booting from the USB stick, we will put a " -"boot loader on the stick. The yaboot boot loader can be " -"installed on an HFS filesystem and can be reconfigured by just editing a " -"text file. Any operating system which supports the HFS file system can be " -"used to make changes to the configuration of the boot loader." -msgstr "" - -#. Tag: para -#: install-methods.xml:600 -#, no-c-format -msgid "" -"The normal ybin tool that comes with yaboot does not yet understand USB storage devices, so you will have to " -"install yaboot by hand using the hfsutils tools. Type \n" -"$ hmount /dev/sdX2\n" -"$ hcopy -r /usr/lib/yaboot/yaboot :\n" -"$ hattrib -c UNIX -t tbxi :yaboot\n" -"$ hattrib -b :\n" -"$ humount\n" -" Again, take care that you use the correct device " -"name. The partition must not be otherwise mounted during this procedure. " -"This procedure writes the boot loader to the partition, and uses the HFS " -"utilities to mark it in such a way that Open Firmware will boot it. Having " -"done this, the rest of the USB stick may be prepared using the normal Unix " -"utilities." -msgstr "" - -#. Tag: title -#: install-methods.xml:620 -#, no-c-format -msgid "Adding the installer image" -msgstr "" - -#. Tag: para -#: install-methods.xml:621 -#, no-c-format -msgid "" -"Mount the partition (mount /dev/sdX2 /" -"mnt) and copy the following installer image files to the stick:" -msgstr "" - -#. Tag: para -#: install-methods.xml:628 -#, no-c-format -msgid "vmlinux (kernel binary)" -msgstr "" - -#. Tag: para -#: install-methods.xml:633 -#, no-c-format -msgid "initrd.gz (initial ramdisk image)" -msgstr "" - -#. Tag: para -#: install-methods.xml:638 -#, no-c-format -msgid "yaboot.conf (yaboot configuration file)" -msgstr "" - -#. Tag: para -#: install-methods.xml:643 -#, no-c-format -msgid "boot.msg (optional boot message)" -msgstr "" - -#. Tag: para -#: install-methods.xml:650 -#, no-c-format -msgid "" -"The yaboot.conf configuration file should contain the " -"following lines: \n" -"default=install\n" -"root=/dev/ram\n" -"\n" -"message=/boot.msg\n" -"\n" -"image=/vmlinux\n" -" label=install\n" -" initrd=/initrd.gz\n" -" initrd-size=10000\n" -" read-only\n" -" Please note that the initrd-size parameter may need to be increased, depending on the image you " -"are booting." -msgstr "" - -#. Tag: para -#: install-methods.xml:660 -#, no-c-format -msgid "" -"If you used an hd-media image, you should now copy the " -"ISO file of a &debian; ISO image You can use either a " -"netinst or a full CD image (see ). Be sure " -"to select one that fits. Note that the netboot mini.iso image is not usable for this purpose. " -"onto the stick. When you are done, unmount the USB memory stick " -"(umount /mnt)." -msgstr "" - -#. Tag: title -#: install-methods.xml:688 +#: install-methods.xml:694 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "" #. Tag: para -#: install-methods.xml:689 +#: install-methods.xml:695 #, no-c-format msgid "" "The installer may be booted using boot files placed on an existing hard " @@ -800,7 +655,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:697 +#: install-methods.xml:703 #, no-c-format msgid "" "A full, pure network installation can be achieved using this " @@ -808,37 +663,14 @@ msgid "" "burning CD/DVD images." msgstr "" -#. Tag: para -#: install-methods.xml:703 -#, no-c-format -msgid "" -"The installer cannot boot from files on an HFS+ file system. MacOS System " -"8.1 and above may use HFS+ file systems; NewWorld PowerMacs all use HFS+. To " -"determine whether your existing file system is HFS+, select Get " -"Info for the volume in question. HFS file systems appear as " -"Mac OS Standard, while HFS+ file systems say " -"Mac OS Extended. You must have an HFS partition in " -"order to exchange files between MacOS and Linux, in particular the " -"installation files you download." -msgstr "" - -#. Tag: para -#: install-methods.xml:714 -#, no-c-format -msgid "" -"Different programs are used for hard disk installation system booting, " -"depending on whether the system is a NewWorld or an " -"OldWorld model." -msgstr "" - #. Tag: title -#: install-methods.xml:723 +#: install-methods.xml:733 #, no-c-format msgid "Hard disk installer booting from Linux using GRUB" msgstr "" #. Tag: para -#: install-methods.xml:725 +#: install-methods.xml:735 #, no-c-format msgid "" "This section explains how to add to or even replace an existing linux " @@ -846,7 +678,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:731 +#: install-methods.xml:741 #, no-c-format msgid "" "At boot time, GRUB supports loading in memory not only " @@ -855,7 +687,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:737 +#: install-methods.xml:747 #, no-c-format msgid "" "Copy the following files from the &debian; archives to a convenient location " @@ -863,19 +695,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:744 +#: install-methods.xml:754 #, no-c-format msgid "vmlinuz (kernel binary)" msgstr "" #. Tag: para -#: install-methods.xml:749 +#: install-methods.xml:759 #, no-c-format msgid "initrd.gz (ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:756 +#: install-methods.xml:766 #, no-c-format msgid "" "If you intend to use the hard drive only for booting and then download " @@ -886,7 +718,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:765 +#: install-methods.xml:775 #, no-c-format msgid "" "Alternatively, if you intend to keep an existing partition on the hard drive " @@ -898,7 +730,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:773 +#: install-methods.xml:783 #, no-c-format msgid "" "Finally, to configure the bootloader proceed to loadlin" msgstr "" #. Tag: para -#: install-methods.xml:784 +#: install-methods.xml:794 #, no-c-format msgid "" "This section explains how to prepare your hard drive for booting the " @@ -920,7 +752,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:789 +#: install-methods.xml:799 #, no-c-format msgid "" "Copy the following directories from a &debian; installation image to " @@ -928,26 +760,26 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:794 +#: install-methods.xml:804 #, no-c-format msgid "" "/&x86-install-dir; (kernel binary and ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:799 +#: install-methods.xml:809 #, no-c-format msgid "/tools (loadlin tool)" msgstr "" #. Tag: title -#: install-methods.xml:911 +#: install-methods.xml:827 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "" #. Tag: para -#: install-methods.xml:912 +#: install-methods.xml:828 #, no-c-format msgid "" "If your machine is connected to a local area network, you may be able to " @@ -958,7 +790,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:920 +#: install-methods.xml:836 #, no-c-format msgid "" "You need to set up a TFTP server, and for many machines a DHCP serverThe Reverse Address Resolution Protocol " @@ -980,24 +812,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:941 -#, no-c-format -msgid "" -"For PowerPC, if you have a NewWorld Power Macintosh machine, it is a good " -"idea to use DHCP instead of BOOTP. Some of the latest machines are unable to " -"boot using BOOTP." -msgstr "" - -#. Tag: para -#: install-methods.xml:947 -#, no-c-format -msgid "" -"Some older HPPA machines (e.g. 715/75) use RBOOTD rather than BOOTP. There " -"is an rbootd package available in &debian;." -msgstr "" - -#. Tag: para -#: install-methods.xml:952 +#: install-methods.xml:869 #, no-c-format msgid "" "The Trivial File Transfer Protocol (TFTP) is used to serve the boot image to " @@ -1007,7 +822,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:960 +#: install-methods.xml:877 #, no-c-format msgid "" "For a &debian-gnu; server we recommend tftpd-hpa. " @@ -1017,25 +832,23 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:976 +#: install-methods.xml:893 #, no-c-format msgid "Setting up RARP server" msgstr "" #. Tag: para -#: install-methods.xml:977 +#: install-methods.xml:894 #, no-c-format msgid "" "To set up RARP, you need to know the Ethernet address (a.k.a. the MAC " "address) of the client computers to be installed. If you don't know this " -"information, you can pick it off the initial " -"OpenPROM boot messages, use the OpenBoot .enet-addr " -"command, or boot into Rescue mode and use the " +"information, you can boot into Rescue mode and use the " "command ip addr show dev eth0." msgstr "" #. Tag: para -#: install-methods.xml:989 +#: install-methods.xml:903 #, no-c-format msgid "" "On a RARP server system using a Linux kernel or Solaris/SunOS, you use the " @@ -1050,13 +863,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1010 +#: install-methods.xml:924 #, no-c-format msgid "Setting up a DHCP server" msgstr "" #. Tag: para -#: install-methods.xml:1011 +#: install-methods.xml:925 #, no-c-format msgid "" "One free software DHCP server is ISC dhcpd. For &debian-" @@ -1066,7 +879,7 @@ msgid "" msgstr "" #. Tag: screen -#: install-methods.xml:1018 +#: install-methods.xml:932 #, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -1091,7 +904,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1020 +#: install-methods.xml:934 #, no-c-format msgid "" "In this example, there is one server servername " @@ -1103,7 +916,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1030 +#: install-methods.xml:944 #, no-c-format msgid "" "After you have edited the dhcpd configuration file, " @@ -1111,13 +924,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1038 +#: install-methods.xml:952 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "" #. Tag: para -#: install-methods.xml:1039 +#: install-methods.xml:953 #, no-c-format msgid "" "Here is another example for a dhcp.conf using the Pre-" @@ -1155,7 +968,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1049 +#: install-methods.xml:963 #, no-c-format msgid "" "If your machine uses UEFI to boot, you will have to specify a boot loader " @@ -1163,7 +976,7 @@ msgid "" msgstr "" #. Tag: screen -#: install-methods.xml:1053 +#: install-methods.xml:967 #, no-c-format msgid "" "group {\n" @@ -1177,13 +990,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1066 +#: install-methods.xml:980 #, no-c-format msgid "Setting up a BOOTP server" msgstr "" #. Tag: para -#: install-methods.xml:1067 +#: install-methods.xml:981 #, no-c-format msgid "" "There are two BOOTP servers available for GNU/Linux. The first is CMU " @@ -1194,7 +1007,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1075 +#: install-methods.xml:989 #, no-c-format msgid "" "To use CMU bootpd, you must first uncomment (or add) the " @@ -1222,14 +1035,11 @@ msgid "" " You will need to change at least the ha option, which specifies the hardware address of the client. The " "bf option specifies the file a client should retrieve via " -"TFTP; see for more details. On SGI machines you can just enter the command monitor and type " -"printenv. The value of the eaddr variable is the machine's MAC address. " +"TFTP; see for more details." msgstr "" #. Tag: para -#: install-methods.xml:1108 +#: install-methods.xml:1016 #, no-c-format msgid "" "By contrast, setting up BOOTP with ISC dhcpd is really " @@ -1244,13 +1054,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1127 +#: install-methods.xml:1035 #, no-c-format msgid "Enabling the TFTP Server" msgstr "" #. Tag: para -#: install-methods.xml:1128 +#: install-methods.xml:1036 #, no-c-format msgid "" "To get the TFTP server ready to go, you should first make sure that " @@ -1258,7 +1068,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1133 +#: install-methods.xml:1041 #, no-c-format msgid "" "In the case of tftpd-hpa there are two ways the " @@ -1269,7 +1079,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1142 +#: install-methods.xml:1050 #, no-c-format msgid "" "Historically, TFTP servers used /tftpboot as directory " @@ -1281,7 +1091,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1152 +#: install-methods.xml:1060 #, no-c-format msgid "" "All in.tftpd alternatives available in &debian; should " @@ -1291,32 +1101,14 @@ msgid "" "starting point for diagnosing the cause of errors." msgstr "" -#. Tag: para -#: install-methods.xml:1160 -#, no-c-format -msgid "" -"If you intend to install &debian; on an SGI machine and your TFTP server is " -"a GNU/Linux box running Linux 2.4, you'll need to set the following on your " -"server: \n" -"# echo 1 > /proc/sys/net/ipv4/ip_no_pmtu_disc\n" -" to turn off Path MTU discovery, otherwise the " -"SGI's PROM can't download the kernel. Furthermore, make sure TFTP packets " -"are sent from a source port no greater than 32767, or the download will " -"stall after the first packet. Again, it's Linux 2.4.X tripping this bug in " -"the PROM, and you can avoid it by setting \n" -"# echo \"2048 32767\" > /proc/sys/net/ipv4/ip_local_port_range\n" -" to adjust the range of source ports the Linux " -"TFTP server uses." -msgstr "" - #. Tag: title -#: install-methods.xml:1182 +#: install-methods.xml:1072 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "" #. Tag: para -#: install-methods.xml:1183 +#: install-methods.xml:1073 #, no-c-format msgid "" "Next, place the TFTP boot image you need, as found in yaboot boot loader as the TFTP boot image. " -"Yaboot will then retrieve the kernel and RAMdisk images " -"via TFTP itself. You will need to download the following files from the " -"netboot/ directory:" -msgstr "" - -#. Tag: filename -#: install-methods.xml:1203 -#, no-c-format -msgid "vmlinux" -msgstr "" - -#. Tag: filename -#: install-methods.xml:1208 -#, no-c-format -msgid "initrd.gz" -msgstr "" - -#. Tag: filename -#: install-methods.xml:1213 -#, no-c-format -msgid "yaboot" -msgstr "" - -#. Tag: filename -#: install-methods.xml:1218 -#, no-c-format -msgid "yaboot.conf" -msgstr "" - -#. Tag: filename -#: install-methods.xml:1223 -#, no-c-format -msgid "boot.msg" -msgstr "" - -#. Tag: para -#: install-methods.xml:1228 +#: install-methods.xml:1124 #, no-c-format msgid "" "For PXE booting, everything you should need is set up in the " @@ -1380,86 +1131,14 @@ msgid "" "debian-installer/amd64/bootnetx64.efi)." msgstr "" -#. Tag: para -#: install-methods.xml:1238 -#, no-c-format -msgid "" -"For PXE booting, everything you should need is set up in the " -"netboot/netboot.tar.gz tarball. Simply extract this " -"tarball into the tftpd boot image directory. Make sure " -"your dhcp server is configured to pass /debian-installer/ia64/" -"elilo.efi to tftpd as the filename to boot." -msgstr "" - #. Tag: title -#: install-methods.xml:1250 -#, no-c-format -msgid "SPARC TFTP Booting" -msgstr "" - -#. Tag: para -#: install-methods.xml:1251 -#, no-c-format -msgid "" -"Some SPARC architectures add the subarchitecture names, such as " -"SUN4M or SUN4C, to the filename. Thus, if your " -"system's subarchitecture is a SUN4C, and its IP is 192.168.1.3, the filename " -"would be C0A80103.SUN4C. However, there are also " -"subarchitectures where the file the client looks for is just " -"client-ip-in-hex. An easy way to determine the " -"hexadecimal code for the IP address is to enter the following command in a " -"shell (assuming the machine's intended IP is 10.0.0.4). " -"\n" -"$ printf '%.2x%.2x%.2x%.2x\\n' 10 0 0 4\n" -" To get to the correct filename, you will need to " -"change all letters to uppercase and if necessary append the subarchitecture " -"name." -msgstr "" - -#. Tag: para -#: install-methods.xml:1267 -#, no-c-format -msgid "" -"If you've done all this correctly, giving the command boot net from the OpenPROM should load the image. If the image cannot be " -"found, try checking the logs on your tftp server to see which image name is " -"being requested." -msgstr "" - -#. Tag: para -#: install-methods.xml:1274 -#, no-c-format -msgid "" -"You can also force some sparc systems to look for a specific file name by " -"adding it to the end of the OpenPROM boot command, such as boot " -"net my-sparc.image. This must still reside in the directory that " -"the TFTP server looks in." -msgstr "" - -#. Tag: title -#: install-methods.xml:1285 -#, no-c-format -msgid "SGI TFTP Booting" -msgstr "" - -#. Tag: para -#: install-methods.xml:1286 -#, no-c-format -msgid "" -"On SGI machines you can rely on the bootpd to supply the " -"name of the TFTP file. It is given either as the bf= " -"in /etc/bootptab or as the filename= option in /etc/dhcpd.conf." -msgstr "" - -#. Tag: title -#: install-methods.xml:1394 +#: install-methods.xml:1143 #, no-c-format msgid "Automatic Installation" msgstr "" #. Tag: para -#: install-methods.xml:1395 +#: install-methods.xml:1144 #, no-c-format msgid "" "For installing on multiple computers it's possible to do fully automatic " @@ -1470,13 +1149,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1407 +#: install-methods.xml:1156 #, no-c-format msgid "Automatic Installation Using the &debian; Installer" msgstr "" #. Tag: para -#: install-methods.xml:1408 +#: install-methods.xml:1157 #, no-c-format msgid "" "The &debian; Installer supports automating installs via preconfiguration " @@ -1486,7 +1165,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1415 +#: install-methods.xml:1164 #, no-c-format msgid "" "Full documentation on preseeding including a working example that you can " @@ -1494,13 +1173,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1429 +#: install-methods.xml:1178 #, no-c-format msgid "Verifying the integrity of installation files" msgstr "" #. Tag: para -#: install-methods.xml:1431 +#: install-methods.xml:1180 #, no-c-format msgid "" "You can verify the integrity of downloaded files against checksums provided " @@ -1510,7 +1189,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1442 +#: install-methods.xml:1191 #, no-c-format msgid "" "Debian CD FAQ has