From 1d60b7e251afc08ce4aec153d391ecc760b7c5eb Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Wed, 28 Feb 2007 20:58:12 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pot/install-methods.pot | 180 ++++++++++++++++++++++----------------------- po/pot/preseed.pot | 6 +- 2 files changed, 95 insertions(+), 91 deletions(-) (limited to 'po/pot') diff --git a/po/pot/install-methods.pot b/po/pot/install-methods.pot index e76dce302..7811fb121 100644 --- a/po/pot/install-methods.pot +++ b/po/pot/install-methods.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: 2007-02-27 20:31+0000\n" +"POT-Creation-Date: 2007-02-28 20:57+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -464,7 +464,7 @@ msgstr "" #. Tag: para #: install-methods.xml:636 #, no-c-format -msgid "After that, mount the USB memory stick (mount /dev/sda /dev/sda2 /mnt), which will now have a FAT filesystem an HFS filesystem on it, and copy a Debian netinst or businesscard ISO image to it. Please note that the file name must end in .iso. Unmount the stick (umount /mnt) and you are done." +msgid "After that, mount the USB memory stick (mount /dev/sda /dev/sda2 /mnt), which will now have a FAT filesystem an HFS filesystem on it, and copy a Debian netinst or businesscard ISO image to it (see ). Unmount the stick (umount /mnt) and you are done." msgstr "" #. Tag: title @@ -618,283 +618,283 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:845 +#: install-methods.xml:846 #, no-c-format msgid "Adding an ISO image" msgstr "" #. Tag: para -#: install-methods.xml:846 +#: install-methods.xml:847 #, no-c-format msgid "The installer will look for a Debian ISO image on the stick as its source for additional data needed for the installation. So your next step is to copy a Debian ISO image (businesscard, netinst or even a full CD image) onto your stick (be sure to select one that fits). The file name of the image must end in .iso." msgstr "" #. Tag: para -#: install-methods.xml:854 +#: install-methods.xml:855 #, no-c-format msgid "If you want to install over the network, without using an ISO image, you will of course skip the previous step. Moreover you will have to use the initial ramdisk from the netboot directory instead of the one from hd-media, because hd-media/initrd.gz does not have network support." msgstr "" #. Tag: para -#: install-methods.xml:863 +#: install-methods.xml:864 #, no-c-format msgid "When you are done, unmount the USB memory stick (umount /mnt) and activate its write protection switch." msgstr "" #. Tag: title -#: install-methods.xml:873 +#: install-methods.xml:874 #, no-c-format msgid "Booting the USB stick" msgstr "" #. Tag: para -#: install-methods.xml:874 +#: install-methods.xml:875 #, no-c-format msgid "If your system refuses to boot from the memory stick, the stick may contain an invalid master boot record (MBR). To fix this, use the install-mbr command from the package mbr:" msgstr "" #. Tag: screen -#: install-methods.xml:881 +#: install-methods.xml:882 #, no-c-format msgid "# install-mbr /dev/sda" msgstr "" #. Tag: title -#: install-methods.xml:892 +#: install-methods.xml:893 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "" #. Tag: para -#: install-methods.xml:893 +#: install-methods.xml:894 #, no-c-format msgid "The installer may be booted using boot files placed on an existing hard drive partition, either launched from another operating system or by invoking a boot loader directly from the BIOS." msgstr "" #. Tag: para -#: install-methods.xml:899 +#: install-methods.xml:900 #, no-c-format msgid "A full, pure network installation can be achieved using this technique. This avoids all hassles of removable media, like finding and burning CD images or struggling with too numerous and unreliable floppy disks." msgstr "" #. Tag: para -#: install-methods.xml:906 +#: install-methods.xml:907 #, no-c-format msgid "The installer cannot boot from files on an NTFS file system." msgstr "" #. Tag: para -#: install-methods.xml:910 +#: install-methods.xml:911 #, 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:921 +#: install-methods.xml:922 #, 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:930 +#: install-methods.xml:931 #, no-c-format msgid "Hard disk installer booting using LILO or GRUB" msgstr "" #. Tag: para -#: install-methods.xml:932 +#: install-methods.xml:933 #, no-c-format msgid "This section explains how to add to or even replace an existing linux installation using either LILO or GRUB." msgstr "" #. Tag: para -#: install-methods.xml:938 +#: install-methods.xml:939 #, no-c-format msgid "At boot time, both bootloaders support loading in memory not only the kernel, but also a disk image. This RAM disk can be used as the root file-system by the kernel." msgstr "" #. Tag: para -#: install-methods.xml:944 +#: install-methods.xml:945 #, no-c-format msgid "Copy the following files from the Debian archives to a convenient location on your hard drive, for instance to /boot/newinstall/." msgstr "" #. Tag: para -#: install-methods.xml:951 +#: install-methods.xml:952 #, no-c-format msgid "vmlinuz (kernel binary)" msgstr "" #. Tag: para -#: install-methods.xml:956 +#: install-methods.xml:957 #, no-c-format msgid "initrd.gz (ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:963 +#: install-methods.xml:964 #, no-c-format msgid "Finally, to configure the bootloader proceed to ." msgstr "" #. Tag: title -#: install-methods.xml:973 +#: install-methods.xml:974 #, no-c-format msgid "Hard Disk Installer Booting for OldWorld Macs" msgstr "" #. Tag: para -#: install-methods.xml:974 +#: install-methods.xml:975 #, no-c-format msgid "The boot-floppy-hfs floppy uses miBoot to launch Linux installation, but miBoot cannot easily be used for hard disk booting. BootX, launched from MacOS, supports booting from files placed on the hard disk. BootX can also be used to dual-boot MacOS and Linux after your Debian installation is complete. For the Performa 6360, it appears that quik cannot make the hard disk bootable. So BootX is required on that model." msgstr "" #. Tag: para -#: install-methods.xml:987 +#: install-methods.xml:988 #, no-c-format msgid "Download and unstuff the BootX distribution, available from , or in the dists/woody/main/disks-powerpc/current/powermac directory on Debian http/ftp mirrors and official Debian CDs. Use Stuffit Expander to extract it from its archive. Within the package, there is an empty folder called Linux Kernels. Download linux.bin and ramdisk.image.gz from the disks-powerpc/current/powermac folder, and place them in the Linux Kernels folder. Then place the Linux Kernels folder in the active System Folder." msgstr "" #. Tag: title -#: install-methods.xml:1007 +#: install-methods.xml:1008 #, no-c-format msgid "Hard Disk Installer Booting for NewWorld Macs" msgstr "" #. Tag: para -#: install-methods.xml:1008 +#: install-methods.xml:1009 #, no-c-format msgid "NewWorld PowerMacs support booting from a network or an ISO9660 CD-ROM, as well as loading ELF binaries directly from the hard disk. These machines will boot Linux directly via yaboot, which supports loading a kernel and RAMdisk directly from an ext2 partition, as well as dual-booting with MacOS. Hard disk booting of the installer is particularly appropriate for newer machines without floppy drives. BootX is not supported and must not be used on NewWorld PowerMacs." msgstr "" #. Tag: para -#: install-methods.xml:1019 +#: install-methods.xml:1020 #, no-c-format msgid "Copy (not move) the following four files which you downloaded earlier from the Debian archives, onto the root level of your hard drive (this can be accomplished by option-dragging each file to the hard drive icon)." msgstr "" #. Tag: filename -#: install-methods.xml:1029 +#: install-methods.xml:1030 #, no-c-format msgid "vmlinux" msgstr "" #. Tag: filename -#: install-methods.xml:1034 +#: install-methods.xml:1035 #, no-c-format msgid "initrd.gz" msgstr "" #. Tag: filename -#: install-methods.xml:1039 +#: install-methods.xml:1040 #, no-c-format msgid "yaboot" msgstr "" #. Tag: filename -#: install-methods.xml:1044 +#: install-methods.xml:1045 #, no-c-format msgid "yaboot.conf" msgstr "" #. Tag: para -#: install-methods.xml:1049 +#: install-methods.xml:1050 #, no-c-format msgid "Make a note of the partition number of the MacOS partition where you place these files. If you have the MacOS pdisk program, you can use the L command to check for the partition number. You will need this partition number for the command you type at the Open Firmware prompt when you boot the installer." msgstr "" #. Tag: para -#: install-methods.xml:1057 +#: install-methods.xml:1058 #, no-c-format msgid "To boot the installer, proceed to ." msgstr "" #. Tag: title -#: install-methods.xml:1070 +#: install-methods.xml:1071 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "" #. Tag: para -#: install-methods.xml:1071 +#: install-methods.xml:1072 #, no-c-format msgid "If your machine is connected to a local area network, you may be able to boot it over the network from another machine, using TFTP. If you intend to boot the installation system from another machine, the boot files will need to be placed in specific locations on that machine, and the machine configured to support booting of your specific machine." msgstr "" #. Tag: para -#: install-methods.xml:1079 +#: install-methods.xml:1080 #, no-c-format msgid "You need to setup a TFTP server, and for many machines a DHCP server, or RARP server, or BOOTP server." msgstr "" #. Tag: para -#: install-methods.xml:1086 +#: install-methods.xml:1087 #, no-c-format msgid "The Reverse Address Resolution Protocol (RARP) is one way to tell your client what IP address to use for itself. Another way is to use the BOOTP protocol. BOOTP is an IP protocol that informs a computer of its IP address and where on the network to obtain a boot image. Yet another alternative exists on VMEbus systems: the IP address can be manually configured in boot ROM. The DHCP (Dynamic Host Configuration Protocol) is a more flexible, backwards-compatible extension of BOOTP. Some systems can only be configured via DHCP." msgstr "" #. Tag: para -#: install-methods.xml:1103 +#: install-methods.xml:1104 #, 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:1109 +#: install-methods.xml:1110 #, no-c-format msgid "Unlike the Open Firmware found on Sparc and PowerPC machines, the SRM console will not use RARP to obtain its IP address, and therefore you must use BOOTP for net booting your Alpha Alpha systems can also be net-booted using the DECNet MOP (Maintenance Operations Protocol), but this is not covered here. Presumably, your local OpenVMS operator will be happy to assist you should you have some burning need to use MOP to boot Linux on your Alpha. . You can also enter the IP configuration for network interfaces directly in the SRM console." msgstr "" #. Tag: para -#: install-methods.xml:1126 +#: install-methods.xml:1127 #, 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:1131 +#: install-methods.xml:1132 #, no-c-format msgid "The Trivial File Transfer Protocol (TFTP) is used to serve the boot image to the client. Theoretically, any server, on any platform, which implements these protocols, may be used. In the examples in this section, we shall provide commands for SunOS 4.x, SunOS 5.x (a.k.a. Solaris), and GNU/Linux." msgstr "" #. Tag: para -#: install-methods.xml:1139 +#: install-methods.xml:1140 #, no-c-format msgid "To use the Pre-boot Execution Environment (PXE) method of TFTP booting, you will need a TFTP server with tsize support. On a &debian; server, the atftpd and tftpd-hpa packages qualify; we recommend tftpd-hpa." msgstr "" #. Tag: title -#: install-methods.xml:1157 +#: install-methods.xml:1158 #, no-c-format msgid "Setting up RARP server" msgstr "" #. Tag: para -#: install-methods.xml:1158 +#: install-methods.xml:1159 #, 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 (e.g., from the rescue floppy) and use the command /sbin/ifconfig eth0." msgstr "" #. Tag: para -#: install-methods.xml:1170 +#: install-methods.xml:1171 #, no-c-format msgid "On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/SunOS, you use the rarpd program. You need to ensure that the Ethernet hardware address for the client is listed in the ethers database (either in the /etc/ethers file, or via NIS/NIS+) and in the hosts database. Then you need to start the RARP daemon. Issue the command (as root): /usr/sbin/rarpd -a on most Linux systems and SunOS 5 (Solaris 2), /usr/sbin/in.rarpd -a on some other Linux systems, or /usr/etc/rarpd -a in SunOS 4 (Solaris 1)." msgstr "" #. Tag: title -#: install-methods.xml:1192 +#: install-methods.xml:1193 #, no-c-format msgid "Setting up a BOOTP server" msgstr "" #. Tag: para -#: install-methods.xml:1193 +#: install-methods.xml:1194 #, no-c-format msgid "There are two BOOTP servers available for GNU/Linux. The first is CMU bootpd. The other is actually a DHCP server: ISC dhcpd. In &debian; these are contained in the bootp and dhcp3-server packages respectively." msgstr "" #. Tag: para -#: install-methods.xml:1201 +#: install-methods.xml:1202 #, no-c-format msgid "" "To use CMU bootpd, you must first uncomment (or add) the relevant line in /etc/inetd.conf. On &debian;, you can run update-inetd --enable bootps, then /etc/init.d/inetd reload to do so. Just in case your BOOTP server does not run Debian, the line in question should look like: \n" @@ -911,25 +911,25 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1234 +#: install-methods.xml:1235 #, no-c-format msgid "By contrast, setting up BOOTP with ISC dhcpd is really easy, because it treats BOOTP clients as a moderately special case of DHCP clients. Some architectures require a complex configuration for booting clients via BOOTP. If yours is one of those, read the section . In that case, you will probably be able to get away with simply adding the allow bootp directive to the configuration block for the subnet containing the client, and restart dhcpd with /etc/init.d/dhcpd3-server restart." msgstr "" #. Tag: title -#: install-methods.xml:1255 +#: install-methods.xml:1256 #, no-c-format msgid "Setting up a DHCP server" msgstr "" #. Tag: para -#: install-methods.xml:1256 +#: install-methods.xml:1257 #, no-c-format msgid "One free software DHCP server is ISC dhcpd. For &debian;, the dhcp3-server package is recommended. Here is a sample configuration file for it (see /etc/dhcp3/dhcpd.conf):" msgstr "" #. Tag: screen -#: install-methods.xml:1263 +#: install-methods.xml:1264 #, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -954,25 +954,25 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1265 +#: install-methods.xml:1266 #, no-c-format msgid "In this example, there is one server servername which performs all of the work of DHCP server, TFTP server, and network gateway. You will almost certainly need to change the domain-name options, as well as the server name and client hardware address. The filename option should be the name of the file which will be retrieved via TFTP." msgstr "" #. Tag: para -#: install-methods.xml:1275 +#: install-methods.xml:1276 #, no-c-format msgid "After you have edited the dhcpd configuration file, restart it with /etc/init.d/dhcpd3-server restart." msgstr "" #. Tag: title -#: install-methods.xml:1283 +#: install-methods.xml:1284 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "" #. Tag: para -#: install-methods.xml:1284 +#: install-methods.xml:1285 #, no-c-format msgid "" "Here is another example for a dhcp.conf using the Pre-boot Execution Environment (PXE) method of TFTP. \n" @@ -1007,13 +1007,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1300 +#: install-methods.xml:1301 #, no-c-format msgid "Enabling the TFTP Server" msgstr "" #. Tag: para -#: install-methods.xml:1301 +#: install-methods.xml:1302 #, no-c-format msgid "" "To get the TFTP server ready to go, you should first make sure that tftpd is enabled. This is usually enabled by having something like the following line in /etc/inetd.conf: \n" @@ -1022,19 +1022,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1313 +#: install-methods.xml:1314 #, no-c-format msgid "Historically, TFTP servers used /tftpboot as directory to serve images from. However, &debian; packages may use other directories to comply with the Filesystem Hierarchy Standard. For example, tftpd-hpa by default uses /var/lib/tftpboot. You may have to adjust the configuration examples in this section accordingly." msgstr "" #. Tag: para -#: install-methods.xml:1323 +#: install-methods.xml:1324 #, no-c-format msgid "Look in /etc/inetd.conf and remember the directory which is used as the argument of in.tftpd The -l argument enables some versions of in.tftpd to log all requests to the system logs; this is useful for diagnosing boot errors. ; you'll need that below. If you've had to change /etc/inetd.conf, you'll have to notify the running inetd process that the file has changed. On a Debian machine, run /etc/init.d/inetd reload; on other machines, find out the process ID for inetd, and run kill -HUP inetd-pid." msgstr "" #. Tag: para -#: install-methods.xml:1341 +#: install-methods.xml:1342 #, 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" @@ -1045,85 +1045,85 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1363 +#: install-methods.xml:1364 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "" #. Tag: para -#: install-methods.xml:1364 +#: install-methods.xml:1365 #, no-c-format msgid "Next, place the TFTP boot image you need, as found in , in the tftpd boot image directory. You may have to make a link from that file to the file which tftpd will use for booting a particular client. Unfortunately, the file name is determined by the TFTP client, and there are no strong standards." msgstr "" #. Tag: para -#: install-methods.xml:1373 +#: install-methods.xml:1374 #, no-c-format msgid "On NewWorld Power Macintosh machines, you will need to set up the yaboot boot loader as the TFTP boot image. Yaboot will then retrieve the kernel and RAMdisk images via TFTP itself. For net booting, use the yaboot-netboot.conf. Just rename this to yaboot.conf in the TFTP directory." msgstr "" #. Tag: para -#: install-methods.xml:1382 +#: install-methods.xml:1383 #, 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 pxelinux.0 to tftpd as the filename to boot." msgstr "" #. Tag: para -#: install-methods.xml:1390 +#: install-methods.xml:1391 #, 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:1402 +#: install-methods.xml:1403 #, no-c-format msgid "DECstation TFTP Images" msgstr "" #. Tag: para -#: install-methods.xml:1403 +#: install-methods.xml:1404 #, no-c-format msgid "For DECstations, there are tftpimage files for each subarchitecture, which contain both kernel and installer in one file. The naming convention is subarchitecture/netboot-boot.img. Copy the tftpimage file you would like to use to /tftpboot/tftpboot.img if you work with the example BOOTP/DHCP setups described above." msgstr "" #. Tag: para -#: install-methods.xml:1413 +#: install-methods.xml:1414 #, no-c-format msgid "The DECstation firmware boots by TFTP with the command boot #/tftp, where # is the number of the TurboChannel device from which to boot. On most DECstations this is 3. If the BOOTP/DHCP server does not supply the filename or you need to pass additional parameters, they can optionally be appended with the following syntax:" msgstr "" #. Tag: userinput -#: install-methods.xml:1425 +#: install-methods.xml:1426 #, no-c-format msgid "boot #/tftp/filename param1=value1 param2=value2 ..." msgstr "" #. Tag: para -#: install-methods.xml:1427 +#: install-methods.xml:1428 #, no-c-format msgid "Several DECstation firmware revisions show a problem with regard to net booting: the transfer starts, but after some time it stops with an a.out err. This can have several reasons: The firmware does not respond to ARP requests during a TFTP transfer. This leads to an ARP timeout and the transfer stops. The solution is to add the MAC address of the Ethernet card in the DECstation statically to the ARP table of the TFTP server. This is done by running arp -s IP-address MAC-address as root on the machine acting as TFTP server. The MAC-address of the DECstation can be read out by entering cnfg at the DECstation firmware prompt. The firmware has a size limit on the files that can be booted by TFTP. There are also firmware revisions that cannot boot via TFTP at all. An overview about the different firmware revisions can be found at the NetBSD web pages: ." msgstr "" #. Tag: title -#: install-methods.xml:1465 +#: install-methods.xml:1466 #, no-c-format msgid "Alpha TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1466 +#: install-methods.xml:1467 #, no-c-format msgid "On Alpha, you must specify the filename (as a relative path to the boot image directory) using the -file argument to the SRM boot command, or by setting the BOOT_FILE environment variable. Alternatively, the filename can be given via BOOTP (in ISC dhcpd, use the filename directive). Unlike Open Firmware, there is no default filename on SRM, so you must specify a filename by either one of these methods." msgstr "" #. Tag: title -#: install-methods.xml:1481 +#: install-methods.xml:1482 #, no-c-format msgid "SPARC TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1482 +#: install-methods.xml:1483 #, 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" @@ -1132,85 +1132,85 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1498 +#: install-methods.xml:1499 #, 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:1505 +#: install-methods.xml:1506 #, 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:1516 +#: install-methods.xml:1517 #, no-c-format msgid "BVM/Motorola TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1517 +#: install-methods.xml:1518 #, no-c-format msgid "For BVM and Motorola VMEbus systems copy the files &bvme6000-tftp-files; to /tftpboot/." msgstr "" #. Tag: para -#: install-methods.xml:1522 +#: install-methods.xml:1523 #, no-c-format msgid "Next, configure your boot ROMs or BOOTP server to initially load the tftplilo.bvme or tftplilo.mvme files from the TFTP server. Refer to the tftplilo.txt file for your subarchitecture for additional system-specific configuration information." msgstr "" #. Tag: title -#: install-methods.xml:1534 +#: install-methods.xml:1535 #, no-c-format msgid "SGI TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1535 +#: install-methods.xml:1536 #, 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:1547 +#: install-methods.xml:1548 #, no-c-format msgid "Broadcom BCM91250A and BCM91480B TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1548 +#: install-methods.xml:1549 #, no-c-format msgid "You don't have to configure DHCP in a special way because you'll pass the full path of the file to be loaded to CFE." msgstr "" #. Tag: title -#: install-methods.xml:1653 +#: install-methods.xml:1654 #, no-c-format msgid "Automatic Installation" msgstr "" #. Tag: para -#: install-methods.xml:1654 +#: install-methods.xml:1655 #, no-c-format msgid "For installing on multiple computers it's possible to do fully automatic installations. Debian packages intended for this include fai (which uses an install server), replicator, systemimager, autoinstall, and the Debian Installer itself." msgstr "" #. Tag: title -#: install-methods.xml:1667 +#: install-methods.xml:1668 #, no-c-format msgid "Automatic Installation Using the Debian Installer" msgstr "" #. Tag: para -#: install-methods.xml:1668 +#: install-methods.xml:1669 #, no-c-format msgid "The Debian Installer supports automating installs via preconfiguration files. A preconfiguration file can be loaded from the network or from removable media, and used to fill in answers to questions asked during the installation process." msgstr "" #. Tag: para -#: install-methods.xml:1675 +#: install-methods.xml:1676 #, no-c-format msgid "Full documentation on preseeding including a working example that you can edit is in ." msgstr "" diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index b958d7ec0..1ab15f134 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.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: 2007-02-22 16:02+0000\n" +"POT-Creation-Date: 2007-02-28 20:57+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -830,6 +830,8 @@ msgstr "" #: preseed.xml:759 #, no-c-format msgid "" + "# If you select ftp, the mirror/country string does not need to be set.\n" + "#d-i mirror/protocol string ftp\n" "d-i mirror/country string enter information manually\n" "d-i mirror/http/hostname string &archive-mirror;\n" "d-i mirror/http/directory string /debian\n" @@ -1037,6 +1039,8 @@ msgid "" "# You can choose to install non-free and contrib software.\n" "#d-i apt-setup/non-free boolean true\n" "#d-i apt-setup/contrib boolean true\n" + "# Uncomment this if you don't want to use a network mirror.\n" + "#d-i apt-setup/use_mirror boolean false\n" "# Uncomment this to avoid adding security sources, or\n" "# add a hostname to use a different server than security.debian.org.\n" "#d-i apt-setup/security_host string\n" -- cgit v1.2.3