From 81c861906b53fd0adeed40ff05ea4ada3c8b55dd Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Sun, 3 Aug 2014 08:20:58 +0000 Subject: Updated po|pot files after changings in en --- po/pot/boot-installer.pot | 817 +++++++++++++++++++++---------------------- po/pot/hardware.pot | 840 ++++++++++++++++++++++++++------------------- po/pot/install-methods.pot | 356 ++++++++++--------- po/pot/preparing.pot | 132 ++++++- po/pot/preseed.pot | 412 +++++++++++----------- po/pot/using-d-i.pot | 538 ++++++++++++++--------------- 6 files changed, 1672 insertions(+), 1423 deletions(-) (limited to 'po/pot') diff --git a/po/pot/boot-installer.pot b/po/pot/boot-installer.pot index 603fa3841..6f95ebfad 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: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,238 +39,229 @@ msgid "For information on how to boot the graphical installer, see vmlinuz) in conjunction with standard Linux initial ramdisks (initrd.gz) or b) uImage-format kernels (uImage) in conjunction with corresponding initial ramdisks (uInitrd)." msgstr "" #. Tag: para -#: boot-installer.xml:48 boot-installer.xml:591 boot-installer.xml:1132 boot-installer.xml:1315 boot-installer.xml:1637 boot-installer.xml:1746 +#: boot-installer.xml:47 #, no-c-format -msgid "Older systems such as the 715 might require the use of an RBOOT server instead of a BOOTP server." +msgid "uImage/uInitrd are image formats designed for the u-boot firmware that is used on many ARM-based systems. Older u-boot versions can only boot files in uImage/uInitrd format, so these are often used on older armel systems. Newer u-boot versions can - besides booting uImages/uInitrds - also boot standard Linux kernels and ramdisk images, but the command syntax to do that is slightly different from that for booting uImages." msgstr "" #. Tag: para -#: boot-installer.xml:53 boot-installer.xml:596 boot-installer.xml:1137 boot-installer.xml:1320 boot-installer.xml:1642 boot-installer.xml:1751 +#: boot-installer.xml:56 #, no-c-format -msgid "The installation method to support network booting is described in ." +msgid "For systems using a multiplatform kernel, besides kernel and initial ramdisk a so-called device-tree file (or device-tree blob, dtb) is needed. It is specific to each supported system and contains a description of the particular hardware." msgstr "" #. Tag: title #: boot-installer.xml:64 #, no-c-format -msgid "Booting from CD-ROM" +msgid "Booting by TFTP" msgstr "" #. Tag: para -#: boot-installer.xml:70 boot-installer.xml:248 boot-installer.xml:746 boot-installer.xml:1401 boot-installer.xml:1780 +#: boot-installer.xml:70 boot-installer.xml:630 boot-installer.xml:1172 boot-installer.xml:1356 boot-installer.xml:1679 boot-installer.xml:1789 #, no-c-format -msgid "The easiest route for most people will be to use a set of &debian; CDs. If you have a CD set, and if your machine supports booting directly off the CD, great! Simply configure your system for booting off a CD as described in , insert your CD, reboot, and proceed to the next chapter." +msgid "Booting from the network requires that you have a network connection and a TFTP network boot server (and probably also a DHCP, RARP, or BOOTP server for automatic network configuration)." msgstr "" #. Tag: para -#: boot-installer.xml:81 boot-installer.xml:259 boot-installer.xml:757 boot-installer.xml:1412 boot-installer.xml:1791 +#: boot-installer.xml:76 boot-installer.xml:636 boot-installer.xml:1178 boot-installer.xml:1362 boot-installer.xml:1685 boot-installer.xml:1795 #, no-c-format -msgid "Note that certain CD drives may require special drivers, and thus be inaccessible in the early installation stages. If it turns out the standard way of booting off a CD doesn't work for your hardware, revisit this chapter and read about alternate kernels and installation methods which may work for you." +msgid "Older systems such as the 715 might require the use of an RBOOT server instead of a BOOTP server." msgstr "" #. Tag: para -#: boot-installer.xml:89 boot-installer.xml:267 boot-installer.xml:765 boot-installer.xml:1420 boot-installer.xml:1799 +#: boot-installer.xml:81 boot-installer.xml:641 boot-installer.xml:1183 boot-installer.xml:1367 boot-installer.xml:1690 boot-installer.xml:1800 #, no-c-format -msgid "Even if you cannot boot from CD-ROM, you can probably install the &debian; system components and any packages you want from CD-ROM. Simply boot using a different media, such as floppies. When it's time to install the operating system, base system, and any additional packages, point the installation system at the CD-ROM drive." -msgstr "" - -#. Tag: para -#: boot-installer.xml:97 boot-installer.xml:275 boot-installer.xml:773 boot-installer.xml:1428 boot-installer.xml:1807 -#, no-c-format -msgid "If you have problems booting, see ." +msgid "The server-side setup to support network booting is described in ." msgstr "" #. Tag: title -#: boot-installer.xml:107 +#: boot-installer.xml:90 #, no-c-format -msgid "Booting from Firmware" +msgid "TFTP-booting in u-boot" msgstr "" #. Tag: para -#: boot-installer.xml:113 +#: boot-installer.xml:91 #, no-c-format -msgid "There is an increasing number of consumer devices that directly boot from a flash chip on the device. The installer can be written to flash so it will automatically start when you reboot your machines." +msgid "Network booting on systems using the u-boot firmware consists of three steps: a) configuring the network, b) loading the images (kernel/initial ramdisk/dtb) into memory and c) actually executing the previosly loaded code." msgstr "" #. Tag: para -#: boot-installer.xml:119 +#: boot-installer.xml:97 #, no-c-format -msgid "In many cases, changing the firmware of an embedded device voids your warranty. Sometimes you are also not able to recover your device if there are problems during the flashing process. Therefore, please take care and follow the steps precisely." +msgid "" + "First you have to configure the network, either automatically via DHCP by running \n" + "setenv autoload no\n" + "dhcp\n" + " or manually by setting several environment variables \n" + "setenv ipaddr <ip address of the client>\n" + "setenv netmask <netmask>\n" + "setenv serverip <ip address of the tftp server>\n" + "setenv dnsip <ip address of the nameserver>\n" + "setenv gatewayip <ip address of the default gateway>\n" + " If you prefer, you can make these settings permanent by running" msgstr "" -#. Tag: title -#: boot-installer.xml:131 +#. Tag: screen +#: boot-installer.xml:104 #, no-c-format -msgid "Booting the SS4000-E" +msgid "saveenv" msgstr "" #. Tag: para -#: boot-installer.xml:132 +#: boot-installer.xml:106 #, no-c-format -msgid "Due to limitations in the SS4000-E firmware, it unfortunately is not possible to boot the installer without the use of a serial port at this time. To boot the installer, you will need a serial nullmodem cable; a computer with a serial port A USB serial converter will also work. ; and a ribbon cable with a male DB9 connector at one end, and a 10-pin .1\" IDC header at the other This cable is often found in older desktop machines with builtin 9-pin serial ports. ." +msgid "Afterwards you need to load the images (kernel/initial ramdisk/dtb) into memory. This is done with the tftpboot command, which has to be provided with the address at which the image shall be stored in memory. Unfortunately the memory map can vary from system to system, so there is no general rule which addresses can be used for this." msgstr "" #. Tag: para -#: boot-installer.xml:153 +#: boot-installer.xml:114 #, no-c-format -msgid "To boot the SS4000-E, use your serial nullmodem cable and the ribbon cable to connect to the serial port of the SS4000-E, and reboot the machine. You need to use a serial terminal application to communicate with the machine; a good option on a &debian; GNU/Linux is to use the cu program, in the package of the same name. Assuming the serial port on your computer is to be found on /dev/ttyS0, use the following command line:" +msgid "" + "On some systems, u-boot predefines a set of environment variables with suitable load addresses: kernel_addr_r, ramdisk_addr_r and fdt_addr_r. You can check whether they are defined by running \n" + "printenv kernel_addr_r ramdisk_addr_r fdt_addr_r\n" + " If they are not defined, you have to check your system's documentation for appropriate values and set them manually. For systems based on Allwinner SunXi SOCs (e.g. the Allwinner A10, architecture name sun4i or the Allwinner A20, architecture name sun7i), you can e.g. use the follwing values:" msgstr "" #. Tag: screen -#: boot-installer.xml:165 +#: boot-installer.xml:125 #, no-c-format -msgid "cu -lttyS0 -s115200" -msgstr "" - -#. Tag: para -#: boot-installer.xml:167 -#, no-c-format -msgid "If using Windows, you may want to consider using the program hyperterminal. Use a baud rate of 115200, 8 bits word length, no stop bits, and one parity bit." +msgid "" + "setenv kernel_addr_r 0x46000000\n" + "setenv fdt_addr_r 0x47000000\n" + "setenv ramdisk_addr_r 0x48000000" msgstr "" #. Tag: para -#: boot-installer.xml:173 +#: boot-installer.xml:127 #, no-c-format -msgid "When the machine boots, you will see the following line of output:" +msgid "When the load addresses are defined, you can load the images into memory from the previously defined tftp server with" msgstr "" #. Tag: screen -#: boot-installer.xml:179 +#: boot-installer.xml:130 #, no-c-format msgid "" - "No network interfaces found\n" - "\n" - "EM-7210 ver.T04 2005-12-12 (For ver.AA)\n" - "== Executing boot script in 1.000 seconds - enter ^C to abort" + "tftpboot ${kernel_addr_r} <filename of the kernel image>\n" + "tftpboot ${fdt_addr_r} <filename of the dtb>\n" + "tftpboot ${ramdisk_addr_r} <filename of the initial ramdisk image>" msgstr "" #. Tag: para -#: boot-installer.xml:181 -#, no-c-format -msgid "At this point, hit Control-C to interrupt the boot loader Note that you have only one second to do so; if you miss this window, just powercycle the machine and try again. . This will give you the RedBoot prompt. Enter the following commands:" -msgstr "" - -#. Tag: screen -#: boot-installer.xml:194 +#: boot-installer.xml:132 #, no-c-format msgid "" - "load -v -r -b 0x01800000 -m ymodem ramdisk.gz\n" - "load -v -r -b 0x01008000 -m ymodem zImage\n" - "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r 0x01800000" + "The third part is setting the kernel commandline and actually executing the loaded code. U-boot passes the content of the bootargs environment variable as commandline to the kernel, so any parameters for the kernel and the installer - such as the console device (see ) or preseeding options (see and ) - can be set with a command like \n" + "setenv bootargs console=ttyS0,115200 rootwait panic=10\n" + " The exact command to execute the previously loaded code depends on the image format used. With uImage/uInitrd, the command is \n" + "bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\n" + " and with native Linux images it is" msgstr "" -#. Tag: para -#: boot-installer.xml:196 +#. Tag: screen +#: boot-installer.xml:145 #, no-c-format -msgid "After every load command, the system will expect a file to be transmitted using the YMODEM protocol. When using cu, make sure you have the package lrzsz installed, then hit enter, followed by the ~< escape sequence to start an external program, and run sb initrd.gz or sb vmlinuz." +msgid "bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}" msgstr "" #. Tag: para -#: boot-installer.xml:205 +#: boot-installer.xml:147 #, no-c-format -msgid "Alternatively, it is possible to load the kernel and ramdisk using HTTP rather than YMODEM. This is faster, but requires a working HTTP server on the network. To do so, first switch the bootloader to RAM mode:" +msgid "Note: When booting standard linux images, it is important to load the initial ramdisk image after the kernel and the dtb as u-boot sets the filesize variable to the size of the last file loaded and the bootz command requires the size of the ramdisk image to work correctly. In case of booting a platform-specific kernel, i.e. a kernel without device-tree, simply omit the ${fdt_addr_r} parameter." msgstr "" -#. Tag: screen -#: boot-installer.xml:211 +#. Tag: title +#: boot-installer.xml:286 boot-installer.xml:785 boot-installer.xml:1442 boot-installer.xml:1823 #, no-c-format -msgid "" - "fis load rammode\n" - "g" +msgid "Booting from a CD-ROM" msgstr "" #. Tag: para -#: boot-installer.xml:213 +#: boot-installer.xml:292 boot-installer.xml:791 boot-installer.xml:1448 boot-installer.xml:1829 #, no-c-format -msgid "This will seemingly restart the machine; but in reality, it loads redboot to RAM and restarts it from there. Not doing this step will cause the system to hang in the necessary ip_address step that comes next." +msgid "The easiest route for most people will be to use a set of &debian; CDs. If you have a CD set, and if your machine supports booting directly off the CD, great! Simply configure your system for booting off a CD as described in , insert your CD, reboot, and proceed to the next chapter." msgstr "" #. Tag: para -#: boot-installer.xml:219 +#: boot-installer.xml:303 boot-installer.xml:802 boot-installer.xml:1459 boot-installer.xml:1840 #, no-c-format -msgid "" - "You will need to hit Ctrl-C again to interrupt the boot. Then: \n" - "ip_address -l 192.168.2.249 -h 192.168.2.4\n" - "load -v -r -b 0x01800000 -m http /initrd.gz\n" - "load -v -r -b 0x01008000 -m http /zImage\n" - "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r 0x01800000\n" - " Where 192.168.2.249 is the IP address of the installed system and 192.168.2.4 the IP address of the HTTP server containing the kernel and ramdisk files." +msgid "Note that certain CD drives may require special drivers, and thus be inaccessible in the early installation stages. If it turns out the standard way of booting off a CD doesn't work for your hardware, revisit this chapter and read about alternate kernels and installation methods which may work for you." msgstr "" #. Tag: para -#: boot-installer.xml:229 +#: boot-installer.xml:311 boot-installer.xml:810 boot-installer.xml:1467 boot-installer.xml:1848 #, no-c-format -msgid "The installer will now start as usual." +msgid "Even if you cannot boot from CD-ROM, you can probably install the &debian; system components and any packages you want from CD-ROM. Simply boot using a different medium and when it's time to install the operating system, base system, and any additional packages, point the installation system at the CD-ROM drive." msgstr "" -#. Tag: title -#: boot-installer.xml:242 boot-installer.xml:740 boot-installer.xml:1395 boot-installer.xml:1774 +#. Tag: para +#: boot-installer.xml:319 boot-installer.xml:818 boot-installer.xml:1475 boot-installer.xml:1856 #, no-c-format -msgid "Booting from a CD-ROM" +msgid "If you have problems booting, see ." msgstr "" #. Tag: title -#: boot-installer.xml:349 +#: boot-installer.xml:393 #, no-c-format msgid "Booting from Windows" msgstr "" #. Tag: para -#: boot-installer.xml:350 +#: boot-installer.xml:394 #, no-c-format msgid "To start the installer from Windows, you can either" msgstr "" #. Tag: para -#: boot-installer.xml:355 +#: boot-installer.xml:399 #, no-c-format msgid "obtain CD-ROM/DVD-ROM or USB memory stick installation media as described in respective or" msgstr "" #. Tag: para -#: boot-installer.xml:363 +#: boot-installer.xml:407 #, no-c-format msgid "download a standalone Windows executable, which is available as tools/win32-loader/stable/win32-loader.exe on the &debian; mirrors," msgstr "" #. Tag: para -#: boot-installer.xml:371 +#: boot-installer.xml:415 #, no-c-format msgid "If you use an installation CD or DVD, a pre-installation program should be launched automatically when you insert the disc. In case Windows does not start it automatically, or if you are using a USB memory stick, you can run it manually by accessing the device and executing setup.exe." msgstr "" #. Tag: para -#: boot-installer.xml:379 +#: boot-installer.xml:423 #, no-c-format msgid "After the program has been started, a few preliminary questions will be asked and the system will be prepared to reboot into the &debian-gnu; installer." msgstr "" #. Tag: title -#: boot-installer.xml:389 +#: boot-installer.xml:433 #, no-c-format msgid "Booting from DOS using loadlin" msgstr "" #. Tag: para -#: boot-installer.xml:390 +#: boot-installer.xml:434 #, no-c-format msgid "Boot into DOS (not Windows). To do this, you can for instance boot from a recovery or diagnostic disk." msgstr "" #. Tag: para -#: boot-installer.xml:395 +#: boot-installer.xml:439 #, no-c-format msgid "" "If you can access the installation CD, change the current drive to the CD-ROM drive, e.g. \n" @@ -279,7 +270,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:405 +#: boot-installer.xml:449 #, no-c-format msgid "" "Enter the subdirectory for the flavor you chose, e.g., \n" @@ -290,37 +281,37 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:423 +#: boot-installer.xml:467 #, no-c-format msgid "Booting from Linux using LILO or GRUB" msgstr "" #. Tag: para -#: boot-installer.xml:426 +#: boot-installer.xml:470 #, no-c-format msgid "To boot the installer from hard disk, you must first download and place the needed files as described in ." msgstr "" #. Tag: para -#: boot-installer.xml:431 +#: boot-installer.xml:475 #, no-c-format msgid "If you intend to use the hard drive only for booting and then download everything over the network, you should download the netboot/debian-installer/&architecture;/initrd.gz file and its corresponding kernel netboot/debian-installer/&architecture;/linux. This will allow you to repartition the hard disk from which you boot the installer, although you should do so with care." msgstr "" #. Tag: para -#: boot-installer.xml:441 +#: boot-installer.xml:485 #, no-c-format msgid "Alternatively, if you intend to keep an existing partition on the hard drive unchanged during the install, you can download the hd-media/initrd.gz file and its kernel, as well as copy a CD (or DVD) iso to the drive (make sure the file is named ending in .iso). The installer can then boot from the drive and install from the CD/DVD image, without needing the network." msgstr "" #. Tag: para -#: boot-installer.xml:450 +#: boot-installer.xml:494 #, no-c-format msgid "For LILO, you will need to configure two essential things in /etc/lilo.conf: to load the initrd.gz installer at boot time; have the vmlinuz kernel use a RAM disk as its root partition. Here is a /etc/lilo.conf example:" msgstr "" #. Tag: screen -#: boot-installer.xml:471 +#: boot-installer.xml:515 #, no-c-format msgid "" "image=/boot/newinstall/vmlinuz\n" @@ -329,19 +320,19 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:471 +#: boot-installer.xml:515 #, no-c-format msgid "For more details, refer to the initrd 4 and lilo.conf 5 man pages. Now run lilo and reboot." msgstr "" #. Tag: para -#: boot-installer.xml:480 +#: boot-installer.xml:524 #, no-c-format msgid "The procedure for GRUB1 is quite similar. Locate your menu.lst in the /boot/grub/ directory (or sometimes /boot/boot/grub/) and add an entry for the installer, for example (assuming /boot is on the first partition of the first disk in the system):" msgstr "" #. Tag: screen -#: boot-installer.xml:488 +#: boot-installer.xml:532 #, no-c-format msgid "" "title New Install\n" @@ -351,13 +342,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:490 +#: boot-installer.xml:534 #, no-c-format msgid "The procedure for GRUB2 is very similar. The file is named grub.cfg instead of menu.lst. An entry for the installer would be for instance for example:" msgstr "" #. Tag: screen -#: boot-installer.xml:496 +#: boot-installer.xml:540 #, no-c-format msgid "" "menuentry 'New Install' {\n" @@ -370,133 +361,133 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:498 +#: boot-installer.xml:542 #, no-c-format msgid "From here on, there should be no difference between GRUB or LILO." msgstr "" #. Tag: title -#: boot-installer.xml:507 +#: boot-installer.xml:551 #, no-c-format msgid "Booting from USB Memory Stick" msgstr "" #. Tag: para -#: boot-installer.xml:508 +#: boot-installer.xml:552 #, no-c-format msgid "Let's assume you have prepared everything from and . Now just plug your USB stick into some free USB connector and reboot the computer. The system should boot up, and unless you have used the flexible way to build the stick and not enabled it, you should be presented with the boot: prompt. Here you can enter optional boot arguments, or just hit &enterkey;." msgstr "" #. Tag: title -#: boot-installer.xml:522 boot-installer.xml:1681 +#: boot-installer.xml:566 boot-installer.xml:1729 #, no-c-format msgid "Booting from Floppies" msgstr "" #. Tag: para -#: boot-installer.xml:523 boot-installer.xml:1689 +#: boot-installer.xml:567 boot-installer.xml:1737 #, no-c-format msgid "You will have already downloaded the floppy images you needed and created floppies from the images in ." msgstr "" #. Tag: para -#: boot-installer.xml:530 +#: boot-installer.xml:574 #, no-c-format msgid "To boot from the installer boot floppy, place it in the primary floppy drive, shut down the system as you normally would, then turn it back on." msgstr "" #. Tag: para -#: boot-installer.xml:536 +#: boot-installer.xml:580 #, no-c-format msgid "For installing from an LS-120 drive (ATAPI version) with a set of floppies, you need to specify the virtual location for the floppy device. This is done with the root= boot argument, giving the device that the ide-floppy driver maps the device to. For example, if your LS-120 drive is connected as the first IDE device (master) on the second cable, you enter install root=/dev/hdc at the boot prompt." msgstr "" #. Tag: para -#: boot-installer.xml:546 +#: boot-installer.xml:590 #, no-c-format msgid "Note that on some machines, Control Alt Delete does not properly reset the machine, so a hard reboot is recommended. If you are installing from an existing operating system (e.g., from a DOS box) you don't have a choice. Otherwise, please do a hard reboot when booting." msgstr "" #. Tag: para -#: boot-installer.xml:555 +#: boot-installer.xml:599 #, no-c-format msgid "The floppy disk will be accessed, and you should then see a screen that introduces the boot floppy and ends with the boot: prompt." msgstr "" #. Tag: para -#: boot-installer.xml:561 +#: boot-installer.xml:605 #, no-c-format msgid "Once you press &enterkey;, you should see the message Loading..., followed by Uncompressing Linux..., and then a screenfull or so of information about the hardware in your system. More information on this phase of the boot process can be found below in ." msgstr "" #. Tag: para -#: boot-installer.xml:570 +#: boot-installer.xml:614 #, no-c-format msgid "After booting from the boot floppy, the root floppy is requested. Insert the root floppy and press &enterkey;, and the contents are loaded into memory. The installer program debian-installer is automatically launched." msgstr "" #. Tag: title -#: boot-installer.xml:580 boot-installer.xml:1109 boot-installer.xml:1250 boot-installer.xml:1304 boot-installer.xml:1626 boot-installer.xml:1735 +#: boot-installer.xml:624 boot-installer.xml:1154 boot-installer.xml:1296 boot-installer.xml:1350 boot-installer.xml:1673 boot-installer.xml:1783 #, no-c-format msgid "Booting with TFTP" msgstr "" #. Tag: para -#: boot-installer.xml:604 +#: boot-installer.xml:649 #, no-c-format msgid "There are various ways to do a TFTP boot on i386." msgstr "" #. Tag: title -#: boot-installer.xml:610 +#: boot-installer.xml:655 #, no-c-format msgid "NIC or Motherboard that support PXE" msgstr "" #. Tag: para -#: boot-installer.xml:611 +#: boot-installer.xml:656 #, no-c-format msgid "It could be that your Network Interface Card or Motherboard provides PXE boot functionality. This is a Intel re-implementation of TFTP boot. If so, you may be able to configure your BIOS to boot from the network." msgstr "" #. Tag: title -#: boot-installer.xml:622 +#: boot-installer.xml:667 #, no-c-format msgid "NIC with Network BootROM" msgstr "" #. Tag: para -#: boot-installer.xml:623 +#: boot-installer.xml:668 #, no-c-format msgid "It could be that your Network Interface Card provides TFTP boot functionality." msgstr "" #. Tag: para -#: boot-installer.xml:628 +#: boot-installer.xml:673 #, no-c-format msgid "Let us (&email-debian-boot-list;) know how did you manage it. Please refer to this document." msgstr "" #. Tag: title -#: boot-installer.xml:636 +#: boot-installer.xml:681 #, no-c-format msgid "Etherboot" msgstr "" #. Tag: para -#: boot-installer.xml:637 +#: boot-installer.xml:682 #, no-c-format msgid "The etherboot project provides bootdiskettes and even bootroms that do a TFTPboot." msgstr "" #. Tag: title -#: boot-installer.xml:647 +#: boot-installer.xml:692 #, no-c-format msgid "The Boot Screen" msgstr "" #. Tag: para -#: boot-installer.xml:648 +#: boot-installer.xml:693 #, no-c-format msgid "" "When the installer boots, you should be presented with a friendly graphical screen showing the &debian; logo and a menu: \n" @@ -513,25 +504,25 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:660 +#: boot-installer.xml:705 #, no-c-format msgid "For a normal installation, select either the Install or the Graphical install entry — using either the arrow keys on your keyboard or by typing the first (highlighted) letter, the Install entry is already selected by default — and press &enterkey; to boot the installer." msgstr "" #. Tag: para -#: boot-installer.xml:668 +#: boot-installer.xml:713 #, no-c-format msgid "The Advanced options entry gives access to a second menu that allows to boot the installer in expert mode, in rescue mode and for automated installs." msgstr "" #. Tag: para -#: boot-installer.xml:674 +#: boot-installer.xml:719 #, no-c-format msgid "If you wish or need to add any boot parameters for either the installer or the kernel, press &tabkey;. This will display the default boot command for the selected menu entry and allow to add additional options. The help screens (see below) list some common possible options. Press &enterkey; to boot the installer with your options; pressing &escapekey; will return you to the boot menu and undo any changes you made." msgstr "" #. Tag: para -#: boot-installer.xml:683 +#: boot-installer.xml:728 #, no-c-format msgid "" "Choosing the Help entry will result in the first help screen being displayed which gives an overview of all available help screens. To return to the boot menu after the help screens have been displayed, type 'menu' at the boot prompt and press &enterkey;. All help screens have a boot prompt at which the boot command can be typed: \n" @@ -540,259 +531,259 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:701 +#: boot-installer.xml:746 #, no-c-format msgid "The keyboard is assumed to have a default American English layout at this point. This means that if your keyboard has a different (language-specific) layout, the characters that appear on the screen may be different from what you'd expect when you type parameters. Wikipedia has a schema of the US keyboard layout which can be used as a reference to find the correct keys to use." msgstr "" #. Tag: para -#: boot-installer.xml:711 +#: boot-installer.xml:756 #, no-c-format msgid "If you are using a system that has the BIOS configured to use serial console, you may not be able to see the initial graphical splash screen upon booting the installer; you may even not see the boot menu. The same can happen if you are installing the system via a remote management device that provides a text interface to the VGA console. Examples of these devices include the text console of Compaq's integrated Lights Out (iLO) and HP's Integrated Remote Assistant (IRA)." msgstr "" #. Tag: para -#: boot-installer.xml:721 +#: boot-installer.xml:766 #, no-c-format msgid "To bypass the graphical boot screen you can either blindly press &escapekey; to get a text boot prompt, or (equally blindly) press H followed by &enterkey; to select the Help option described above. After that your keystrokes should be echoed at the prompt. To prevent the installer from using the framebuffer for the rest of the installation, you will also want to add vga=normal fb=false to the boot prompt, as described in the help text." msgstr "" #. Tag: title -#: boot-installer.xml:781 +#: boot-installer.xml:826 #, no-c-format msgid "CD Contents" msgstr "" #. Tag: para -#: boot-installer.xml:783 +#: boot-installer.xml:828 #, no-c-format msgid "There are three basic variations of &debian; Install CDs. The Business Card CD has a minimal installation that will fit on the small form factor CD media. It requires a network connection in order to install the rest of the base installation and make a usable system. The Network Install CD has all of the packages for a base install but requires a network connection to a &debian; mirror site in order to install the extra packages one would want for a complete system . The set of &debian; CDs can install a complete system from the wide range of packages without needing access to the network." msgstr "" #. Tag: para -#: boot-installer.xml:799 +#: boot-installer.xml:844 #, no-c-format msgid "The IA-64 architecture uses the next generation Extensible Firmware Interface (EFI) from Intel. Unlike the traditional x86 BIOS which knows little about the boot device other than the partition table and Master Boot Record (MBR), EFI can read and write files from FAT16 or FAT32 formatted disk partitions. This simplifies the often arcane process of starting a system. The system boot loader and the EFI firmware that supports it have a full filesystem to store the files necessary for booting the machine. This means that the system disk on an IA-64 system has an additional disk partition dedicated to EFI instead of the simple MBR or boot block on more conventional systems." msgstr "" #. Tag: para -#: boot-installer.xml:815 +#: boot-installer.xml:860 #, no-c-format msgid "The &debian; Installer CD contains a small EFI partition where the ELILO bootloader, its configuration file, the installer's kernel, and initial filesystem (initrd) are located. The running system also contains an EFI partition where the necessary files for booting the system reside. These files are readable from the EFI Shell as described below." msgstr "" #. Tag: para -#: boot-installer.xml:824 +#: boot-installer.xml:869 #, no-c-format msgid "Most of the details of how ELILO actually loads and starts a system are transparent to the system installer. However, the installer must set up an EFI partition prior to installing the base system. Otherwise, the installation of ELILO will fail, rendering the system un-bootable. The EFI partition is allocated and formatted in the partitioning step of the installation prior to loading any packages on the system disk. The partitioning task also verifies that a suitable EFI partition is present before allowing the installation to proceed." msgstr "" #. Tag: para -#: boot-installer.xml:836 +#: boot-installer.xml:881 #, no-c-format msgid "The EFI Boot Manager is presented as the last step of the firmware initialization. It displays a menu list from which the user can select an option. Depending on the model of system and what other software has been loaded on the system, this menu may be different from one system to another. There should be at least two menu items displayed, Boot Option Maintenance Menu and EFI Shell (Built-in). Using the first option is preferred, however, if that option is not available or the CD for some reason does not boot with it, use the second option." msgstr "" #. Tag: title -#: boot-installer.xml:855 +#: boot-installer.xml:900 #, no-c-format msgid "IMPORTANT" msgstr "" #. Tag: para -#: boot-installer.xml:856 +#: boot-installer.xml:901 #, no-c-format msgid "The EFI Boot Manager will select a default boot action, typically the first menu choice, within a pre-set number of seconds. This is indicated by a countdown at the bottom of the screen. Once the timer expires and the systems starts the default action, you may have to reboot the machine in order to continue the installation. If the default action is the EFI Shell, you can return to the Boot Manager by running exit at the shell prompt." msgstr "" #. Tag: title -#: boot-installer.xml:868 +#: boot-installer.xml:913 #, no-c-format msgid "Option 1: Booting from the Boot Option Maintenance Menu" msgstr "" #. Tag: para -#: boot-installer.xml:875 +#: boot-installer.xml:920 #, no-c-format msgid "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will display the EFI Boot Manager page and menu after it completes its system initialization." msgstr "" #. Tag: para -#: boot-installer.xml:881 +#: boot-installer.xml:926 #, no-c-format msgid "Select Boot Maintenance Menu from the menu with the arrow keys and press ENTER. This will display a new menu." msgstr "" #. Tag: para -#: boot-installer.xml:887 +#: boot-installer.xml:932 #, no-c-format msgid "Select Boot From a File from the menu with the arrow keys and press ENTER. This will display a list of devices probed by the firmware. You should see two menu lines containing either the label Debian Inst [Acpi ... or Removable Media Boot. If you examine the rest of the menu line, you will notice that the device and controller information should be the same." msgstr "" #. Tag: para -#: boot-installer.xml:898 +#: boot-installer.xml:943 #, no-c-format msgid "You can choose either of the entries that refer to the CD/DVD drive. Select your choice with the arrow keys and press ENTER. If you choose Removable Media Boot the machine will immediately start the boot load sequence. If you choose Debian Inst [Acpi ... instead, it will display a directory listing of the bootable portion of the CD, requiring you to proceed to the next (additional) step." msgstr "" #. Tag: para -#: boot-installer.xml:909 +#: boot-installer.xml:954 #, no-c-format msgid "You will only need this step if you chose Debian Inst [Acpi .... The directory listing will also show [Treat like Removable Media Boot] on the next to the last line. Select this line with the arrow keys and press ENTER. This will start the boot load sequence." msgstr "" #. Tag: para -#: boot-installer.xml:921 +#: boot-installer.xml:966 #, no-c-format msgid "These steps start the &debian; boot loader which will display a menu page for you to select a boot kernel and options. Proceed to selecting the boot kernel and options." msgstr "" #. Tag: title -#: boot-installer.xml:931 +#: boot-installer.xml:976 #, no-c-format msgid "Option 2: Booting from the EFI Shell" msgstr "" #. Tag: para -#: boot-installer.xml:932 +#: boot-installer.xml:977 #, no-c-format msgid "If, for some reason, option 1 is not successful, reboot the machine and when the EFI Boot Manager screen appears there should be one option called EFI Shell [Built-in]. Boot the &debian; Installer CD with the following steps:" msgstr "" #. Tag: para -#: boot-installer.xml:943 +#: boot-installer.xml:988 #, no-c-format msgid "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will display the EFI Boot Manager page and menu after it completes system initialization." msgstr "" #. Tag: para -#: boot-installer.xml:949 +#: boot-installer.xml:994 #, no-c-format msgid "Select EFI Shell from the menu with the arrow keys and press ENTER. The EFI Shell will scan all of the bootable devices and display them to the console before displaying its command prompt. The recognized bootable partitions on devices will show a device name of fsn:. All other recognized partitions will be named blkn:. If you inserted the CD just before entering the shell, this may take a few extra seconds as it initializes the CD drive." msgstr "" #. Tag: para -#: boot-installer.xml:963 +#: boot-installer.xml:1008 #, no-c-format msgid "Examine the output from the shell looking for the CDROM drive. It is most likely the fs0: device although other devices with bootable partitions will also show up as fsn." msgstr "" #. Tag: para -#: boot-installer.xml:970 +#: boot-installer.xml:1015 #, no-c-format msgid "Enter fsn: and press ENTER to select that device where n is the partition number for the CDROM. The shell will now display the partition number as its prompt." msgstr "" #. Tag: para -#: boot-installer.xml:977 +#: boot-installer.xml:1022 #, no-c-format msgid "Enter elilo and press ENTER. This will start the boot load sequence." msgstr "" #. Tag: para -#: boot-installer.xml:984 +#: boot-installer.xml:1029 #, no-c-format msgid "As with option 1, these steps start the &debian; boot loader which will display a menu page for you to select a boot kernel and options. You can also enter the shorter fsn:elilo command at the shell prompt. Proceed to selecting the boot kernel and options." msgstr "" #. Tag: title -#: boot-installer.xml:998 +#: boot-installer.xml:1043 #, no-c-format msgid "Installing using a Serial Console" msgstr "" #. Tag: para -#: boot-installer.xml:1000 +#: boot-installer.xml:1045 #, no-c-format msgid "You may choose to perform an install using a monitor and keyboard or using a serial connection. To use a monitor/keyboard setup, select an option containing the string [VGA console]. To install over a serial connection, choose an option containing the string [BAUD baud serial console], where BAUD is the speed of your serial console. Menu items for the most typical baud rate settings on the ttyS0 device are preconfigured." msgstr "" #. Tag: para -#: boot-installer.xml:1011 +#: boot-installer.xml:1056 #, no-c-format msgid "In most circumstances, you will want the installer to use the same baud rate as your connection to the EFI console. If you aren't sure what this setting is, you can obtain it using the command baud at the EFI shell." msgstr "" #. Tag: para -#: boot-installer.xml:1018 +#: boot-installer.xml:1063 #, no-c-format msgid "If there is not an option available that is configured for the serial device or baud rate you would like to use, you may override the console setting for one of the existing menu options. For example, to use a 57600 baud console over the ttyS1 device, enter console=ttyS1,57600n8 into the Boot: text window." msgstr "" #. Tag: para -#: boot-installer.xml:1029 +#: boot-installer.xml:1074 #, no-c-format msgid "Most IA-64 boxes ship with a default console setting of 9600 baud. This setting is rather slow, and the normal installation process will take a significant time to draw each screen. You should consider either increasing the baud rate used for performing the installation, or performing a Text Mode installation. See the Params help menu for instructions on starting the installer in Text Mode." msgstr "" #. Tag: para -#: boot-installer.xml:1038 +#: boot-installer.xml:1083 #, no-c-format msgid "If you select the wrong console type, you will be able to select the kernel and enter parameters but both the display and your input will go dead as soon as the kernel starts, requiring you to reboot before you can begin the installation." msgstr "" #. Tag: title -#: boot-installer.xml:1047 +#: boot-installer.xml:1092 #, no-c-format msgid "Selecting the Boot Kernel and Options" msgstr "" #. Tag: para -#: boot-installer.xml:1049 +#: boot-installer.xml:1094 #, no-c-format msgid "The boot loader will display a form with a menu list and a text window with a Boot: prompt. The arrow keys select an item from the menu and any text typed at the keyboard will appear in the text window. There are also help screens which can be displayed by pressing the appropriate function key. The General help screen explains the menu choices and the Params screen explains the common command line options." msgstr "" #. Tag: para -#: boot-installer.xml:1061 +#: boot-installer.xml:1106 #, no-c-format msgid "Consult the General help screen for the description of the kernels and install modes most appropriate for your installation. You should also consult below for any additional parameters that you may want to set in the Boot: text window. The kernel version you choose selects the kernel version that will be used for both the installation process and the installed system. If you encounter kernel problems with the installation, you may also have those same problems with the system you install. The following two steps will select and start the install:" msgstr "" #. Tag: para -#: boot-installer.xml:1079 +#: boot-installer.xml:1124 #, no-c-format msgid "Select the kernel version and installation mode most appropriate to your needs with the arrow keys." msgstr "" #. Tag: para -#: boot-installer.xml:1084 +#: boot-installer.xml:1129 #, no-c-format msgid "Enter any boot parameters by typing at the keyboard. The text will be displayed directly in the text window. This is where kernel parameters (such as serial console settings) are specified." msgstr "" #. Tag: para -#: boot-installer.xml:1091 +#: boot-installer.xml:1136 #, no-c-format msgid "Press ENTER. This will load and start the kernel. The kernel will display its usual initialization messages followed by the first screen of the &debian; Installer." msgstr "" #. Tag: para -#: boot-installer.xml:1100 boot-installer.xml:1236 +#: boot-installer.xml:1145 boot-installer.xml:1282 #, no-c-format msgid "Proceed to the next chapter to continue the installation where you will set up the language locale, network, and disk partitions." msgstr "" #. Tag: para -#: boot-installer.xml:1111 +#: boot-installer.xml:1156 #, no-c-format msgid "Booting an IA-64 system from the network is similar to a CD boot. The only difference is how the installation kernel is loaded. The EFI Boot Manager can load and start programs from a server on the network. Once the installation kernel is loaded and starts, the system install will proceed through the same steps as the CD install with the exception that the packages of the base install will be loaded from the network rather than the CD drive." msgstr "" #. Tag: para -#: boot-installer.xml:1145 +#: boot-installer.xml:1191 #, no-c-format msgid "Network booting an IA-64 system requires two architecture-specific actions. On the boot server, DHCP and TFTP must be configured to deliver elilo. On the client a new boot option must be defined in the EFI boot manager to enable loading over a network." msgstr "" #. Tag: title -#: boot-installer.xml:1156 +#: boot-installer.xml:1202 #, no-c-format msgid "Configuring the Server" msgstr "" #. Tag: para -#: boot-installer.xml:1157 +#: boot-installer.xml:1203 #, no-c-format msgid "" "A suitable TFTP entry for network booting an IA-64 system looks something like this: \n" @@ -805,13 +796,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1167 +#: boot-installer.xml:1213 #, no-c-format msgid "Extract the netboot.tar.gz file into the directory used as the root for your tftp server. Typical tftp root directories include /var/lib/tftp and /tftpboot. This will create a debian-installer directory tree containing the boot files for an IA-64 system." msgstr "" #. Tag: screen -#: boot-installer.xml:1177 +#: boot-installer.xml:1223 #, no-c-format msgid "" "# cd /var/lib/tftp\n" @@ -823,37 +814,37 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1177 +#: boot-installer.xml:1223 #, no-c-format msgid "The netboot.tar.gz contains an elilo.conf file that should work for most configurations. However, should you need to make changes to this file, you can find it in the debian-installer/ia64/ directory. It is possible to have different config files for different clients by naming them using the client's IP address in hex with the suffix .conf instead of elilo.conf. See documentation provided in the elilo package for details." msgstr "" #. Tag: title -#: boot-installer.xml:1194 +#: boot-installer.xml:1240 #, no-c-format msgid "Configuring the Client" msgstr "" #. Tag: para -#: boot-installer.xml:1195 +#: boot-installer.xml:1241 #, no-c-format msgid "To configure the client to support TFTP booting, start by booting to EFI and entering the Boot Option Maintenance Menu. Add a boot option. You should see one or more lines with the text Load File [Acpi()/.../Mac()]. If more than one of these entries exist, choose the one containing the MAC address of the interface from which you'll be booting. Use the arrow keys to highlight your choice, then press enter. Name the entry Netboot or something similar, save, and exit back to the boot options menu. You should see the new boot option you just created, and selecting it should initiate a DHCP query, leading to a TFTP load of elilo.efi from the server." msgstr "" #. Tag: para -#: boot-installer.xml:1227 +#: boot-installer.xml:1273 #, no-c-format msgid "The boot loader will display its prompt after it has downloaded and processed its configuration file. At this point, the installation proceeds with the same steps as a CD install. Select a boot option as in above and when the kernel has completed installing itself from the network, it will start the &debian; Installer." msgstr "" #. Tag: title -#: boot-installer.xml:1253 boot-installer.xml:1277 +#: boot-installer.xml:1299 boot-installer.xml:1323 #, no-c-format msgid "SGI TFTP Booting" msgstr "" #. Tag: para -#: boot-installer.xml:1254 +#: boot-installer.xml:1300 #, no-c-format msgid "" "After entering the command monitor use \n" @@ -864,19 +855,19 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1274 boot-installer.xml:2013 +#: boot-installer.xml:1320 boot-installer.xml:2075 #, no-c-format msgid "Boot Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:1278 +#: boot-installer.xml:1324 #, no-c-format msgid "On SGI machines you can append boot parameters to the bootp(): command in the command monitor." msgstr "" #. Tag: para -#: boot-installer.xml:1283 +#: boot-installer.xml:1329 #, no-c-format msgid "" "Following the bootp(): command you can give the path and name of the file to boot if you did not give an explicit name via your bootp/dhcp server. Example: \n" @@ -885,43 +876,43 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1293 +#: boot-installer.xml:1339 #, no-c-format msgid "bootp(): append=\"root=/dev/sda1\"" msgstr "" #. Tag: title -#: boot-installer.xml:1335 +#: boot-installer.xml:1382 #, no-c-format msgid "s390 Limitations" msgstr "" #. Tag: para -#: boot-installer.xml:1336 +#: boot-installer.xml:1383 #, no-c-format msgid "In order to run the installation system a working network setup and ssh session is needed on S/390." msgstr "" #. Tag: para -#: boot-installer.xml:1341 +#: boot-installer.xml:1388 #, no-c-format msgid "The booting process starts with a network setup that prompts you for several network parameters. If the setup is successful, you will login to the system by starting an ssh session which will launch the standard installation system." msgstr "" #. Tag: title -#: boot-installer.xml:1352 +#: boot-installer.xml:1399 #, no-c-format msgid "s390 Boot Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:1353 +#: boot-installer.xml:1400 #, no-c-format msgid "On S/390 you can append boot parameters in the parm file. This file can either be in ASCII or EBCDIC format. It needs to be fixed-width with 80 characters per line. A sample parm file parmfile.debian is provided with the installation images. If a parameter is too long to fit into the 80 characters limit it can simply be continued in the first column of the next line. All the lines are concatenated without spaces when being passed to the kernel." msgstr "" #. Tag: para -#: boot-installer.xml:1370 +#: boot-installer.xml:1417 #, no-c-format msgid "" "If you boot the installer in a logical partition (LPAR) or virtual machine (VM) where a lot of devices are visible, you can instruct the kernel to restrict the list to a fixed set of devices. This is advised for the installer's boot process if a lot of disks are visible, most likely in LPAR mode. The cio_ignore option supports both a blacklist (to only disallow a few devices) and a whitelist (to only allow specific devices): \n" @@ -933,13 +924,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1435 +#: boot-installer.xml:1482 #, no-c-format msgid "Currently, the only &arch-title; subarchitectures that support CD-ROM booting are PReP/CHRP (though not all systems) and New World PowerMacs. On PowerMacs, hold the c key, or else the combination of Command, Option, Shift, and Delete keys together while booting to boot from the factory default CD/DVD drive." msgstr "" #. Tag: para -#: boot-installer.xml:1444 +#: boot-installer.xml:1491 #, no-c-format msgid "" "To boot a PowerMac from an external Firewire CD/DVD drive invoke Open Firmware prompt first (see ), then type \n" @@ -948,79 +939,79 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1455 +#: boot-installer.xml:1502 #, no-c-format msgid "0 > boot cd:,\\install\\yaboot" msgstr "" #. Tag: para -#: boot-installer.xml:1457 +#: boot-installer.xml:1504 #, no-c-format msgid "OldWorld PowerMacs will not boot a &debian; CD, because OldWorld computers relied on a Mac OS ROM CD boot driver to be present on the CD, and a free-software version of this driver is not available. All OldWorld systems have floppy drives, so use the floppy drive to launch the installer, and then point the installer to the CD for the needed files." msgstr "" #. Tag: para -#: boot-installer.xml:1466 +#: boot-installer.xml:1513 #, no-c-format msgid "To boot &debian; CD/DVD on Pegasos II machine, hold Esc key immediately after pressing the power-on button, when SmartFirmware prompt appears, type" msgstr "" #. Tag: screen -#: boot-installer.xml:1472 +#: boot-installer.xml:1519 #, no-c-format msgid "boot cd install/pegasos" msgstr "" #. Tag: para -#: boot-installer.xml:1474 +#: boot-installer.xml:1521 #, no-c-format msgid "On YDL Powerstation machine, pres s immediately after Press 's' to enter Open Firmware message, when SLOF prompt appears type" msgstr "" #. Tag: screen -#: boot-installer.xml:1479 +#: boot-installer.xml:1526 #, no-c-format msgid "0 > boot cdrom" msgstr "" #. Tag: title -#: boot-installer.xml:1485 +#: boot-installer.xml:1532 #, no-c-format msgid "Booting from Hard Disk" msgstr "" #. Tag: para -#: boot-installer.xml:1491 +#: boot-installer.xml:1538 #, no-c-format msgid "Booting from an existing operating system is often a convenient option; for some systems it is the only supported method of installation." msgstr "" #. Tag: para -#: boot-installer.xml:1497 +#: boot-installer.xml:1544 #, no-c-format msgid "To boot the installer from hard disk, you will have already completed downloading and placing the needed files as described in ." msgstr "" #. Tag: title -#: boot-installer.xml:1517 +#: boot-installer.xml:1564 #, no-c-format msgid "Booting OldWorld PowerMacs from MacOS" msgstr "" #. Tag: para -#: boot-installer.xml:1518 +#: boot-installer.xml:1565 #, no-c-format msgid "If you set up BootX in , you can use it to boot into the installation system. Double click the BootX application icon. Click on the Options button and select Use Specified RAM Disk. This will give you the chance to select the ramdisk.image.gz file. You may need to select the No Video Driver checkbox, depending on your hardware. Then click the Linux button to shut down MacOS and launch the installer." msgstr "" #. Tag: title -#: boot-installer.xml:1536 +#: boot-installer.xml:1583 #, no-c-format msgid "Booting NewWorld Macs from OpenFirmware" msgstr "" #. Tag: para -#: boot-installer.xml:1537 +#: boot-installer.xml:1584 #, no-c-format msgid "" "You will have already placed the vmlinux, initrd.gz, yaboot, and yaboot.conf files at the root level of your HFS partition in . You will now have to boot into OpenFirmware (see ). At the prompt, type \n" @@ -1031,31 +1022,31 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1569 +#: boot-installer.xml:1616 #, no-c-format msgid "Booting from USB memory stick" msgstr "" #. Tag: para -#: boot-installer.xml:1570 +#: boot-installer.xml:1617 #, no-c-format msgid "Currently, NewWorld PowerMac systems are known to support USB booting." msgstr "" #. Tag: para -#: boot-installer.xml:1576 +#: boot-installer.xml:1623 #, no-c-format msgid "Make sure you have prepared everything from . To boot a Macintosh system from a USB stick, you will need to use the Open Firmware prompt, since Open Firmware does not search USB storage devices by default. See ." msgstr "" #. Tag: para -#: boot-installer.xml:1585 +#: boot-installer.xml:1632 #, no-c-format msgid "You will need to work out where the USB storage device appears in the device tree, since at the moment ofpath cannot work that out automatically. Type dev / ls and devalias at the Open Firmware prompt to get a list of all known devices and device aliases. On the author's system with various types of USB stick, paths such as usb0/disk, usb0/hub/disk, /pci@f2000000/usb@1b,1/disk@1, and /pci@f2000000/usb@1b,1/hub@1/disk@1 work." msgstr "" #. Tag: para -#: boot-installer.xml:1597 +#: boot-installer.xml:1644 #, no-c-format msgid "" "Having worked out the device path, use a command like this to boot the installer: \n" @@ -1064,25 +1055,25 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1611 +#: boot-installer.xml:1658 #, no-c-format msgid "The system should now boot up, and you should be presented with the boot: prompt. Here you can enter optional boot arguments, or just hit &enterkey;." msgstr "" #. Tag: para -#: boot-installer.xml:1617 +#: boot-installer.xml:1664 #, no-c-format msgid "This boot method is new, and may be difficult to get to work on some NewWorld systems. If you have problems, please file an installation report, as explained in ." msgstr "" #. Tag: para -#: boot-installer.xml:1650 +#: boot-installer.xml:1698 #, no-c-format msgid "Currently, PReP and New World PowerMac systems support netbooting." msgstr "" #. Tag: para -#: boot-installer.xml:1654 +#: boot-installer.xml:1702 #, no-c-format msgid "" "On machines with Open Firmware, such as NewWorld Power Macs, enter the boot monitor (see ) and use the command \n" @@ -1095,739 +1086,751 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1682 +#: boot-installer.xml:1730 #, no-c-format msgid "Booting from floppies is supported for &arch-title;, although it is generally only applicable for OldWorld systems. NewWorld systems are not equipped with floppy drives, and attached USB floppy drives are not supported for booting." msgstr "" #. Tag: para -#: boot-installer.xml:1694 +#: boot-installer.xml:1742 #, no-c-format msgid "To boot from the boot-floppy-hfs.img floppy, place it in floppy drive after shutting the system down, and before pressing the power-on button." msgstr "" #. Tag: para -#: boot-installer.xml:1700 +#: boot-installer.xml:1748 #, no-c-format msgid "For those not familiar with Macintosh floppy operations: a floppy placed in the machine prior to boot will be the first priority for the system to boot from. A floppy without a valid boot system will be ejected, and the machine will then check for bootable hard disk partitions." msgstr "" #. Tag: para -#: boot-installer.xml:1707 +#: boot-installer.xml:1755 #, no-c-format msgid "After booting, the root.bin floppy is requested. Insert the root floppy and press &enterkey;. The installer program is automatically launched after the root system has been loaded into memory." msgstr "" #. Tag: title -#: boot-installer.xml:1718 +#: boot-installer.xml:1766 #, no-c-format msgid "PowerPC Boot Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:1719 +#: boot-installer.xml:1767 #, no-c-format msgid "Many older Apple monitors used a 640x480 67Hz mode. If your video appears skewed on an older Apple monitor, try appending the boot argument video=atyfb:vmode:6 , which will select that mode for most Mach64 and Rage video hardware. For Rage 128 hardware, this changes to video=aty128fb:vmode:6 ." msgstr "" #. Tag: para -#: boot-installer.xml:1759 +#: boot-installer.xml:1808 #, no-c-format msgid "On machines with OpenBoot, simply enter the boot monitor on the machine which is being installed (see ). Use the command boot net to boot from a TFTP and RARP server, or try boot net:bootp or boot net:dhcp to boot from a TFTP and BOOTP or DHCP server. You can pass extra boot parameters to &d-i; at the end of the boot command." msgstr "" #. Tag: para -#: boot-installer.xml:1814 +#: boot-installer.xml:1863 #, no-c-format msgid "Most OpenBoot versions support the boot cdrom command which is simply an alias to boot from the SCSI device on ID 6 (or the secondary master for IDE based systems)." msgstr "" #. Tag: title -#: boot-installer.xml:1823 +#: boot-installer.xml:1872 #, no-c-format msgid "IDPROM Messages" msgstr "" #. Tag: para -#: boot-installer.xml:1824 +#: boot-installer.xml:1873 #, no-c-format msgid "If you cannot boot because you get messages about a problem with IDPROM, then it's possible that your NVRAM battery, which holds configuration information for you firmware, has run out. See the Sun NVRAM FAQ for more information." msgstr "" #. Tag: title -#: boot-installer.xml:1843 +#: boot-installer.xml:1892 #, no-c-format msgid "Accessibility" msgstr "" #. Tag: para -#: boot-installer.xml:1844 +#: boot-installer.xml:1893 #, no-c-format msgid "Some users may need specific support because of e.g. some visual impairment. USB braille displays are detected automatically (not serial displays connected via a serial-to-USB converter), but most other Most accessibility features have to be enabled manually. On machines that support it, the boot menu emits a beep when it is ready to receive keystrokes. Some boot parameters can then be appended to enable accessibility features (see also ). Note that on most architectures the boot loader interprets your keyboard as a QWERTY keyboard." msgstr "" #. Tag: title -#: boot-installer.xml:1864 +#: boot-installer.xml:1913 +#, no-c-format +msgid "Installer front-end" +msgstr "" + +#. Tag: para +#: boot-installer.xml:1914 +#, no-c-format +msgid "The &debian; installer supports several front-ends for asking questions, with varying convenience for accessibility: notably, text uses plain text while newt uses text-based dialog boxes. The choice can be made at the boot prompt, see the documentation for DEBIAN_FRONTEND in ." +msgstr "" + +#. Tag: title +#: boot-installer.xml:1926 #, no-c-format msgid "USB Braille Displays" msgstr "" #. Tag: para -#: boot-installer.xml:1865 +#: boot-installer.xml:1927 #, no-c-format msgid "USB braille displays should be automatically detected. A textual version of the installer will then be automatically selected, and support for the braille display will be automatically installed on the target system. You can thus just press &enterkey; at the boot menu. Once brltty is started, you can choose a braille table by entering the preference menu. Documentation on key bindings for braille devices is available on the brltty website." msgstr "" #. Tag: title -#: boot-installer.xml:1880 +#: boot-installer.xml:1942 #, no-c-format msgid "Serial Braille Displays" msgstr "" #. Tag: para -#: boot-installer.xml:1881 +#: boot-installer.xml:1943 #, no-c-format msgid "Serial braille displays cannot safely be automatically detected (since that may damage some of them). You thus need to append the brltty=driver,port,table boot parameter to tell brltty which driver it should use. driver should be replaced by the two-letter driver code for your terminal (see the BRLTTY manual). port should be replaced by the name of the serial port the display is connected to, ttyS0 is the default, ttyUSB0 can be typically used when using a serial-to-USB converter. table is the name of the braille table to be used (see the BRLTTY manual); the English table is the default. Note that the table can be changed later by entering the preference menu. Documentation on key bindings for braille devices is available on the brltty website." msgstr "" #. Tag: title -#: boot-installer.xml:1904 boot-installer.xml:2911 +#: boot-installer.xml:1966 boot-installer.xml:2973 #, no-c-format msgid "Software Speech Synthesis" msgstr "" #. Tag: para -#: boot-installer.xml:1905 +#: boot-installer.xml:1967 #, no-c-format msgid "Support for software speech synthesis is available on all installer images which have the graphical installer, i.e. all netinst, CD and DVD images, and the netboot gtk variant. It can be activated by selecting it in the boot menu by typing s &enterkey;. The textual version of the installer will then be automatically selected, and support for software speech synthesis will be automatically installed on the target system." msgstr "" #. Tag: para -#: boot-installer.xml:1914 +#: boot-installer.xml:1976 #, no-c-format msgid "The first question (language) is spoken in english, and the remainder of installation is spoken in the selected language (if available in espeak)." msgstr "" #. Tag: para -#: boot-installer.xml:1920 +#: boot-installer.xml:1982 #, no-c-format msgid "The default speech rate is quite slow. To make it faster, press CapsLock6. To make it slower, press CapsLock5. The default volume should be medium. To make it louder, press CapsLock2. To make it quieter, press CapsLock1. To get more details on the browsing shortcuts, see the Speakup guide." msgstr "" #. Tag: title -#: boot-installer.xml:1939 +#: boot-installer.xml:2001 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "" #. Tag: para -#: boot-installer.xml:1940 +#: boot-installer.xml:2002 #, no-c-format msgid "Support for hardware speech synthesis devices is available on all installer images which have the graphical installer, i.e. all netinst, CD and DVD images, and the netboot gtk variant. You thus need to select a Graphical install entry in the boot menu." msgstr "" #. Tag: para -#: boot-installer.xml:1947 +#: boot-installer.xml:2009 #, no-c-format msgid "Hardware speech synthesis devices cannot be automatically detected. You thus need to append the speakup.synth=driver boot parameter to tell speakup which driver it should use. driver should be replaced by the driver code for your device (see driver code list). The textual version of the installer will then be automatically selected, and support for the speech synthesis device will be automatically installed on the target system." msgstr "" #. Tag: title -#: boot-installer.xml:1962 +#: boot-installer.xml:2024 #, no-c-format msgid "Board Devices" msgstr "" #. Tag: para -#: boot-installer.xml:1963 +#: boot-installer.xml:2025 #, no-c-format msgid "Some accessibility devices are actual boards that are plugged inside the machine and that read text directly from the video memory. To get them to work framebuffer support must be disabled by using the vga=normal fb=false boot parameter. This will however reduce the number of available languages." msgstr "" #. Tag: para -#: boot-installer.xml:1971 +#: boot-installer.xml:2033 #, no-c-format msgid "If desired a textual version of the bootloader can be activated before adding the boot parameter by typing h &enterkey;." msgstr "" #. Tag: title -#: boot-installer.xml:1979 +#: boot-installer.xml:2041 #, no-c-format msgid "High-Contrast Theme" msgstr "" #. Tag: para -#: boot-installer.xml:1980 +#: boot-installer.xml:2042 #, no-c-format msgid "For users with low vision, the installer can use a high-contrast color theme that makes it more readable. To enable it, append the theme=dark boot parameter." msgstr "" #. Tag: title -#: boot-installer.xml:1989 +#: boot-installer.xml:2051 #, no-c-format msgid "Preseeding" msgstr "" #. Tag: para -#: boot-installer.xml:1990 +#: boot-installer.xml:2052 #, no-c-format msgid "Alternatively, &debian; can be installed completely automatically by using preseeding. This is documented in ." msgstr "" #. Tag: title -#: boot-installer.xml:1998 +#: boot-installer.xml:2060 #, no-c-format msgid "Accessibility of the installed system" msgstr "" #. Tag: para -#: boot-installer.xml:1999 +#: boot-installer.xml:2061 #, no-c-format msgid "Documentation on accessibility of the installed system is available on the Debian Accessibility wiki page." msgstr "" #. Tag: para -#: boot-installer.xml:2014 +#: boot-installer.xml:2076 #, no-c-format msgid "Boot parameters are Linux kernel parameters which are generally used to make sure that peripherals are dealt with properly. For the most part, the kernel can auto-detect information about your peripherals. However, in some cases you'll have to help the kernel a bit." msgstr "" #. Tag: para -#: boot-installer.xml:2021 +#: boot-installer.xml:2083 #, no-c-format msgid "If this is the first time you're booting the system, try the default boot parameters (i.e., don't try setting parameters) and see if it works correctly. It probably will. If not, you can reboot later and look for any special parameters that inform the system about your hardware." msgstr "" #. Tag: para -#: boot-installer.xml:2028 +#: boot-installer.xml:2090 #, no-c-format msgid "Information on many boot parameters can be found in the Linux BootPrompt HOWTO, including tips for obscure hardware. This section contains only a sketch of the most salient parameters. Some common gotchas are included below in ." msgstr "" #. Tag: title -#: boot-installer.xml:2040 +#: boot-installer.xml:2102 #, no-c-format msgid "Boot console" msgstr "" #. Tag: para -#: boot-installer.xml:2042 +#: boot-installer.xml:2104 #, no-c-format msgid "If you are booting with a serial console, generally the kernel will autodetect this. If you have a videocard (framebuffer) and a keyboard also attached to the computer which you wish to boot via serial console, you may have to pass the console=device argument to the kernel, where device is your serial device, which is usually something like ttyS0." msgstr "" #. Tag: para -#: boot-installer.xml:2054 +#: boot-installer.xml:2116 #, no-c-format msgid "You may need to specify parameters for the serial port, such as speed and parity, for instance console=ttyS0,9600n8; other typical speeds may be 57600 or 115200." msgstr "" #. Tag: para -#: boot-installer.xml:2060 +#: boot-installer.xml:2122 #, no-c-format msgid "In order to ensure the terminal type used by the installer matches your terminal emulator, the parameter TERM=type can be added. Note that the installer only supports the following terminal types: linux, bterm, ansi, vt102 and dumb. The default for serial console in &d-i; is vt102. If you are using a virtualization tool which does not provide conversion into such terminals types itself, e.g. QEMU/KVM, you can start it inside a screen session. That will indeed perform translation into the screen terminal type, which is very close to vt102." msgstr "" #. Tag: para -#: boot-installer.xml:2076 +#: boot-installer.xml:2138 #, no-c-format msgid "For &arch-title; the serial devices are ttya or ttyb. Alternatively, set the input-device and output-device OpenPROM variables to ttya." msgstr "" #. Tag: title -#: boot-installer.xml:2088 +#: boot-installer.xml:2150 #, no-c-format msgid "&debian; Installer Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:2089 +#: boot-installer.xml:2151 #, no-c-format msgid "The installation system recognizes a few additional boot parameters With current kernels (2.6.9 or newer) you can use 32 command line options and 32 environment options. If these numbers are exceeded, the kernel will panic. which may be useful." msgstr "" #. Tag: para -#: boot-installer.xml:2102 +#: boot-installer.xml:2164 #, no-c-format msgid "A number of parameters have a short form that helps avoid the limitations of the kernel command line options and makes entering the parameters easier. If a parameter has a short form, it will be listed in brackets behind the (normal) long form. Examples in this manual will normally use the short form too." msgstr "" #. Tag: term -#: boot-installer.xml:2114 +#: boot-installer.xml:2176 #, no-c-format msgid "debconf/priority (priority)" msgstr "" #. Tag: para -#: boot-installer.xml:2115 +#: boot-installer.xml:2177 #, no-c-format msgid "This parameter sets the lowest priority of messages to be displayed." msgstr "" #. Tag: para -#: boot-installer.xml:2119 +#: boot-installer.xml:2181 #, no-c-format msgid "The default installation uses priority=high. This means that both high and critical priority messages are shown, but medium and low priority messages are skipped. If problems are encountered, the installer adjusts the priority as needed." msgstr "" #. Tag: para -#: boot-installer.xml:2126 +#: boot-installer.xml:2188 #, no-c-format msgid "If you add priority=medium as boot parameter, you will be shown the installation menu and gain more control over the installation. When priority=low is used, all messages are shown (this is equivalent to the expert boot method). With priority=critical, the installation system will display only critical messages and try to do the right thing without fuss." msgstr "" #. Tag: term -#: boot-installer.xml:2140 +#: boot-installer.xml:2202 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "" #. Tag: para -#: boot-installer.xml:2141 +#: boot-installer.xml:2203 #, no-c-format msgid "This boot parameter controls the type of user interface used for the installer. The current possible parameter settings are: DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=text DEBIAN_FRONTEND=newt DEBIAN_FRONTEND=gtk The default frontend is DEBIAN_FRONTEND=newt. DEBIAN_FRONTEND=text may be preferable for serial console installs. Some specialized types of install media may only offer a limited selection of frontends, but the newt and text frontends are available on most default install media. On architectures that support it, the graphical installer uses the gtk frontend." msgstr "" #. Tag: term -#: boot-installer.xml:2172 +#: boot-installer.xml:2234 #, no-c-format msgid "BOOT_DEBUG" msgstr "" #. Tag: para -#: boot-installer.xml:2173 +#: boot-installer.xml:2235 #, no-c-format msgid "Setting this boot parameter to 2 will cause the installer's boot process to be verbosely logged. Setting it to 3 makes debug shells available at strategic points in the boot process. (Exit the shells to continue the boot process.)" msgstr "" #. Tag: userinput -#: boot-installer.xml:2182 +#: boot-installer.xml:2244 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "" #. Tag: para -#: boot-installer.xml:2183 +#: boot-installer.xml:2245 #, no-c-format msgid "This is the default." msgstr "" #. Tag: userinput -#: boot-installer.xml:2187 +#: boot-installer.xml:2249 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "" #. Tag: para -#: boot-installer.xml:2188 +#: boot-installer.xml:2250 #, no-c-format msgid "More verbose than usual." msgstr "" #. Tag: userinput -#: boot-installer.xml:2192 +#: boot-installer.xml:2254 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "" #. Tag: para -#: boot-installer.xml:2193 +#: boot-installer.xml:2255 #, no-c-format msgid "Lots of debugging information." msgstr "" #. Tag: userinput -#: boot-installer.xml:2197 +#: boot-installer.xml:2259 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "" #. Tag: para -#: boot-installer.xml:2198 +#: boot-installer.xml:2260 #, no-c-format msgid "Shells are run at various points in the boot process to allow detailed debugging. Exit the shell to continue the boot." msgstr "" #. Tag: term -#: boot-installer.xml:2212 +#: boot-installer.xml:2274 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "" #. Tag: para -#: boot-installer.xml:2213 +#: boot-installer.xml:2275 #, no-c-format msgid "The value of the parameter is the path to the device to load the &debian; installer from. For example, INSTALL_MEDIA_DEV=/dev/floppy/0" msgstr "" #. Tag: para -#: boot-installer.xml:2219 +#: boot-installer.xml:2281 #, no-c-format msgid "The boot floppy, which normally scans all floppies it can to find the root floppy, can be overridden by this parameter to only look at the one device." msgstr "" #. Tag: term -#: boot-installer.xml:2230 +#: boot-installer.xml:2292 #, no-c-format msgid "log_host" msgstr "" #. Tag: term -#: boot-installer.xml:2231 +#: boot-installer.xml:2293 #, no-c-format msgid "log_port" msgstr "" #. Tag: para -#: boot-installer.xml:2232 +#: boot-installer.xml:2294 #, no-c-format msgid "Causes the installer to send log messages to a remote syslog on the specified host and port as well as to a local file. If not specified, the port defaults to the standard syslog port 514." msgstr "" #. Tag: term -#: boot-installer.xml:2243 +#: boot-installer.xml:2305 #, no-c-format msgid "lowmem" msgstr "" #. Tag: para -#: boot-installer.xml:2244 +#: boot-installer.xml:2306 #, no-c-format msgid "Can be used to force the installer to a lowmem level higher than the one the installer sets by default based on available memory. Possible values are 1 and 2. See also ." msgstr "" #. Tag: term -#: boot-installer.xml:2254 +#: boot-installer.xml:2316 #, no-c-format msgid "noshell" msgstr "" #. Tag: para -#: boot-installer.xml:2255 +#: boot-installer.xml:2317 #, no-c-format msgid "Prevents the installer from offering interactive shells on tty2 and tty3. Useful for unattended installations where physical security is limited." msgstr "" #. Tag: term -#: boot-installer.xml:2264 +#: boot-installer.xml:2326 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "" #. Tag: para -#: boot-installer.xml:2265 +#: boot-installer.xml:2327 #, no-c-format msgid "Some architectures use the kernel framebuffer to offer installation in a number of languages. If framebuffer causes a problem on your system you can disable the feature using the parameter vga=normal fb=false. Problem symptoms are error messages about bterm or bogl, a blank screen, or a freeze within a few minutes after starting the install." msgstr "" #. Tag: para -#: boot-installer.xml:2274 +#: boot-installer.xml:2336 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "" #. Tag: para -#: boot-installer.xml:2278 +#: boot-installer.xml:2340 #, no-c-format msgid "Because of display problems on some systems, framebuffer support is disabled by default for &arch-title;. This can result in ugly display on systems that do properly support the framebuffer, like those with ATI graphical cards. If you see display problems in the installer, you can try booting with parameter debian-installer/framebuffer=true or fb=true for short." msgstr "" #. Tag: term -#: boot-installer.xml:2292 +#: boot-installer.xml:2354 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "" #. Tag: para -#: boot-installer.xml:2293 +#: boot-installer.xml:2355 #, no-c-format msgid "A theme determines how the user interface of the installer looks (colors, icons, etc.). What themes are available differs per frontend. Currently both the newt and gtk frontends only have a dark theme that was designed for visually impaired users. Set the theme by booting with theme=dark." msgstr "" #. Tag: term -#: boot-installer.xml:2305 boot-installer.xml:2538 +#: boot-installer.xml:2367 boot-installer.xml:2600 #, no-c-format msgid "netcfg/disable_autoconfig" msgstr "" #. Tag: para -#: boot-installer.xml:2306 +#: boot-installer.xml:2368 #, no-c-format msgid "By default, the &d-i; automatically probes for network configuration via IPv6 autoconfiguration and DHCP. If the probe succeeds, you won't have a chance to review and change the obtained settings. You can get to the manual network setup only in case the automatic configuration fails." msgstr "" #. Tag: para -#: boot-installer.xml:2313 +#: boot-installer.xml:2375 #, no-c-format msgid "If you have an IPv6 router or a DHCP server on your local network, but want to avoid them because e.g. they give wrong answers, you can use the parameter netcfg/disable_autoconfig=true to prevent any automatic configuration of the network (neither v4 nor v6) and to enter the information manually." msgstr "" #. Tag: term -#: boot-installer.xml:2324 +#: boot-installer.xml:2386 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "" #. Tag: para -#: boot-installer.xml:2325 +#: boot-installer.xml:2387 #, no-c-format msgid "Set to false to prevent starting PCMCIA services, if that causes problems. Some laptops are well known for this misbehavior." msgstr "" #. Tag: term -#: boot-installer.xml:2335 +#: boot-installer.xml:2397 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "" #. Tag: para -#: boot-installer.xml:2336 +#: boot-installer.xml:2398 #, no-c-format msgid "Set to true to enable support for Serial ATA RAID (also called ATA RAID, BIOS RAID or fake RAID) disks in the installer. Note that this support is currently experimental. Additional information can be found on the &debian; Installer Wiki." msgstr "" #. Tag: term -#: boot-installer.xml:2347 +#: boot-installer.xml:2409 #, no-c-format msgid "preseed/url (url)" msgstr "" #. Tag: para -#: boot-installer.xml:2348 +#: boot-installer.xml:2410 #, no-c-format msgid "Specify the url to a preconfiguration file to download and use for automating the install. See ." msgstr "" #. Tag: term -#: boot-installer.xml:2357 +#: boot-installer.xml:2419 #, no-c-format msgid "preseed/file (file)" msgstr "" #. Tag: para -#: boot-installer.xml:2358 +#: boot-installer.xml:2420 #, no-c-format msgid "Specify the path to a preconfiguration file to load for automating the install. See ." msgstr "" #. Tag: term -#: boot-installer.xml:2367 +#: boot-installer.xml:2429 #, no-c-format msgid "preseed/interactive" msgstr "" #. Tag: para -#: boot-installer.xml:2368 +#: boot-installer.xml:2430 #, no-c-format msgid "Set to true to display questions even if they have been preseeded. Can be useful for testing or debugging a preconfiguration file. Note that this will have no effect on parameters that are passed as boot parameters, but for those a special syntax can be used. See for details." msgstr "" #. Tag: term -#: boot-installer.xml:2380 +#: boot-installer.xml:2442 #, no-c-format msgid "auto-install/enable (auto)" msgstr "" #. Tag: para -#: boot-installer.xml:2381 +#: boot-installer.xml:2443 #, no-c-format msgid "Delay questions that are normally asked before preseeding is possible until after the network is configured. See for details about using this to automate installs." msgstr "" #. Tag: term -#: boot-installer.xml:2392 +#: boot-installer.xml:2454 #, no-c-format msgid "finish-install/keep-consoles" msgstr "" #. Tag: para -#: boot-installer.xml:2393 +#: boot-installer.xml:2455 #, no-c-format msgid "During installations from serial or management console, the regular virtual consoles (VT1 to VT6) are normally disabled in /etc/inittab. Set to true to prevent this." msgstr "" #. Tag: term -#: boot-installer.xml:2404 +#: boot-installer.xml:2466 #, no-c-format msgid "cdrom-detect/eject" msgstr "" #. Tag: para -#: boot-installer.xml:2405 +#: boot-installer.xml:2467 #, no-c-format msgid "By default, before rebooting, &d-i; automatically ejects the optical media used during the installation. This can be unnecessary if the system does not automatically boot off the CD. In some cases it may even be undesirable, for example if the optical drive cannot reinsert the media itself and the user is not there to do it manually. Many slot loading, slim-line, and caddy style drives cannot reload media automatically." msgstr "" #. Tag: para -#: boot-installer.xml:2414 +#: boot-installer.xml:2476 #, no-c-format msgid "Set to false to disable automatic ejection, and be aware that you may need to ensure that the system does not automatically boot from the optical drive after the initial installation." msgstr "" #. Tag: term -#: boot-installer.xml:2425 +#: boot-installer.xml:2487 #, no-c-format msgid "base-installer/install-recommends (recommends)" msgstr "" #. Tag: para -#: boot-installer.xml:2426 +#: boot-installer.xml:2488 #, no-c-format msgid "By setting this option to false, the package management system will be configured to not automatically install Recommends, both during the installation and for the installed system. See also ." msgstr "" #. Tag: para -#: boot-installer.xml:2433 +#: boot-installer.xml:2495 #, no-c-format msgid "Note that this option allows to have a leaner system, but can also result in features being missing that you might normally expect to be available. You may have to manually install some of the recommended packages to obtain the full functionality you want. This option should therefore only be used by very experienced users." msgstr "" #. Tag: term -#: boot-installer.xml:2445 +#: boot-installer.xml:2507 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "" #. Tag: para -#: boot-installer.xml:2446 +#: boot-installer.xml:2508 #, no-c-format msgid "By default the installer requires that repositories be authenticated using a known gpg key. Set to true to disable that authentication. Warning: insecure, not recommended." msgstr "" #. Tag: term -#: boot-installer.xml:2457 +#: boot-installer.xml:2519 #, no-c-format msgid "ramdisk_size" msgstr "" #. Tag: para -#: boot-installer.xml:2458 +#: boot-installer.xml:2520 #, no-c-format msgid "This parameter should already be set to a correct value where needed; set it only it you see errors during the boot that indicate the ramdisk could not be loaded completely. The value is in kB." msgstr "" #. Tag: term -#: boot-installer.xml:2468 +#: boot-installer.xml:2530 #, no-c-format msgid "rescue/enable" msgstr "" #. Tag: para -#: boot-installer.xml:2469 +#: boot-installer.xml:2531 #, no-c-format msgid "Set to true to enter rescue mode rather than performing a normal installation. See ." msgstr "" #. Tag: title -#: boot-installer.xml:2482 +#: boot-installer.xml:2544 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "" #. Tag: para -#: boot-installer.xml:2483 +#: boot-installer.xml:2545 #, no-c-format msgid "With some exceptions, a value can be set at the boot prompt for any question asked during the installation, though this is only really useful in specific cases. General instructions how to do this can be found in . Some specific examples are listed below." msgstr "" #. Tag: term -#: boot-installer.xml:2495 +#: boot-installer.xml:2557 #, no-c-format msgid "debian-installer/language (language)" msgstr "" #. Tag: term -#: boot-installer.xml:2496 +#: boot-installer.xml:2558 #, no-c-format msgid "debian-installer/country (country)" msgstr "" #. Tag: term -#: boot-installer.xml:2497 +#: boot-installer.xml:2559 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "" #. Tag: para -#: boot-installer.xml:2498 +#: boot-installer.xml:2560 #, no-c-format msgid "There are two ways to specify the language, country and locale to use for the installation and the installed system." msgstr "" #. Tag: para -#: boot-installer.xml:2503 +#: boot-installer.xml:2565 #, no-c-format msgid "The first and easiest is to pass only the parameter locale. Language and country will then be derived from its value. You can for example use locale=de_CH to select German as language and Switzerland as country (de_CH.UTF-8 will be set as default locale for the installed system). Limitation is that not all possible combinations of language, country and locale can be achieved this way." msgstr "" #. Tag: para -#: boot-installer.xml:2512 +#: boot-installer.xml:2574 #, no-c-format msgid "The second, more flexible option is to specify language and country separately. In this case locale can optionally be added to specify a specific default locale for the installed system. Example: language=en country=DE locale=en_GB.UTF-8." msgstr "" #. Tag: term -#: boot-installer.xml:2524 +#: boot-installer.xml:2586 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "" #. Tag: para -#: boot-installer.xml:2525 +#: boot-installer.xml:2587 #, no-c-format msgid "Can be used to automatically load installer components that are not loaded by default. Examples of optional components that may be useful are openssh-client-udeb (so you can use scp during the installation) and ppp-udeb (see )." msgstr "" #. Tag: para -#: boot-installer.xml:2539 +#: boot-installer.xml:2601 #, no-c-format msgid "Set to true if you want to disable IPv6 autoconfiguration and DHCP and instead force static network configuration." msgstr "" #. Tag: term -#: boot-installer.xml:2548 +#: boot-installer.xml:2610 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "" #. Tag: para -#: boot-installer.xml:2549 +#: boot-installer.xml:2611 #, no-c-format msgid "By default the installer will use the http protocol to download files from &debian; mirrors and changing that to ftp is not possible during installations at normal priority. By setting this parameter to ftp, you can force the installer to use that protocol instead. Note that you cannot select an ftp mirror from a list, you have to enter the hostname manually." msgstr "" #. Tag: term -#: boot-installer.xml:2562 +#: boot-installer.xml:2624 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "" #. Tag: para -#: boot-installer.xml:2563 +#: boot-installer.xml:2625 #, no-c-format msgid "Can be used to select tasks that are not available from the interactive task list, such as the kde-desktop task. See for additional information." msgstr "" #. Tag: title -#: boot-installer.xml:2577 +#: boot-installer.xml:2639 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "" #. Tag: para -#: boot-installer.xml:2578 +#: boot-installer.xml:2640 #, no-c-format msgid "If drivers are compiled into the kernel, you can pass parameters to them as described in the kernel documentation. However, if drivers are compiled as modules and because kernel modules are loaded a bit differently during an installation than when booting an installed system, it is not possible to pass parameters to modules as you would normally do. Instead, you need to use a special syntax recognized by the installer which will then make sure that the parameters are saved in the proper configuration files and will thus be used when the modules are actually loaded. The parameters will also be propagated automatically to the configuration for the installed system." msgstr "" #. Tag: para -#: boot-installer.xml:2591 +#: boot-installer.xml:2653 #, no-c-format msgid "Note that it is now quite rare that parameters need to be passed to modules. In most cases the kernel will be able to probe the hardware present in a system and set good defaults that way. However, in some situations it may still be needed to set parameters manually." msgstr "" #. Tag: para -#: boot-installer.xml:2598 +#: boot-installer.xml:2660 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: \n" @@ -1836,127 +1839,127 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:2608 +#: boot-installer.xml:2670 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "" #. Tag: title -#: boot-installer.xml:2614 +#: boot-installer.xml:2676 #, no-c-format msgid "Blacklisting kernel modules" msgstr "" #. Tag: para -#: boot-installer.xml:2615 +#: boot-installer.xml:2677 #, no-c-format msgid "Sometimes it may be necessary to blacklist a module to prevent it from being loaded automatically by the kernel and udev. One reason could be that a particular module causes problems with your hardware. The kernel also sometimes lists two different drivers for the same device. This can cause the device to not work correctly if the drivers conflict or if the wrong driver is loaded first." msgstr "" #. Tag: para -#: boot-installer.xml:2624 +#: boot-installer.xml:2686 #, no-c-format msgid "You can blacklist a module using the following syntax: module_name.blacklist=yes. This will cause the module to be blacklisted in /etc/modprobe.d/blacklist.local both during the installation and for the installed system." msgstr "" #. Tag: para -#: boot-installer.xml:2632 +#: boot-installer.xml:2694 #, no-c-format msgid "Note that a module may still be loaded by the installation system itself. You can prevent that from happening by running the installation in expert mode and unselecting the module from the list of modules displayed during the hardware detection phases." msgstr "" #. Tag: title -#: boot-installer.xml:2648 +#: boot-installer.xml:2710 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "" #. Tag: title -#: boot-installer.xml:2653 +#: boot-installer.xml:2715 #, no-c-format msgid "CD-ROM Reliability" msgstr "" #. Tag: para -#: boot-installer.xml:2654 +#: boot-installer.xml:2716 #, no-c-format msgid "Sometimes, especially with older CD-ROM drives, the installer may fail to boot from a CD-ROM. The installer may also — even after booting successfully from CD-ROM — fail to recognize the CD-ROM or return errors while reading from it during the installation." msgstr "" #. Tag: para -#: boot-installer.xml:2661 +#: boot-installer.xml:2723 #, no-c-format msgid "There are many different possible causes for these problems. We can only list some common issues and provide general suggestions on how to deal with them. The rest is up to you." msgstr "" #. Tag: para -#: boot-installer.xml:2667 +#: boot-installer.xml:2729 #, no-c-format msgid "There are two very simple things that you should try first." msgstr "" #. Tag: para -#: boot-installer.xml:2672 +#: boot-installer.xml:2734 #, no-c-format msgid "If the CD-ROM does not boot, check that it was inserted correctly and that it is not dirty." msgstr "" #. Tag: para -#: boot-installer.xml:2678 +#: boot-installer.xml:2740 #, no-c-format msgid "If the installer fails to recognize a CD-ROM, try just running the option Detect and mount CD-ROM a second time. Some DMA related issues with very old CD-ROM drives are known to be resolved in this way." msgstr "" #. Tag: para -#: boot-installer.xml:2688 +#: boot-installer.xml:2750 #, no-c-format msgid "If this does not work, then try the suggestions in the subsections below. Most, but not all, suggestions discussed there are valid for both CD-ROM and DVD, but we'll use the term CD-ROM for simplicity." msgstr "" #. Tag: para -#: boot-installer.xml:2694 +#: boot-installer.xml:2756 #, no-c-format msgid "If you cannot get the installation working from CD-ROM, try one of the other installation methods that are available." msgstr "" #. Tag: title -#: boot-installer.xml:2702 +#: boot-installer.xml:2764 #, no-c-format msgid "Common issues" msgstr "" #. Tag: para -#: boot-installer.xml:2705 +#: boot-installer.xml:2767 #, no-c-format msgid "Some older CD-ROM drives do not support reading from discs that were burned at high speeds using a modern CD writer." msgstr "" #. Tag: para -#: boot-installer.xml:2722 +#: boot-installer.xml:2784 #, no-c-format msgid "Some very old CD-ROM drives do not work correctly if direct memory access (DMA) is enabled for them." msgstr "" #. Tag: title -#: boot-installer.xml:2733 +#: boot-installer.xml:2795 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "" #. Tag: para -#: boot-installer.xml:2734 +#: boot-installer.xml:2796 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "" #. Tag: para -#: boot-installer.xml:2739 +#: boot-installer.xml:2801 #, no-c-format msgid "Check that your BIOS actually supports booting from CD-ROM (only an issue for very old systems) and that CD booting is enabled in the BIOS." msgstr "" #. Tag: para -#: boot-installer.xml:2746 +#: boot-installer.xml:2808 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches the one listed for the image in the MD5SUMS file that should be present in the same location as where you downloaded the image from. \n" @@ -1966,7 +1969,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:2759 +#: boot-installer.xml:2821 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -1979,19 +1982,19 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2764 +#: boot-installer.xml:2826 #, no-c-format msgid "If, after the installer has been booted successfully, the CD-ROM is not detected, sometimes simply trying again may solve the problem. If you have more than one CD-ROM drive, try changing the CD-ROM to the other drive. If that does not work or if the CD-ROM is recognized but there are errors when reading from it, try the suggestions listed below. Some basic knowledge of &arch-kernel; is required for this. To execute any of the commands, you should first switch to the second virtual console (VT2) and activate the shell there." msgstr "" #. Tag: para -#: boot-installer.xml:2776 +#: boot-installer.xml:2838 #, no-c-format msgid "Switch to VT4 or view the contents of /var/log/syslog (use nano as editor) to check for any specific error messages. After that, also check the output of dmesg." msgstr "" #. Tag: para -#: boot-installer.xml:2783 +#: boot-installer.xml:2845 #, no-c-format msgid "" "Check in the output of dmesg if your CD-ROM drive was recognized. You should see something like (the lines do not necessarily have to be consecutive): \n" @@ -2004,13 +2007,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2797 +#: boot-installer.xml:2859 #, no-c-format msgid "Check that there is a device node for your CD-ROM drive under /dev/. In the example above, this would be /dev/hdc. There should also be a /dev/cdrom." msgstr "" #. Tag: para -#: boot-installer.xml:2805 +#: boot-installer.xml:2867 #, no-c-format msgid "" "Use the mount command to check if the CD-ROM is already mounted; if not, try mounting it manually: \n" @@ -2019,7 +2022,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2815 +#: boot-installer.xml:2877 #, no-c-format msgid "" "Check if DMA is currently enabled: \n" @@ -2032,151 +2035,151 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2830 +#: boot-installer.xml:2892 #, no-c-format msgid "If there are any problems during the installation, try checking the integrity of the CD-ROM using the option near the bottom of the installer's main menu. This option can also be used as a general test if the CD-ROM can be read reliably." msgstr "" #. Tag: title -#: boot-installer.xml:2845 +#: boot-installer.xml:2907 #, no-c-format msgid "Floppy Disk Reliability" msgstr "" #. Tag: para -#: boot-installer.xml:2847 +#: boot-installer.xml:2909 #, no-c-format msgid "The biggest problem for people using floppy disks to install &debian; seems to be floppy disk reliability." msgstr "" #. Tag: para -#: boot-installer.xml:2852 +#: boot-installer.xml:2914 #, no-c-format msgid "The boot floppy is the floppy with the worst problems, because it is read by the hardware directly, before Linux boots. Often, the hardware doesn't read as reliably as the Linux floppy disk driver, and may just stop without printing an error message if it reads incorrect data. There can also be failures in the driver floppies, most of which indicate themselves with a flood of messages about disk I/O errors." msgstr "" #. Tag: para -#: boot-installer.xml:2861 +#: boot-installer.xml:2923 #, no-c-format msgid "If you are having the installation stall at a particular floppy, the first thing you should do is write the image to a different floppy and see if that solves the problem. Simply reformatting the old floppy may not be sufficient, even if it appears that the floppy was reformatted and written with no errors. It is sometimes useful to try writing the floppy on a different system." msgstr "" #. Tag: para -#: boot-installer.xml:2870 +#: boot-installer.xml:2932 #, no-c-format msgid "One user reports he had to write the images to floppy three times before one worked, and then everything was fine with the third floppy." msgstr "" #. Tag: para -#: boot-installer.xml:2876 +#: boot-installer.xml:2938 #, no-c-format msgid "Normally you should not have to download a floppy image again, but if you are experiencing problems it is always useful to verify that the images were downloaded correctly by verifying their md5sums." msgstr "" #. Tag: para -#: boot-installer.xml:2882 +#: boot-installer.xml:2944 #, no-c-format msgid "Other users have reported that simply rebooting a few times with the same floppy in the floppy drive can lead to a successful boot. This is all due to buggy hardware or firmware floppy drivers." msgstr "" #. Tag: title -#: boot-installer.xml:2891 +#: boot-installer.xml:2953 #, no-c-format msgid "Boot Configuration" msgstr "" #. Tag: para -#: boot-installer.xml:2893 +#: boot-installer.xml:2955 #, no-c-format msgid "If you have problems and the kernel hangs during the boot process, doesn't recognize peripherals you actually have, or drives are not recognized properly, the first thing to check is the boot parameters, as discussed in ." msgstr "" #. Tag: para -#: boot-installer.xml:2902 +#: boot-installer.xml:2964 #, no-c-format msgid "In some cases, malfunctions can be caused by missing device firmware (see and )." msgstr "" #. Tag: para -#: boot-installer.xml:2913 +#: boot-installer.xml:2975 #, no-c-format msgid "If software speech synthesis does not work, there is most probably an issue with your sound board, usually because either the driver for it is not included in the installer, or because it has unusual mixer level names which are set to muted by default. You should thus submit a bug report which includes the output of the following commands, run on the same machine from a Linux system which is known to have sound working (e.g., a live CD)." msgstr "" #. Tag: userinput -#: boot-installer.xml:2924 +#: boot-installer.xml:2986 #, no-c-format msgid "dmesg" msgstr "" #. Tag: userinput -#: boot-installer.xml:2926 +#: boot-installer.xml:2988 #, no-c-format msgid "lspci" msgstr "" #. Tag: userinput -#: boot-installer.xml:2928 +#: boot-installer.xml:2990 #, no-c-format msgid "lsmod" msgstr "" #. Tag: userinput -#: boot-installer.xml:2930 +#: boot-installer.xml:2992 #, no-c-format msgid "amixer" msgstr "" #. Tag: title -#: boot-installer.xml:2938 boot-installer.xml:3049 +#: boot-installer.xml:3000 boot-installer.xml:3111 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "" #. Tag: para -#: boot-installer.xml:2939 +#: boot-installer.xml:3001 #, no-c-format msgid "There are some common installation problems that can be solved or avoided by passing certain boot parameters to the installer." msgstr "" #. Tag: para -#: boot-installer.xml:2990 +#: boot-installer.xml:3052 #, no-c-format msgid "If your screen begins to show a weird picture while the kernel boots, eg. pure white, pure black or colored pixel garbage, your system may contain a problematic video card which does not switch to the framebuffer mode properly. Then you can use the boot parameter fb=false to disable the framebuffer console. Only a reduced set of languages will be available during the installation due to limited console features. See for details." msgstr "" #. Tag: title -#: boot-installer.xml:3004 +#: boot-installer.xml:3066 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "" #. Tag: para -#: boot-installer.xml:3005 +#: boot-installer.xml:3067 #, no-c-format msgid "Some very old laptop models produced by Dell are known to crash when PCMCIA device detection tries to access some hardware addresses. Other laptops may display similar problems. If you experience such a problem and you don't need PCMCIA support during the installation, you can disable PCMCIA using the hw-detect/start_pcmcia=false boot parameter. You can then configure PCMCIA after the installation is completed and exclude the resource range causing the problems." msgstr "" #. Tag: para -#: boot-installer.xml:3015 +#: boot-installer.xml:3077 #, no-c-format msgid "Alternatively, you can boot the installer in expert mode. You will then be asked to enter the resource range options your hardware needs. For example, if you have one of the Dell laptops mentioned above, you should enter exclude port 0x800-0x8ff here. There is also a list of some common resource range options in the System resource settings section of the PCMCIA HOWTO. Note that you have to omit the commas, if any, when you enter this value in the installer." msgstr "" #. Tag: para -#: boot-installer.xml:3050 +#: boot-installer.xml:3112 #, no-c-format msgid "There are some common installation problems that are worth mentioning." msgstr "" #. Tag: title -#: boot-installer.xml:3056 +#: boot-installer.xml:3118 #, no-c-format msgid "Misdirected video output" msgstr "" #. Tag: para -#: boot-installer.xml:3057 +#: boot-installer.xml:3119 #, no-c-format msgid "" "It is fairly common for &arch-title; to have two video cards in one machine, for example an ATI card and a Sun Creator 3D. In some cases, this may result in the video output getting misdirected soon after the system boots. In typical cases, the display will only show: \n" @@ -2186,85 +2189,85 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3071 +#: boot-installer.xml:3133 #, no-c-format msgid "Note that you may also have to manually add this parameter to the silo configuration (edit /target/etc/silo.conf before rebooting) and, if you installed X11, modify the video driver in /etc/X11/xorg.conf." msgstr "" #. Tag: title -#: boot-installer.xml:3082 +#: boot-installer.xml:3144 #, no-c-format msgid "Failure to Boot or Install from CD-ROM" msgstr "" #. Tag: para -#: boot-installer.xml:3083 +#: boot-installer.xml:3145 #, no-c-format msgid "Some Sparc systems are notoriously difficult to boot from CD-ROM and even if they do boot, there may be inexplicable failures during the installation. Most problems have been reported with SunBlade systems." msgstr "" #. Tag: para -#: boot-installer.xml:3089 +#: boot-installer.xml:3151 #, no-c-format msgid "We recommend to install such systems by netbooting the installer." msgstr "" #. Tag: title -#: boot-installer.xml:3098 +#: boot-installer.xml:3160 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "" #. Tag: para -#: boot-installer.xml:3100 +#: boot-installer.xml:3162 #, no-c-format msgid "During the boot sequence, you may see many messages in the form can't find something, or something not present, can't initialize something, or even this driver release depends on something. Most of these messages are harmless. You see them because the kernel for the installation system is built to run on computers with many different peripheral devices. Obviously, no one computer will have every possible peripheral device, so the operating system may emit a few complaints while it looks for peripherals you don't own. You may also see the system pause for a while. This happens when it is waiting for a device to respond, and that device is not present on your system. If you find the time it takes to boot the system unacceptably long, you can create a custom kernel later (see )." msgstr "" #. Tag: title -#: boot-installer.xml:3125 +#: boot-installer.xml:3187 #, no-c-format msgid "Reporting Installation Problems" msgstr "" #. Tag: para -#: boot-installer.xml:3126 +#: boot-installer.xml:3188 #, no-c-format msgid "If you get through the initial boot phase but cannot complete the install, the menu option Save debug logs may be helpful. It lets you store system error logs and configuration information from the installer to a floppy, or download them using a web browser. This information may provide clues as to what went wrong and how to fix it. If you are submitting a bug report, you may want to attach this information to the bug report." msgstr "" #. Tag: para -#: boot-installer.xml:3137 +#: boot-installer.xml:3199 #, no-c-format msgid "Other pertinent installation messages may be found in /var/log/ during the installation, and /var/log/installer/ after the computer has been booted into the installed system." msgstr "" #. Tag: title -#: boot-installer.xml:3148 +#: boot-installer.xml:3210 #, no-c-format msgid "Submitting Installation Reports" msgstr "" #. Tag: para -#: boot-installer.xml:3149 +#: boot-installer.xml:3211 #, no-c-format msgid "If you still have problems, please submit an installation report. We also encourage installation reports to be sent even if the installation is successful, so that we can get as much information as possible on the largest number of hardware configurations." msgstr "" #. Tag: para -#: boot-installer.xml:3156 +#: boot-installer.xml:3218 #, no-c-format msgid "Note that your installation report will be published in the Debian Bug Tracking System (BTS) and forwarded to a public mailing list. Make sure that you use an e-mail address that you do not mind being made public." msgstr "" #. Tag: para -#: boot-installer.xml:3162 +#: boot-installer.xml:3224 #, no-c-format msgid "If you have a working &debian; system, the easiest way to send an installation report is to install the installation-report and reportbug packages (aptitude install installation-report reportbug), configure reportbug as explained in , and run the command reportbug installation-reports." msgstr "" #. Tag: para -#: boot-installer.xml:3172 +#: boot-installer.xml:3234 #, no-c-format msgid "" "Alternatively you can use this template when filling out installation reports, and file the report as a bug report against the installation-reports pseudo package, by sending it to submit@bugs.debian.org. \n" diff --git a/po/pot/hardware.pot b/po/pot/hardware.pot index 065e33979..9501a18c3 100644 --- a/po/pot/hardware.pot +++ b/po/pot/hardware.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: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -53,17 +53,17 @@ msgstr "" #. Tag: para #: hardware.xml:42 #, no-c-format -msgid "&debian; GNU/Linux &release; supports eleven major architectures and several variations of each architecture known as flavors." +msgid "&debian; GNU/Linux &release; supports eight major architectures and several variations of each architecture known as flavors." msgstr "" #. Tag: entry -#: hardware.xml:53 hardware.xml:178 +#: hardware.xml:53 hardware.xml:183 #, no-c-format msgid "Architecture" msgstr "" #. Tag: entry -#: hardware.xml:53 hardware.xml:178 +#: hardware.xml:53 hardware.xml:183 #, no-c-format msgid "&debian; Designation" msgstr "" @@ -81,7 +81,7 @@ msgid "Flavor" msgstr "" #. Tag: entry -#: hardware.xml:60 hardware.xml:184 +#: hardware.xml:60 hardware.xml:189 #, no-c-format msgid "Intel x86-based" msgstr "" @@ -93,7 +93,7 @@ msgid "i386" msgstr "" #. Tag: entry -#: hardware.xml:67 hardware.xml:189 +#: hardware.xml:67 hardware.xml:194 #, no-c-format msgid "AMD64 & Intel 64" msgstr "" @@ -117,1693 +117,1831 @@ msgid "armel" msgstr "" #. Tag: entry -#: hardware.xml:76 +#: hardware.xml:81 #, no-c-format -msgid "Intel IOP32x" -msgstr "" - -#. Tag: entry -#: hardware.xml:77 -#, no-c-format -msgid "iop32x" -msgstr "" - -#. Tag: entry -#: hardware.xml:79 -#, no-c-format -msgid "Intel IXP4xx" +msgid "Marvell Kirkwood" msgstr "" #. Tag: entry -#: hardware.xml:80 +#: hardware.xml:82 #, no-c-format -msgid "ixp4xx" +msgid "kirkwood" msgstr "" #. Tag: entry -#: hardware.xml:82 +#: hardware.xml:84 #, no-c-format -msgid "Marvell Kirkwood" +msgid "Marvell Orion" msgstr "" #. Tag: entry -#: hardware.xml:83 +#: hardware.xml:85 #, no-c-format -msgid "kirkwood" +msgid "orion5x" msgstr "" #. Tag: entry -#: hardware.xml:85 +#: hardware.xml:87 #, no-c-format -msgid "Marvell Orion" +msgid "Marvell MV78xx0" msgstr "" #. Tag: entry -#: hardware.xml:86 +#: hardware.xml:88 #, no-c-format -msgid "orion5x" +msgid "mv78xx0" msgstr "" #. Tag: entry -#: hardware.xml:88 +#: hardware.xml:90 #, no-c-format msgid "Versatile" msgstr "" #. Tag: entry -#: hardware.xml:89 +#: hardware.xml:91 #, no-c-format msgid "versatile" msgstr "" #. Tag: entry -#: hardware.xml:93 +#: hardware.xml:95 #, no-c-format msgid "ARM with hardware FPU" msgstr "" #. Tag: entry -#: hardware.xml:94 +#: hardware.xml:96 #, no-c-format msgid "armhf" msgstr "" #. Tag: entry -#: hardware.xml:95 +#: hardware.xml:101 #, no-c-format -msgid "Freescale" +msgid "multiplatform" msgstr "" #. Tag: entry -#: hardware.xml:96 +#: hardware.xml:102 #, no-c-format -msgid "mx5" +msgid "armmp" msgstr "" #. Tag: entry -#: hardware.xml:100 +#: hardware.xml:104 #, no-c-format -msgid "Intel IA-64" +msgid "multiplatform for LPAE-capable systems" msgstr "" #. Tag: entry -#: hardware.xml:101 +#: hardware.xml:105 #, no-c-format -msgid "ia64" +msgid "armmp-lpae" msgstr "" #. Tag: entry -#: hardware.xml:107 +#: hardware.xml:109 #, no-c-format msgid "MIPS (big endian)" msgstr "" #. Tag: entry -#: hardware.xml:108 +#: hardware.xml:110 #, no-c-format msgid "mips" msgstr "" #. Tag: entry -#: hardware.xml:109 +#: hardware.xml:111 #, no-c-format msgid "SGI IP22 (Indy/Indigo 2)" msgstr "" #. Tag: entry -#: hardware.xml:110 +#: hardware.xml:112 #, no-c-format msgid "r4k-ip22" msgstr "" #. Tag: entry -#: hardware.xml:112 +#: hardware.xml:114 #, no-c-format msgid "SGI IP32 (O2)" msgstr "" #. Tag: entry -#: hardware.xml:113 +#: hardware.xml:115 #, no-c-format msgid "r5k-ip32" msgstr "" #. Tag: entry -#: hardware.xml:115 hardware.xml:126 +#: hardware.xml:117 hardware.xml:127 #, no-c-format msgid "MIPS Malta (32 bit)" msgstr "" #. Tag: entry -#: hardware.xml:116 hardware.xml:127 +#: hardware.xml:118 hardware.xml:128 #, no-c-format msgid "4kc-malta" msgstr "" #. Tag: entry -#: hardware.xml:118 hardware.xml:129 +#: hardware.xml:120 hardware.xml:130 #, no-c-format msgid "MIPS Malta (64 bit)" msgstr "" #. Tag: entry -#: hardware.xml:119 hardware.xml:130 +#: hardware.xml:121 hardware.xml:131 #, no-c-format msgid "5kc-malta" msgstr "" #. Tag: entry -#: hardware.xml:123 +#: hardware.xml:125 #, no-c-format msgid "MIPS (little endian)" msgstr "" #. Tag: entry -#: hardware.xml:124 +#: hardware.xml:126 #, no-c-format msgid "mipsel" msgstr "" #. Tag: entry -#: hardware.xml:134 +#: hardware.xml:135 #, no-c-format msgid "IBM/Motorola PowerPC" msgstr "" #. Tag: entry -#: hardware.xml:135 +#: hardware.xml:136 #, no-c-format msgid "powerpc" msgstr "" #. Tag: entry -#: hardware.xml:136 +#: hardware.xml:137 #, no-c-format msgid "PowerMac" msgstr "" #. Tag: entry -#: hardware.xml:137 +#: hardware.xml:138 #, no-c-format msgid "pmac" msgstr "" #. Tag: entry -#: hardware.xml:139 +#: hardware.xml:140 #, no-c-format msgid "PReP" msgstr "" #. Tag: entry -#: hardware.xml:140 +#: hardware.xml:141 #, no-c-format msgid "prep" msgstr "" #. Tag: entry -#: hardware.xml:144 +#: hardware.xml:165 #, no-c-format -msgid "Sun SPARC" +msgid "64bit IBM S/390" msgstr "" #. Tag: entry -#: hardware.xml:145 +#: hardware.xml:166 #, no-c-format -msgid "sparc" +msgid "s390x" msgstr "" #. Tag: entry -#: hardware.xml:146 +#: hardware.xml:167 #, no-c-format -msgid "sun4u" +msgid "IPL from VM-reader and DASD" msgstr "" #. Tag: entry -#: hardware.xml:147 +#: hardware.xml:168 #, no-c-format -msgid "sparc64" +msgid "generic" msgstr "" -#. Tag: entry -#: hardware.xml:149 +#. Tag: para +#: hardware.xml:173 #, no-c-format -msgid "sun4v" +msgid "&debian; GNU/kFreeBSD &release; supports two architectures." msgstr "" #. Tag: entry -#: hardware.xml:153 +#: hardware.xml:190 #, no-c-format -msgid "IBM S/390" +msgid "kfreebsd-i386" msgstr "" #. Tag: entry -#: hardware.xml:154 +#: hardware.xml:195 #, no-c-format -msgid "s390" +msgid "kfreebsd-amd64" msgstr "" -#. Tag: entry -#: hardware.xml:155 hardware.xml:162 +#. Tag: para +#: hardware.xml:200 #, no-c-format -msgid "IPL from VM-reader and DASD" +msgid "This document covers installation for the &arch-title; architecture using the &arch-kernel; kernel. If you are looking for information on any of the other &debian;-supported architectures take a look at the &debian;-Ports pages." msgstr "" -#. Tag: entry -#: hardware.xml:156 hardware.xml:163 +#. Tag: para +#: hardware.xml:210 #, no-c-format -msgid "generic" +msgid "The &arch-title; architecture only supports Intel Itanium processors and not the much more common 64-bit processors from the Intel 64 family (including e.g. the Pentium D and the Core2 Duo). Those systems are supported by the amd64 architecture or, if you prefer a 32-bit userland, the i386 architecture." msgstr "" -#. Tag: entry -#: hardware.xml:160 +#. Tag: para +#: hardware.xml:220 #, no-c-format -msgid "64bit IBM S/390" +msgid "This is the first official release of &debian-gnu; for the &arch-title; architecture. We feel that it has proven itself sufficiently to be released. However, because it has not had the exposure (and hence testing by users) that some other architectures have had, you may encounter a few bugs. Use our Bug Tracking System to report any problems; make sure to mention the fact that the bug is on the &arch-title; platform using the &arch-kernel; kernel. It can be necessary to use the debian-&arch-listname; mailing list as well." msgstr "" -#. Tag: entry -#: hardware.xml:161 +#. Tag: title +#: hardware.xml:242 #, no-c-format -msgid "s390x" +msgid "CPU Support" msgstr "" #. Tag: para -#: hardware.xml:168 +#: hardware.xml:243 #, no-c-format -msgid "&debian; GNU/kFreeBSD &release; supports two architectures." +msgid "Both AMD64 and Intel 64 processors are supported." msgstr "" -#. Tag: entry -#: hardware.xml:185 +#. Tag: title +#: hardware.xml:268 hardware.xml:586 hardware.xml:605 hardware.xml:688 hardware.xml:746 hardware.xml:776 #, no-c-format -msgid "kfreebsd-i386" +msgid "CPU, Main Boards, and Video Support" msgstr "" -#. Tag: entry -#: hardware.xml:190 +#. Tag: para +#: hardware.xml:270 #, no-c-format -msgid "kfreebsd-amd64" +msgid "ARM systems are a lot more heterogenous than the i386/amd64-based PC architecture, where all systems share a common system firmware (BIOS or/and UEFI) which handles the board-specific basic hardware initialization in a standardized way. The ARM architecture is used mainly in so-called systems-on-chip (SOCs). These SOCs are designed by many different companies with vastly varying hardware components even for the very basic functionality required to bring the system up. Systems using them usually lack a common system firmware interface and as a result, on ARM systems the Linux kernel has to take care of many system-specific low-level issues which are handled by the mainboard's BIOS in the PC world." msgstr "" #. Tag: para -#: hardware.xml:195 +#: hardware.xml:287 #, no-c-format -msgid "This document covers installation for the &arch-title; architecture using the &arch-kernel; kernel. If you are looking for information on any of the other &debian;-supported architectures take a look at the &debian;-Ports pages." +msgid "At the beginning of the ARM support in the Linux kernel, this resulted in the requirement of having a seperate kernel for each ARM system in contrast to the one-fits-all kernel for PC systems. As this approach does not scale to a large number of different systems, work has started to be able to provide a single ARM kernel that can run on different ARM systems. Support for newer ARM systems gets implemented in a way that allows the use of such a multiplatform kernel, but for several older systems a seperate specific kernel is still required. Because of this, the standard &debian; distribution only supports installation on a selected number of older ARM systems in addition to the newer systems which are supported by the ARM multiplatform (armmp) kernel." msgstr "" #. Tag: para -#: hardware.xml:205 +#: hardware.xml:304 #, no-c-format -msgid "The &arch-title; architecture only supports Intel Itanium processors and not the much more common 64-bit processors from the Intel 64 family (including e.g. the Pentium D and the Core2 Duo). Those systems are supported by the amd64 architecture or, if you prefer a 32-bit userland, the i386 architecture." +msgid "The ARM architecture has evolved over time and modern ARM processors provide features which are not available in older models. &debian; therefore provides two ARM ports, the &debian;/armel and the &debian;/armhf port. &debian;/armel targets older ARM processors without support for a hardware floating point unit (FPU), while &debian;/armhf works only on newer ARM processors which implement at least the ARMv7 architecture with version 3 of the ARM vector floating point specification (VFPv3). &debian;/armhf makes use of the extended features and performance enhancements available on these models." msgstr "" #. Tag: para -#: hardware.xml:215 +#: hardware.xml:332 #, no-c-format -msgid "This is the first official release of &debian-gnu; for the &arch-title; architecture. We feel that it has proven itself sufficiently to be released. However, because it has not had the exposure (and hence testing by users) that some other architectures have had, you may encounter a few bugs. Use our Bug Tracking System to report any problems; make sure to mention the fact that the bug is on the &arch-title; platform using the &arch-kernel; kernel. It can be necessary to use the debian-&arch-listname; mailing list as well." +msgid "Technically, several ARM CPUs can be run in either endian mode (big or little), but in practice the vast majority of currently available systems uses little-endian mode. Both &debian;/armhf and &debian;/armel support only little-endian systems." msgstr "" #. Tag: title -#: hardware.xml:237 +#: hardware.xml:340 #, no-c-format -msgid "CPU Support" +msgid "Platforms supported by Debian/armel" msgstr "" #. Tag: para -#: hardware.xml:238 +#: hardware.xml:342 #, no-c-format -msgid "Both AMD64 and Intel 64 processors are supported." +msgid "The following platforms are supported by &debian;/armel; they require platform-specific kernels." msgstr "" -#. Tag: title -#: hardware.xml:263 hardware.xml:354 hardware.xml:373 hardware.xml:456 hardware.xml:514 hardware.xml:544 +#. Tag: term +#: hardware.xml:350 #, no-c-format -msgid "CPU, Main Boards, and Video Support" +msgid "Kirkwood" msgstr "" #. Tag: para -#: hardware.xml:265 +#: hardware.xml:351 #, no-c-format -msgid "Each distinct ARM architecture requires its own kernel. Because of this the standard &debian; distribution only supports installation on a number of the most common platforms. The &debian; userland however may be used by any ARM CPU." +msgid "Kirkwood is a system on a chip (SoC) from Marvell that integrates an ARM CPU, Ethernet, SATA, USB, and other functionality in one chip. We currently support the following Kirkwood based devices: OpenRD (OpenRD-Base, OpenRD-Client and OpenRD-Ultimate), plug computers (SheevaPlug, GuruPlug and DreamPlug), QNAP Turbo Station (all TS-11x, TS-21x and TS-41x models), and LaCie NASes (Network Space v2, Network Space Max v2, Internet Space v2, d2 Network v2, 2Big Network v2 and 5Big Network v2)." +msgstr "" + +#. Tag: term +#: hardware.xml:367 +#, no-c-format +msgid "Orion5x" msgstr "" #. Tag: para -#: hardware.xml:274 +#: hardware.xml:368 +#, no-c-format +msgid "Orion is a system on a chip (SoC) from Marvell that integrates an ARM CPU, Ethernet, SATA, USB, and other functionality in one chip. There are many Network Attached Storage (NAS) devices on the market that are based on an Orion chip. We currently support the following Orion based devices: Buffalo Kurobox, D-Link DNS-323 and HP mv2120." +msgstr "" + +#. Tag: term +#: hardware.xml:382 #, no-c-format -msgid "Most ARM CPUs may be run in either endian mode (big or little). However, the majority of current system implementation uses little-endian mode. &debian; currently only supports little-endian ARM systems." +msgid "MV78xx0" msgstr "" #. Tag: para -#: hardware.xml:282 +#: hardware.xml:383 #, no-c-format -msgid "The supported platforms are:" +msgid "The MV78xx0 platform is used on the Marvell DB-78xx0-BP development board." msgstr "" #. Tag: term -#: hardware.xml:289 +#: hardware.xml:391 +#, no-c-format +msgid "Versatile" +msgstr "" + +#. Tag: para +#: hardware.xml:392 +#, no-c-format +msgid "The Versatile platform is emulated by QEMU and is therefore a nice way to test and run &debian; on ARM if you don't have the hardware." +msgstr "" + +#. Tag: title +#: hardware.xml:405 +#, no-c-format +msgid "Platforms no longer supported by Debian/armel" +msgstr "" + +#. Tag: term +#: hardware.xml:409 #, no-c-format msgid "IOP32x" msgstr "" #. Tag: para -#: hardware.xml:290 +#: hardware.xml:410 #, no-c-format -msgid "Intel's I/O Processor (IOP) line is found in a number of products related to data storage and processing. &debian; currently supports the IOP32x platform, featuring the IOP 80219 and 32x chips commonly found in Network Attached Storage (NAS) devices. &debian; explicitly supports two such devices: the GLAN Tank from IO-Data and the Thecus N2100." +msgid "Intel's I/O Processor (IOP) line is found in a number of products related to data storage and processing, such as the GLAN Tank from IO-Data and the Thecus N2100. &debian; has supported the IOP32x platform in &debian; 7, but does not support it anymore from version 8 on due to hardware constraints of the platform which make it unsuitable for the installation of newer &debian; releases." msgstr "" #. Tag: term -#: hardware.xml:303 +#: hardware.xml:424 #, no-c-format -msgid "Kirkwood" +msgid "IXP4xx" msgstr "" #. Tag: para -#: hardware.xml:304 +#: hardware.xml:425 #, no-c-format -msgid "Kirkwood is a system on a chip (SoC) from Marvell that integrates an ARM CPU, Ethernet, SATA, USB, and other functionality in one chip. We currently support the following Kirkwood based devices: OpenRD (OpenRD-Base, OpenRD-Client and OpenRD-Ultimate), plug computers (SheevaPlug, GuruPlug and DreamPlug), QNAP Turbo Station (all TS-11x, TS-21x and TS-41x models), and LaCie NASes (Network Space v2, Network Space Max v2, Internet Space v2, d2 Network v2, 2Big Network v2 and 5Big Network v2)." +msgid "The Intel IXP4xx processor series has been used in network attached storage devices like the the Linksys NSLU2. &debian; has supported the IXP4xx platform in &debian; 7, but does not support it anymore from version 8 on, as the formerly supported devices do not provide enough flash capacity for the kernel used in &debian; 8." +msgstr "" + +#. Tag: title +#: hardware.xml:441 +#, no-c-format +msgid "Platforms supported by Debian/armhf" +msgstr "" + +#. Tag: para +#: hardware.xml:443 +#, no-c-format +msgid "The following systems are known to work with &debian;/armhf using the multiplatform (armmp) kernel:" msgstr "" #. Tag: term -#: hardware.xml:320 +#: hardware.xml:450 #, no-c-format -msgid "Orion5x" +msgid "Freescale MX53 Quick Start Board" msgstr "" #. Tag: para -#: hardware.xml:321 +#: hardware.xml:452 #, no-c-format -msgid "Orion is a system on a chip (SoC) from Marvell that integrates an ARM CPU, Ethernet, SATA, USB, and other functionality in one chip. There are many Network Attached Storage (NAS) devices on the market that are based on an Orion chip. We currently support the following Orion based devices: Buffalo Kurobox, D-Link DNS-323 and HP mv2120." +msgid "The IMX53QSB is a development board based on the i.MX53 SOC." msgstr "" #. Tag: term -#: hardware.xml:335 +#: hardware.xml:459 #, no-c-format -msgid "Versatile" +msgid "Versatile Express" msgstr "" #. Tag: para -#: hardware.xml:336 +#: hardware.xml:461 #, no-c-format -msgid "The Versatile platform is emulated by QEMU and is therefore a nice way to test and run &debian; on ARM if you don't have the hardware." +msgid "The Versatile Express is a development board series from ARM consisting of a baseboard which can be equipped with various CPU daughterboards." +msgstr "" + +#. Tag: term +#: hardware.xml:470 +#, no-c-format +msgid "Certain Allwinner sunXi-based development boards and embedded systems" +msgstr "" + +#. Tag: para +#: hardware.xml:473 +#, no-c-format +msgid "The armmp kernel supports several development boards and embedded systems based on the Allwinner A10 (architecture codename sun4i) and A20 (architecture codename sun7i) SOCs. Full installer support is currently available for the following sunXi-based systems:" +msgstr "" + +#. Tag: para +#: hardware.xml:480 +#, no-c-format +msgid "Cubietech Cubieboard 1 + 2 / Cubietruck" +msgstr "" + +#. Tag: para +#: hardware.xml:483 +#, no-c-format +msgid "LinkSprite pcDuino" +msgstr "" + +#. Tag: para +#: hardware.xml:486 +#, no-c-format +msgid "Mele A1000" +msgstr "" + +#. Tag: para +#: hardware.xml:489 +#, no-c-format +msgid "Miniand Hackberry" +msgstr "" + +#. Tag: para +#: hardware.xml:492 +#, no-c-format +msgid "Olimex A10-Olinuxino-LIME / A10s-Olinuxino Micro / A13-Olinuxino / A13-Olinuxino Micro / A20-Olinuxino Micro" +msgstr "" + +#. Tag: para +#: hardware.xml:496 +#, no-c-format +msgid "PineRiver Mini X-Plus" +msgstr "" + +#. Tag: para +#: hardware.xml:502 +#, no-c-format +msgid "System support for Allwinner sunXi-based devices is limited to drivers and device-tree information available in the mainline Linux kernel. The android-derived linux-sunxi.org 3.4 kernel series is not supported by Debian." +msgstr "" + +#. Tag: para +#: hardware.xml:508 +#, no-c-format +msgid "The mainline Linux kernel generally supports serial console, ethernet, SATA, USB and MMC/SD-cards on Allwinner A10 and A20 SOCs, but it does not have local display (HDMI/VGA/LVDS) and audio support. The NAND flash memory that is built into some sunXi-based systems is not supported." +msgstr "" + +#. Tag: term +#: hardware.xml:519 +#, no-c-format +msgid "SolidRun Cubox-i2eX / Cubox-i4Pro" +msgstr "" + +#. Tag: para +#: hardware.xml:521 +#, no-c-format +msgid "The Cubox-i series is a set of small, cubical-shaped systems based on the Freescale i.MX6 SOC family. System support for the Cubox-i series is limited to drivers and device-tree information available in the mainline Linux kernel; the Freescale 3.0 kernel series for the Cubox-i is not supported by Debian. Available drivers in the mainline kernel include serial console, ethernet, USB, MMC/SD-card and basic local display support over HDMI." +msgstr "" + +#. Tag: para +#: hardware.xml:536 +#, no-c-format +msgid "Generally, the ARM multiplatform support in the Linux kernel allows running &d-i; on armhf systems not explicitly listed above, as long as the kernel used by &d-i; has support for the target system's components and a device-tree file for the target is available. In these cases, the installer can usually provide a working userland installation, but it probably cannot automatically make the system bootable, as doing that in many cases requires device-specific information." +msgstr "" + +#. Tag: para +#: hardware.xml:547 +#, no-c-format +msgid "When using &d-i; on such systems, you have to manually make the system bootable at the end of the installation, e.g. by running the required commands in a shell started from within &d-i;." +msgstr "" + +#. Tag: title +#: hardware.xml:556 +#, no-c-format +msgid "Platforms no longer supported by Debian/armhf" +msgstr "" + +#. Tag: term +#: hardware.xml:560 +#, no-c-format +msgid "EfikaMX" +msgstr "" + +#. Tag: para +#: hardware.xml:561 +#, no-c-format +msgid "The EfikaMX platform (Genesi Efika Smartbook and Genesi EfikaMX nettop) has been supported in &debian; 7 with a platform-specific kernel, but is not supported anymore from &debian; 8 onwards. The code required to build the formerly used platform-specific kernel has been removed from the upstream Linux kernel source in 2012, so Debian cannot provide newer builds." +msgstr "" + +#. Tag: para +#: hardware.xml:569 +#, no-c-format +msgid "Using the armmp multiplatform kernel on the EfikaMX platform would require device-tree support for it, which is currently not available." msgstr "" #. Tag: para -#: hardware.xml:355 +#: hardware.xml:587 #, no-c-format msgid "There are two major support &architecture; flavors: PA-RISC 1.1 and PA-RISC 2.0. The PA-RISC 1.1 architecture is targeted at 32-bit processors whereas the 2.0 architecture is targeted to the 64-bit processors. Some systems are able to run either kernel. In both cases, the userland is 32-bit. There is the possibility of a 64-bit userland in the future." msgstr "" #. Tag: para -#: hardware.xml:374 +#: hardware.xml:606 #, no-c-format msgid "Complete information concerning supported peripherals can be found at Linux Hardware Compatibility HOWTO. This section merely outlines the basics." msgstr "" #. Tag: title -#: hardware.xml:382 hardware.xml:491 +#: hardware.xml:614 hardware.xml:723 #, no-c-format msgid "CPU" msgstr "" #. Tag: para -#: hardware.xml:383 +#: hardware.xml:615 #, no-c-format msgid "Nearly all x86-based (IA-32) processors still in use in personal computers are supported, including all varieties of Intel's \"Pentium\" series. This also includes 32-bit AMD and VIA (former Cyrix) processors, and processors like the Athlon XP and Intel P4 Xeon." msgstr "" #. Tag: para -#: hardware.xml:390 +#: hardware.xml:622 #, no-c-format msgid "However, &debian; GNU/Linux &releasename; will not run on 386 or earlier processors. Despite the architecture name \"i386\", support for actual 80386 processors (and their clones) was dropped with the Sarge (r3.1) release of &debian; We have long tried to avoid this, but in the end it was necessary due a unfortunate series of issues with the compiler and the kernel, starting with an bug in the C++ ABI provided by GCC. You should still be able to run &debian; GNU/Linux on actual 80386 processors if you compile your own kernel and compile all packages from source, but that is beyond the scope of this manual. . (No version of Linux has ever supported the 286 or earlier chips in the series.) All i486 and later processors are still supported Many &debian; packages will actually run slightly faster on modern computers as a positive side effect of dropping support for these old chips. The i486, introduced in 1989, has three opcodes (bswap, cmpxchg, and xadd) which the i386, introduced in 1986, did not have. Previously, these could not be easily used by most &debian; packages; now they can. ." msgstr "" #. Tag: para -#: hardware.xml:423 +#: hardware.xml:655 #, no-c-format msgid "If your system has a 64-bit processor from the AMD64 or Intel 64 families, you will probably want to use the installer for the amd64 architecture instead of the installer for the (32-bit) i386 architecture." msgstr "" #. Tag: title -#: hardware.xml:432 +#: hardware.xml:664 #, no-c-format msgid "I/O Bus" msgstr "" #. Tag: para -#: hardware.xml:433 +#: hardware.xml:665 #, no-c-format msgid "The system bus is the part of the motherboard which allows the CPU to communicate with peripherals such as storage devices. Your computer must use the ISA, EISA, PCI, PCIe, PCI-X, or VESA Local Bus (VLB, sometimes called the VL bus). Essentially all personal computers sold in recent years use one of these." msgstr "" #. Tag: para -#: hardware.xml:457 +#: hardware.xml:689 #, no-c-format msgid "&debian; on &arch-title; supports the following platforms: SGI IP22: this platform includes the SGI machines Indy, Indigo 2 and Challenge S. Since these machines are very similar, whenever this document refers to the SGI Indy, the Indigo 2 and Challenge S are meant as well. SGI IP32: this platform is generally known as SGI O2. MIPS Malta: this platform is emulated by QEMU and is therefore a nice way to test and run &debian; on MIPS if you don't have the hardware. Complete information regarding supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems supported by the &debian; installer will be covered. If you are looking for support for other subarchitectures, please contact the debian-&arch-listname; mailing list." msgstr "" #. Tag: para -#: hardware.xml:492 +#: hardware.xml:724 #, no-c-format msgid "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and R5000 processors are supported by the &debian; installation system on big endian MIPS. On SGI IP32, currently only systems based on the R5000 are supported." msgstr "" #. Tag: para -#: hardware.xml:498 +#: hardware.xml:730 #, no-c-format msgid "Some MIPS machines can be operated in both big and little endian mode. For little endian MIPS, please read the documentation for the mipsel architecture." msgstr "" #. Tag: para -#: hardware.xml:515 +#: hardware.xml:747 #, no-c-format msgid "&debian; on &arch-title; supports the following platforms: MIPS Malta: this platform is emulated by QEMU and is therefore a nice way to test and run &debian; on MIPS if you don't have the hardware. Complete information regarding supported mips/mipsel machines can be found at the Linux-MIPS homepage. In the following, only the systems supported by the &debian; installer will be covered. If you are looking for support for other subarchitectures, please contact the debian-&arch-listname; mailing list." msgstr "" #. Tag: para -#: hardware.xml:545 +#: hardware.xml:777 #, no-c-format msgid "For &debian-gnu; &release; only the PMac (Power-Macintosh or PowerMac) and PreP subarchitectures are supported." msgstr "" #. Tag: title -#: hardware.xml:566 +#: hardware.xml:798 #, no-c-format msgid "Kernel Flavours" msgstr "" #. Tag: para -#: hardware.xml:568 +#: hardware.xml:800 #, no-c-format msgid "There are two flavours of the powerpc kernel in &debian;, based on the CPU type:" msgstr "" #. Tag: term -#: hardware.xml:575 +#: hardware.xml:807 #, no-c-format msgid "powerpc" msgstr "" #. Tag: para -#: hardware.xml:576 +#: hardware.xml:808 #, no-c-format msgid "This kernel flavour supports the PowerPC 601, 603, 604, 740, 750, and 7400 processors. All Apple PowerMac machines up to and including the one marketed as G4 use one of these processors." msgstr "" #. Tag: term -#: hardware.xml:586 +#: hardware.xml:818 #, no-c-format msgid "powerpc-smp" msgstr "" #. Tag: para -#: hardware.xml:587 +#: hardware.xml:819 #, no-c-format msgid "All Apple PowerMac G4 SMP machines." msgstr "" #. Tag: term -#: hardware.xml:595 +#: hardware.xml:827 #, no-c-format msgid "power64" msgstr "" #. Tag: para -#: hardware.xml:596 +#: hardware.xml:828 #, no-c-format msgid "The power64 kernel flavour supports the following CPUs:" msgstr "" #. Tag: para -#: hardware.xml:600 +#: hardware.xml:832 #, no-c-format msgid "The POWER3 processor is used in older IBM 64-bit server systems: known models include the IntelliStation POWER Model 265, the pSeries 610 and 640, and the RS/6000 7044-170, 7043-260, and 7044-270." msgstr "" #. Tag: para -#: hardware.xml:606 +#: hardware.xml:838 #, no-c-format msgid "The POWER4 processor is used in more recent IBM 64-bit server systems: known models include the pSeries 615, 630, 650, 655, 670, and 690." msgstr "" #. Tag: para -#: hardware.xml:611 +#: hardware.xml:843 #, no-c-format msgid "Systems using the PPC970 processor (Apple G5, YDL PowerStation, IBM Intellistation POWER 185) are also based on the POWER4 architecture, and use this kernel flavour." msgstr "" #. Tag: para -#: hardware.xml:617 +#: hardware.xml:849 #, no-c-format msgid "Newer IBM systems using POWER5, POWER6, and POWER7 processors." msgstr "" #. Tag: title -#: hardware.xml:650 +#: hardware.xml:882 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "" #. Tag: para -#: hardware.xml:652 +#: hardware.xml:884 #, no-c-format msgid "Apple (and briefly a few other manufacturers — Power Computing, for example) made a series of Macintosh computers based on the PowerPC processor. For purposes of architecture support, they are categorized as NuBus (not supported by &debian;), OldWorld, and NewWorld." msgstr "" #. Tag: para -#: hardware.xml:659 +#: hardware.xml:891 #, no-c-format msgid "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI bus. Most 603, 603e, 604, and 604e based Power Macintoshes are OldWorld machines. Those pre-iMac PowerPC models from Apple use a four digit naming scheme, except for the beige colored G3 systems, which are also OldWorld." msgstr "" #. Tag: para -#: hardware.xml:667 +#: hardware.xml:899 #, no-c-format msgid "The so called NewWorld PowerMacs are any PowerMacs in translucent colored plastic cases and later models. That includes all iMacs, iBooks, G4 systems, blue colored G3 systems, and most PowerBooks manufactured in and after 1999. The NewWorld PowerMacs are also known for using the ROM in RAM system for MacOS, and were manufactured from mid-1998 onwards." msgstr "" #. Tag: para -#: hardware.xml:675 +#: hardware.xml:907 #, no-c-format msgid "Specifications for Apple hardware are available at AppleSpec, and, for older hardware, AppleSpec Legacy." msgstr "" #. Tag: entry -#: hardware.xml:691 hardware.xml:826 hardware.xml:870 hardware.xml:903 +#: hardware.xml:923 hardware.xml:1058 hardware.xml:1102 hardware.xml:1135 #, no-c-format msgid "Model Name/Number" msgstr "" #. Tag: entry -#: hardware.xml:692 +#: hardware.xml:924 #, no-c-format msgid "Generation" msgstr "" #. Tag: entry -#: hardware.xml:698 +#: hardware.xml:930 #, no-c-format msgid "Apple" msgstr "" #. Tag: entry -#: hardware.xml:699 +#: hardware.xml:931 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "" #. Tag: entry -#: hardware.xml:700 hardware.xml:703 hardware.xml:706 hardware.xml:709 hardware.xml:712 hardware.xml:715 hardware.xml:718 hardware.xml:721 hardware.xml:724 hardware.xml:727 hardware.xml:730 hardware.xml:733 hardware.xml:736 hardware.xml:739 hardware.xml:742 hardware.xml:745 +#: hardware.xml:932 hardware.xml:935 hardware.xml:938 hardware.xml:941 hardware.xml:944 hardware.xml:947 hardware.xml:950 hardware.xml:953 hardware.xml:956 hardware.xml:959 hardware.xml:962 hardware.xml:965 hardware.xml:968 hardware.xml:971 hardware.xml:974 hardware.xml:977 #, no-c-format msgid "NewWorld" msgstr "" #. Tag: entry -#: hardware.xml:702 +#: hardware.xml:934 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "" #. Tag: entry -#: hardware.xml:705 +#: hardware.xml:937 #, no-c-format msgid "iMac G5" msgstr "" #. Tag: entry -#: hardware.xml:708 +#: hardware.xml:940 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "" #. Tag: entry -#: hardware.xml:711 +#: hardware.xml:943 #, no-c-format msgid "iBook2" msgstr "" #. Tag: entry -#: hardware.xml:714 +#: hardware.xml:946 #, no-c-format msgid "iBook G4" msgstr "" #. Tag: entry -#: hardware.xml:717 +#: hardware.xml:949 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "" #. Tag: entry -#: hardware.xml:720 +#: hardware.xml:952 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "" #. Tag: entry -#: hardware.xml:723 +#: hardware.xml:955 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "" #. Tag: entry -#: hardware.xml:726 +#: hardware.xml:958 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "" #. Tag: entry -#: hardware.xml:729 +#: hardware.xml:961 #, no-c-format msgid "Power Macintosh G5" msgstr "" #. Tag: entry -#: hardware.xml:732 +#: hardware.xml:964 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "" #. Tag: entry -#: hardware.xml:735 +#: hardware.xml:967 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "" #. Tag: entry -#: hardware.xml:738 +#: hardware.xml:970 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "" #. Tag: entry -#: hardware.xml:741 +#: hardware.xml:973 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "" #. Tag: entry -#: hardware.xml:744 +#: hardware.xml:976 #, no-c-format msgid "Xserve G5" msgstr "" #. Tag: entry -#: hardware.xml:747 +#: hardware.xml:979 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "" #. Tag: entry -#: hardware.xml:748 hardware.xml:751 hardware.xml:754 hardware.xml:757 hardware.xml:760 hardware.xml:763 hardware.xml:766 hardware.xml:769 hardware.xml:772 hardware.xml:775 hardware.xml:778 hardware.xml:781 hardware.xml:787 hardware.xml:790 hardware.xml:796 hardware.xml:802 hardware.xml:808 +#: hardware.xml:980 hardware.xml:983 hardware.xml:986 hardware.xml:989 hardware.xml:992 hardware.xml:995 hardware.xml:998 hardware.xml:1001 hardware.xml:1004 hardware.xml:1007 hardware.xml:1010 hardware.xml:1013 hardware.xml:1019 hardware.xml:1022 hardware.xml:1028 hardware.xml:1034 hardware.xml:1040 #, no-c-format msgid "OldWorld" msgstr "" #. Tag: entry -#: hardware.xml:750 +#: hardware.xml:982 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "" #. Tag: entry -#: hardware.xml:753 +#: hardware.xml:985 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "" #. Tag: entry -#: hardware.xml:756 +#: hardware.xml:988 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "" #. Tag: entry -#: hardware.xml:759 +#: hardware.xml:991 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "" #. Tag: entry -#: hardware.xml:762 +#: hardware.xml:994 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "" #. Tag: entry -#: hardware.xml:765 +#: hardware.xml:997 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "" #. Tag: entry -#: hardware.xml:768 +#: hardware.xml:1000 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "" #. Tag: entry -#: hardware.xml:771 +#: hardware.xml:1003 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "" #. Tag: entry -#: hardware.xml:774 +#: hardware.xml:1006 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "" #. Tag: entry -#: hardware.xml:777 +#: hardware.xml:1009 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "" #. Tag: entry -#: hardware.xml:780 +#: hardware.xml:1012 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "" #. Tag: entry -#: hardware.xml:785 +#: hardware.xml:1017 #, no-c-format msgid "Power Computing" msgstr "" #. Tag: entry -#: hardware.xml:786 +#: hardware.xml:1018 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "" #. Tag: entry -#: hardware.xml:789 +#: hardware.xml:1021 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "" #. Tag: entry -#: hardware.xml:794 +#: hardware.xml:1026 #, no-c-format msgid "UMAX" msgstr "" #. Tag: entry -#: hardware.xml:795 +#: hardware.xml:1027 #, no-c-format msgid "C500, C600, J700, S900" msgstr "" #. Tag: entry -#: hardware.xml:800 +#: hardware.xml:1032 #, no-c-format msgid "APS" msgstr "" #. Tag: entry -#: hardware.xml:801 +#: hardware.xml:1033 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "" #. Tag: entry -#: hardware.xml:806 hardware.xml:832 +#: hardware.xml:1038 hardware.xml:1064 #, no-c-format msgid "Motorola" msgstr "" #. Tag: entry -#: hardware.xml:807 +#: hardware.xml:1039 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "" #. Tag: title -#: hardware.xml:816 +#: hardware.xml:1048 #, no-c-format msgid "PReP subarchitecture" msgstr "" #. Tag: entry -#: hardware.xml:833 +#: hardware.xml:1065 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "" #. Tag: entry -#: hardware.xml:835 +#: hardware.xml:1067 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "" #. Tag: entry -#: hardware.xml:837 +#: hardware.xml:1069 #, no-c-format msgid "MTX, MTX+" msgstr "" #. Tag: entry -#: hardware.xml:839 +#: hardware.xml:1071 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "" #. Tag: entry -#: hardware.xml:841 +#: hardware.xml:1073 #, no-c-format msgid "MCP(N)750" msgstr "" #. Tag: entry -#: hardware.xml:845 hardware.xml:876 +#: hardware.xml:1077 hardware.xml:1108 #, no-c-format msgid "IBM RS/6000" msgstr "" #. Tag: entry -#: hardware.xml:846 +#: hardware.xml:1078 #, no-c-format msgid "40P, 43P" msgstr "" #. Tag: entry -#: hardware.xml:848 +#: hardware.xml:1080 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "" #. Tag: entry -#: hardware.xml:850 +#: hardware.xml:1082 #, no-c-format msgid "6030, 7025, 7043" msgstr "" #. Tag: entry -#: hardware.xml:852 +#: hardware.xml:1084 #, no-c-format msgid "p640" msgstr "" #. Tag: title -#: hardware.xml:860 +#: hardware.xml:1092 #, no-c-format msgid "CHRP subarchitecture" msgstr "" #. Tag: entry -#: hardware.xml:877 +#: hardware.xml:1109 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "" #. Tag: entry -#: hardware.xml:880 +#: hardware.xml:1112 #, no-c-format msgid "Genesi" msgstr "" #. Tag: entry -#: hardware.xml:881 +#: hardware.xml:1113 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "" #. Tag: entry -#: hardware.xml:884 +#: hardware.xml:1116 #, no-c-format msgid "Fixstars" msgstr "" #. Tag: entry -#: hardware.xml:885 +#: hardware.xml:1117 #, no-c-format msgid "YDL PowerStation" msgstr "" #. Tag: title -#: hardware.xml:893 +#: hardware.xml:1125 #, no-c-format msgid "APUS subarchitecture (unsupported)" msgstr "" #. Tag: entry -#: hardware.xml:909 +#: hardware.xml:1141 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "" #. Tag: entry -#: hardware.xml:910 +#: hardware.xml:1142 #, no-c-format msgid "A1200, A3000, A4000" msgstr "" #. Tag: title -#: hardware.xml:918 +#: hardware.xml:1150 #, no-c-format msgid "Nubus PowerMac subarchitecture (unsupported)" msgstr "" #. Tag: para -#: hardware.xml:920 +#: hardware.xml:1152 #, no-c-format msgid "NuBus systems are not currently supported by &debian;/powerpc. The monolithic Linux/PPC kernel architecture does not have support for these machines; instead, one must use the MkLinux Mach microkernel, which &debian; does not yet support. These include the following: Power Macintosh 6100, 7100, 8100 Performa 5200, 6200, 6300 Powerbook 1400, 2300, and 5300 Workgroup Server 6150, 8150, 9150 A linux kernel for these machines and limited support is available at ." msgstr "" #. Tag: title -#: hardware.xml:957 +#: hardware.xml:1189 #, no-c-format msgid "Non-PowerPC Macs" msgstr "" #. Tag: para -#: hardware.xml:959 +#: hardware.xml:1191 #, no-c-format msgid "Macintosh computers using the 680x0 series of processors are not in the PowerPC family but are instead m68k machines. Those models start with Mac II series, go on to the LC family, then the Centris series, and culminate in the Quadras and Performas. These models usually have a Roman numeral or 3-digit model number such as Mac IIcx, LCIII or Quadra 950." msgstr "" #. Tag: para -#: hardware.xml:968 +#: hardware.xml:1200 #, no-c-format msgid "This model range started with the Mac II (Mac II, IIx, IIcx, IIci, IIsi, IIvi, IIvx, IIfx), then the LC (LC, LCII, III, III+, 475, 520, 550, 575, 580, 630), then the Mac TV, then the Centris (610, 650, 660AV), the Quadra (605, 610, 630, 650, 660AV, 700, 800, 840AV, 900, 950), and finally the Performa 200-640CD." msgstr "" #. Tag: para -#: hardware.xml:976 +#: hardware.xml:1208 #, no-c-format msgid "In laptops, it started with the Mac Portable, then the PowerBook 100-190cs and the PowerBook Duo 210-550c (excluding PowerBook 500 which is Nubus, please see the section above)." msgstr "" #. Tag: title -#: hardware.xml:992 +#: hardware.xml:1224 #, no-c-format msgid "zSeries and System z machine types" msgstr "" #. Tag: para -#: hardware.xml:993 +#: hardware.xml:1225 #, no-c-format msgid "Since &debian; Squeeze, support for booting in ESA/390 mode was dropped. Your machine needs to support the z/Architecture, 64-bit support is mandatory. The userland of the s390 port is still compiled for ESA/390, though. All zSeries and System z hardware is fully supported. &arch-title; support software is included from the kernel 3.1 development stream. The most current information about IBM's Linux support can be found at the Linux on System z page on developerWorks." msgstr "" #. Tag: title -#: hardware.xml:1010 +#: hardware.xml:1242 #, no-c-format msgid "PAV and HyperPAV" msgstr "" #. Tag: para -#: hardware.xml:1011 +#: hardware.xml:1243 #, no-c-format msgid "PAV and HyperPAV are supported transparently, multipathing is not needed to take advantage of these storage system features. Be sure to configure the devices during DASD device selection. The alias devices will not be offered neither for formatting, partitioning nor direct use." msgstr "" #. Tag: title -#: hardware.xml:1027 +#: hardware.xml:1259 #, no-c-format msgid "CPU and Main Boards Support" msgstr "" #. Tag: para -#: hardware.xml:1028 +#: hardware.xml:1260 #, no-c-format msgid "Sparc-based hardware is divided into a number of different subarchitectures, identified by one of the following names: sun4, sun4c, sun4d, sun4m, sun4u or sun4v. The following list describes what machines they include and what level of support may be expected for each of them." msgstr "" #. Tag: term -#: hardware.xml:1039 +#: hardware.xml:1271 #, no-c-format msgid "sun4, sun4c, sun4d, sun4m" msgstr "" #. Tag: para -#: hardware.xml:1041 +#: hardware.xml:1273 #, no-c-format msgid "None of these 32-bit sparc subarchitectures (sparc32) is supported. For a complete list of machines belonging to these subarchitectures, please consult the Wikipedia SPARCstation page." msgstr "" #. Tag: para -#: hardware.xml:1048 +#: hardware.xml:1280 #, no-c-format msgid "The last &debian; release to support sparc32 was Etch, but even then only for sun4m systems. Support for the other 32-bits subarchitectures had already been discontinued after earlier releases." msgstr "" #. Tag: term -#: hardware.xml:1058 +#: hardware.xml:1290 #, no-c-format -msgid "sun4u" +msgid "sun4u" msgstr "" #. Tag: para -#: hardware.xml:1060 +#: hardware.xml:1292 #, no-c-format msgid "This subarchitecture includes all 64-bit machines (sparc64) based on the UltraSparc processor and its clones. Most of the machines are well supported, even though for some you may experience problems booting from CD due to firmware or bootloader bugs (this problem may be worked around by using netbooting). Use the sparc64 or sparc64-smp kernel in UP and SMP configurations respectively." msgstr "" #. Tag: term -#: hardware.xml:1073 +#: hardware.xml:1305 #, no-c-format -msgid "sun4v" +msgid "sun4v" msgstr "" #. Tag: para -#: hardware.xml:1075 +#: hardware.xml:1307 #, no-c-format msgid "This is the newest addition to the Sparc family, which includes machines based on the Niagara multi-core CPUs. At the moment such CPUs are only available in T1000 and T2000 servers by Sun, and are well supported. Use the sparc64-smp kernel." msgstr "" #. Tag: para -#: hardware.xml:1086 +#: hardware.xml:1318 #, no-c-format msgid "Note that Fujitsu's SPARC64 CPUs used in PRIMEPOWER family of servers are not supported due to lack of support in the Linux kernel." msgstr "" #. Tag: title -#: hardware.xml:1095 +#: hardware.xml:1327 #, no-c-format msgid "Laptops" msgstr "" #. Tag: para -#: hardware.xml:1096 +#: hardware.xml:1328 #, no-c-format msgid "From a technical point of view, laptops are normal PCs, so all information regarding PC systems applies to laptops as well. Installations on laptops nowadays usually work out of the box, including things like automatically suspending the system on closing the lid and laptop specfic hardware buttons like those for disabling the wifi interfaces (airplane mode). Nonetheless sometimes the hardware vendors use specialized or proprietary hardware for some laptop-specific functions which might not be supported. To see if your particular laptop works well with GNU/Linux, see for example the Linux Laptop pages." msgstr "" #. Tag: title -#: hardware.xml:1113 hardware.xml:1133 hardware.xml:1161 hardware.xml:1184 +#: hardware.xml:1345 hardware.xml:1365 hardware.xml:1392 hardware.xml:1415 #, no-c-format msgid "Multiple Processors" msgstr "" #. Tag: para -#: hardware.xml:1114 +#: hardware.xml:1346 #, no-c-format -msgid "Multiprocessor support — also called symmetric multiprocessing or SMP — is available for this architecture. Having multiple processors in a computer was originally only an issue for high-end server systems but has become quite common in recent years even for rather low-end desktop computers and laptops with the introduction of so called multi-core processors. These contain two or more processor units, called cores, in one physical chip." +msgid "Multiprocessor support — also called symmetric multiprocessing or SMP — is available for this architecture. Having multiple processors in a computer was originally only an issue for high-end server systems but has become common in recent years nearly everywhere with the introduction of so called multi-core processors. These contain two or more processor units, called cores, in one physical chip." msgstr "" #. Tag: para -#: hardware.xml:1124 +#: hardware.xml:1356 #, no-c-format msgid "The standard &debian; &release; kernel image has been compiled with SMP support. It is also usable on non-SMP systems without problems." msgstr "" #. Tag: para -#: hardware.xml:1135 +#: hardware.xml:1367 #, no-c-format msgid "Multiprocessor support — also called symmetric multiprocessing or SMP — is available for this architecture. The standard &debian; &release; kernel image has been compiled with SMP-alternatives support. This means that the kernel will detect the number of processors (or processor cores) and will automatically deactivate SMP on uniprocessor systems." msgstr "" #. Tag: para -#: hardware.xml:1144 +#: hardware.xml:1376 #, no-c-format -msgid "Having multiple processors in a computer was originally only an issue for high-end server systems but has become quite common in recent years even for rather low-end desktop computers and laptops with the introduction of so called multi-core processors. These contain two or more processor units, called cores, in one physical chip." +msgid "Having multiple processors in a computer was originally only an issue for high-end server systems but has become common in recent years nearly everywhere with the introduction of so called multi-core processors. These contain two or more processor units, called cores, in one physical chip." msgstr "" #. Tag: para -#: hardware.xml:1152 +#: hardware.xml:1383 #, no-c-format msgid "The 486 flavour of the &debian; kernel image packages for &arch-title; is not compiled with SMP support." msgstr "" #. Tag: para -#: hardware.xml:1162 +#: hardware.xml:1393 #, no-c-format msgid "Multiprocessor support — also called symmetric multiprocessing or SMP — is available for this architecture. However, the standard &debian; &release; kernel image does not support SMP. This should not prevent installation, since the standard, non-SMP kernel should boot on SMP systems; the kernel will simply use only the first CPU." msgstr "" #. Tag: para -#: hardware.xml:1171 +#: hardware.xml:1402 #, no-c-format msgid "In order to take advantage of multiple processors, you'll have to replace the standard &debian; kernel. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you enable SMP is to select &smp-config-option; in the &smp-config-section; section of the kernel config." msgstr "" #. Tag: para -#: hardware.xml:1185 +#: hardware.xml:1416 #, no-c-format msgid "Multiprocessor support — also called symmetric multiprocessing or SMP — is available for this architecture, and is supported by a precompiled &debian; kernel image. Depending on your install media, this SMP-capable kernel may or may not be installed by default. This should not prevent installation, since the standard, non-SMP kernel should boot on SMP systems; the kernel will simply use the first CPU." msgstr "" #. Tag: para -#: hardware.xml:1195 +#: hardware.xml:1426 #, no-c-format msgid "In order to take advantage of multiple processors, you should check to see if a kernel package that supports SMP is installed, and if not, choose an appropriate kernel package." msgstr "" #. Tag: para -#: hardware.xml:1201 +#: hardware.xml:1432 #, no-c-format msgid "You can also build your own customized kernel to support SMP. You can find a discussion of how to do this in . At this time (kernel version &kernelversion;) the way you enable SMP is to select &smp-config-option; in the &smp-config-section; section of the kernel config." msgstr "" #. Tag: title -#: hardware.xml:1212 +#: hardware.xml:1443 #, no-c-format msgid "Graphics Card Support" msgstr "" #. Tag: para -#: hardware.xml:1213 +#: hardware.xml:1444 #, no-c-format msgid "&debian;'s support for graphical interfaces is determined by the underlying support found in X.Org's X11 system. On modern PCs, having a graphical display usually works out of the box. Whether advanced graphics card features such as 3D-hardware acceleration or hardware-accelerated video are available, depends on the actual graphics hardware used in the system and in some cases on the installation of additional firmware images (see ). In very few cases there have been reports about hardware on which installation of additional graphics card firmware was required even for basic graphics support, but these have been rare exceptions." msgstr "" #. Tag: para -#: hardware.xml:1226 +#: hardware.xml:1457 #, no-c-format msgid "Details on supported graphics cards and pointing devices can be found at . &debian; &release; ships with X.Org version &x11ver;." msgstr "" #. Tag: para -#: hardware.xml:1231 +#: hardware.xml:1462 #, no-c-format msgid "The X.Org X Window System is only supported on the SGI Indy and the O2." msgstr "" #. Tag: para -#: hardware.xml:1236 +#: hardware.xml:1467 #, no-c-format msgid "Most graphics options commonly found on Sparc-based machines are supported. X.org graphics drivers are available for sunbw2, suncg14, suncg3, suncg6, sunleo and suntcx framebuffers, Creator3D and Elite3D cards (sunffb driver), PGX24/PGX64 ATI-based video cards (ati driver), and PermediaII-based cards (glint driver). To use an Elite3D card with X.org you additionally need to install the afbinit package, and read the documentation included with it on how to activate the card." msgstr "" #. Tag: para -#: hardware.xml:1246 +#: hardware.xml:1477 #, no-c-format msgid "It is not uncommon for a Sparc machine to have two graphics cards in a default configuration. In such a case there is a possibility that the Linux kernel will not direct its output to the card initially used by the firmware. The lack of output on the graphical console may then be mistaken for a hang (usually the last message seen on console is 'Booting Linux...'). One possible solution is to physically remove one of the video cards; another option is to disable one of the cards using a kernel boot parameter. Also, if graphical output is not required or desired, serial console may be used as an alternative. On some systems use of serial console can be activated automatically by disconnecting the keyboard before booting the system." msgstr "" #. Tag: title -#: hardware.xml:1268 +#: hardware.xml:1499 #, no-c-format msgid "Network Connectivity Hardware" msgstr "" #. Tag: para -#: hardware.xml:1269 +#: hardware.xml:1500 #, no-c-format msgid "Almost any network interface card (NIC) supported by the &arch-kernel; kernel should also be supported by the installation system; drivers should normally be loaded automatically. This includes most PCI/PCI-Express cards as well as PCMCIA/Express Cards on laptops. Many older ISA cards are supported as well." msgstr "" #. Tag: para -#: hardware.xml:1279 +#: hardware.xml:1510 #, no-c-format msgid "This includes a lot of generic PCI cards (for systems that have PCI) and the following NICs from Sun:" msgstr "" #. Tag: para -#: hardware.xml:1285 +#: hardware.xml:1516 #, no-c-format msgid "Sun LANCE" msgstr "" #. Tag: para -#: hardware.xml:1290 +#: hardware.xml:1521 #, no-c-format msgid "Sun Happy Meal" msgstr "" #. Tag: para -#: hardware.xml:1295 +#: hardware.xml:1526 #, no-c-format msgid "Sun BigMAC" msgstr "" #. Tag: para -#: hardware.xml:1300 +#: hardware.xml:1531 #, no-c-format msgid "Sun QuadEthernet" msgstr "" #. Tag: para -#: hardware.xml:1305 +#: hardware.xml:1536 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "" #. Tag: para -#: hardware.xml:1312 +#: hardware.xml:1543 #, no-c-format msgid "The list of supported network devices is:" msgstr "" #. Tag: para -#: hardware.xml:1317 +#: hardware.xml:1548 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "" #. Tag: para -#: hardware.xml:1322 +#: hardware.xml:1553 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "" #. Tag: para -#: hardware.xml:1327 +#: hardware.xml:1558 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "" #. Tag: para -#: hardware.xml:1336 +#: hardware.xml:1567 #, no-c-format msgid "On &arch-title;, most built-in Ethernet devices are supported and modules for additional PCI and USB devices are provided." msgstr "" #. Tag: para -#: hardware.xml:1341 +#: hardware.xml:1572 #, no-c-format msgid "ISDN is supported, but not during the installation." msgstr "" #. Tag: title -#: hardware.xml:1348 +#: hardware.xml:1579 #, no-c-format msgid "Wireless Network Cards" msgstr "" #. Tag: para -#: hardware.xml:1349 +#: hardware.xml:1580 #, no-c-format msgid "Wireless networking is in general supported as well and a growing number of wireless adapters are supported by the official &arch-kernel; kernel, although many of them do require firmware to be loaded." msgstr "" #. Tag: para -#: hardware.xml:1356 +#: hardware.xml:1587 #, no-c-format msgid "If firmware is needed, the installer will prompt you to load firmware. See for detailed information on how to load firmware during the installation." msgstr "" #. Tag: para -#: hardware.xml:1361 +#: hardware.xml:1592 #, no-c-format msgid "Wireless NICs that are not supported by the official &arch-kernel; kernel can generally be made to work under &debian-gnu;, but are not supported during the installation." msgstr "" #. Tag: para -#: hardware.xml:1366 +#: hardware.xml:1597 #, no-c-format msgid "If there is a problem with wireless and there is no other NIC you can use during the installation, it is still possible to install &debian-gnu; using a full CD-ROM or DVD image. Select the option to not configure a network and install using only the packages available from the CD/DVD. You can then install the driver and firmware you need after the installation is completed (after the reboot) and configure your network manually." msgstr "" #. Tag: para -#: hardware.xml:1376 +#: hardware.xml:1607 #, no-c-format msgid "In some cases the driver you need may not be available as a &debian; package. You will then have to look if there is source code available in the internet and compile the driver yourself. How to do this is outside the scope of this manual. If no Linux driver is available, your last resort is to use the ndiswrapper package, which allows you to use a Windows driver." msgstr "" #. Tag: title -#: hardware.xml:1390 +#: hardware.xml:1621 #, no-c-format msgid "Known Issues for &arch-title;" msgstr "" #. Tag: para -#: hardware.xml:1391 +#: hardware.xml:1622 #, no-c-format msgid "There are a couple of issues with specific network cards that are worth mentioning here." msgstr "" #. Tag: title -#: hardware.xml:1398 +#: hardware.xml:1629 #, no-c-format msgid "Conflict between tulip and dfme drivers" msgstr "" #. Tag: para -#: hardware.xml:1400 +#: hardware.xml:1631 #, no-c-format msgid "There are various PCI network cards that have the same PCI identification, but are supported by related, but different drivers. Some cards work with the tulip driver, others with the dfme driver. Because they have the same identification, the kernel cannot distinguish between them and it is not certain which driver will be loaded. If this happens to be the wrong one, the NIC may not work, or work badly." msgstr "" #. Tag: para -#: hardware.xml:1410 +#: hardware.xml:1641 #, no-c-format msgid "This is a common problem on Netra systems with a Davicom (DEC-Tulip compatible) NIC. In that case the tulip driver is probably the correct one. You can prevent this issue by blacklisting the wrong driver module as described in ." msgstr "" #. Tag: para -#: hardware.xml:1418 +#: hardware.xml:1649 #, no-c-format msgid "An alternative solution during the installation is to switch to a shell and unload the wrong driver module using modprobe -r module (or both, if they are both loaded). After that you can load the correct module using modprobe module. Note that the wrong module may then still be loaded when the system is rebooted." msgstr "" #. Tag: title -#: hardware.xml:1431 +#: hardware.xml:1662 #, no-c-format msgid "Sun B100 blade" msgstr "" #. Tag: para -#: hardware.xml:1433 +#: hardware.xml:1664 #, no-c-format msgid "The cassini network driver does not work with Sun B100 blade systems." msgstr "" #. Tag: title -#: hardware.xml:1448 +#: hardware.xml:1679 #, no-c-format msgid "Braille Displays" msgstr "" #. Tag: para -#: hardware.xml:1449 +#: hardware.xml:1680 #, no-c-format msgid "Support for braille displays is determined by the underlying support found in brltty. Most displays work under brltty, connected via either a serial port, USB or bluetooth. Details on supported braille devices can be found on the brltty website. &debian-gnu; &release; ships with brltty version &brlttyver;." msgstr "" #. Tag: title -#: hardware.xml:1463 +#: hardware.xml:1694 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "" #. Tag: para -#: hardware.xml:1464 +#: hardware.xml:1695 #, no-c-format msgid "Support for hardware speech synthesis devices is determined by the underlying support found in speakup. speakup only supports integrated boards and external devices connected to a serial port (no USB, serial-to-USB or PCI adapters are supported). Details on supported hardware speech synthesis devices can be found on the speakup website. &debian-gnu; &release; ships with speakup version &speakupver;." msgstr "" #. Tag: title -#: hardware.xml:1484 +#: hardware.xml:1715 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "" #. Tag: para -#: hardware.xml:1485 +#: hardware.xml:1716 #, no-c-format -msgid "&arch-kernel; supports a large variety of hardware devices such as mice, printers, scanners, PCMCIA and USB devices. However, most of these devices are not required while installing the system." +msgid "&arch-kernel; supports a large variety of hardware devices such as mice, printers, scanners, PCMCIA/CardBus/ExpressCard and USB devices. However, most of these devices are not required while installing the system." msgstr "" #. Tag: para -#: hardware.xml:1491 +#: hardware.xml:1722 #, no-c-format msgid "USB hardware generally works fine. On some very old PC systems some USB keyboards may require additional configuration (see ). On modern PCs, USB keyboards and mice work without requiring any specific configuration." msgstr "" #. Tag: para -#: hardware.xml:1500 +#: hardware.xml:1731 #, no-c-format msgid "Package installations from XPRAM and tape are not supported by this system. All packages that you want to install need to be available on a DASD or over the network using NFS, HTTP or FTP." msgstr "" #. Tag: title -#: hardware.xml:1513 +#: hardware.xml:1744 #, no-c-format msgid "Devices Requiring Firmware" msgstr "" #. Tag: para -#: hardware.xml:1514 +#: hardware.xml:1745 #, no-c-format msgid "Besides the availability of a device driver, some hardware also requires so-called firmware or microcode to be loaded into the device before it can become operational. This is most common for network interface cards (especially wireless NICs), but for example some USB devices and even some hard disk controllers also require firmware. With many graphics cards, basic functionality is available without additional firmware, but the use of advanced features requires an appropriate firmware file to be installed in the system." msgstr "" #. Tag: para -#: hardware.xml:1525 +#: hardware.xml:1756 #, no-c-format msgid "On many older devices which require firmware to work, the firmware file was permanently placed in an EEPROM/Flash chip on the device itself by the manufacturer. Nowadays most new devices do not have the firmware embedded this way anymore, so the firmware file must be uploaded into the device by the host operating system every time the system boots." msgstr "" #. Tag: para -#: hardware.xml:1533 +#: hardware.xml:1764 #, no-c-format msgid "In most cases firmware is non-free according to the criteria used by the &debian-gnu; project and thus cannot be included in the main distribution or in the installation system. If the device driver itself is included in the distribution and if &debian-gnu; legally can distribute the firmware, it will often be available as a separate package from the non-free section of the archive." msgstr "" #. Tag: para -#: hardware.xml:1542 +#: hardware.xml:1773 #, no-c-format msgid "However, this does not mean that such hardware cannot be used during an installation. Starting with &debian-gnu; 5.0, &d-i; supports loading firmware files or packages containing firmware from a removable medium, such as a USB stick. See for detailed information on how to load firmware files or packages during the installation." msgstr "" #. Tag: para -#: hardware.xml:1551 +#: hardware.xml:1782 #, no-c-format msgid "If the &d-i; prompts for a firmware file and you do not have this firmware file available or do not want to install a non-free firmware file on your system, you can try to proceed without loading the firmware. There are several cases where a driver prompts for additional firmware because it may be needed under certain circumstances, but the device does work without it on most systems (this e.g. happens with certain network cards using the tg3 driver)." msgstr "" #. Tag: title -#: hardware.xml:1568 +#: hardware.xml:1799 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/&arch-kernel;" msgstr "" #. Tag: para -#: hardware.xml:1570 +#: hardware.xml:1801 #, no-c-format msgid "There are several vendors, who ship systems with &debian; or other distributions of GNU/Linux pre-installed. You might pay more for the privilege, but it does buy a level of peace of mind, since you can be sure that the hardware is well-supported by GNU/Linux." msgstr "" #. Tag: para -#: hardware.xml:1578 +#: hardware.xml:1809 #, no-c-format msgid "If you do have to buy a machine with Windows bundled, carefully read the software license that comes with Windows; you may be able to reject the license and obtain a rebate from your vendor. Searching the Internet for windows refund may get you some useful information to help with that." msgstr "" #. Tag: para -#: hardware.xml:1586 +#: hardware.xml:1817 #, no-c-format msgid "Whether or not you are purchasing a system with &arch-kernel; bundled, or even a used system, it is still important to check that your hardware is supported by the &arch-kernel; kernel. Check if your hardware is listed in the references found above. Let your salesperson (if any) know that you're shopping for a &arch-kernel; system. Support &arch-kernel;-friendly hardware vendors." msgstr "" #. Tag: title -#: hardware.xml:1597 +#: hardware.xml:1828 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "" #. Tag: para -#: hardware.xml:1598 +#: hardware.xml:1829 #, no-c-format msgid "Some hardware manufacturers simply won't tell us how to write drivers for their hardware. Others won't allow us access to the documentation without a non-disclosure agreement that would prevent us from releasing the driver's source code, which is one of the central elements of free software. Since we haven't been granted access to usable documentation on these devices, they simply won't work under &arch-kernel;." msgstr "" #. Tag: para -#: hardware.xml:1608 +#: hardware.xml:1839 #, no-c-format msgid "In many cases there are standards (or at least some de-facto standards) describing how an operating system and its device drivers communicate with a certain class of devices. All devices which comply to such a (de-facto-)standard can be used with a single generic device driver and no device-specific drivers are required. With some kinds of hardware (e.g. USB Human Interface Devices, i.e. keyboards, mice, etc., and USB mass storage devices like USB flash disks and memory card readers) this works very well and practically every device sold in the market is standards-compliant." msgstr "" #. Tag: para -#: hardware.xml:1620 +#: hardware.xml:1851 #, no-c-format msgid "In other fields, among them e.g. printers, this is unfortunately not the case. While there are many printers which can be addressed via a small set of (de-facto-)standard control languages and therefore can be made to work without problems in any operating system, there are quite a few models which only understand proprietary control commands for which no usable documentation is available and therefore either cannot be used at all on free operating systems or can only be used with a vendor-supplied closed-source driver." msgstr "" #. Tag: para -#: hardware.xml:1631 +#: hardware.xml:1862 #, no-c-format msgid "Even if there is a vendor-provided closed-source driver for such hardware when purchasing the device, the practical lifespan of the device is limited by driver availability. Nowadays product cycles have become short and it is not uncommon that a short time after a consumer device has ceased production, no driver updates get made available any more by the manufacturer. If the old closed-source driver does not work anymore after a system update, an otherwise perfectly working device becomes unusable due to lacking driver support and there is nothing that can be done in this case. You should therefore avoid buying closed hardware in the first place, regardless of the operating system you want to use it with." msgstr "" #. Tag: para -#: hardware.xml:1644 +#: hardware.xml:1875 #, no-c-format msgid "You can help improve this situation by encouraging manufacturers of closed hardware to release the documentation and other resources necessary for us to provide free drivers for their hardware." msgstr "" #. Tag: title -#: hardware.xml:1659 +#: hardware.xml:1890 #, no-c-format msgid "Installation Media" msgstr "" #. Tag: para -#: hardware.xml:1661 +#: hardware.xml:1892 #, no-c-format msgid "This section will help you determine which different media types you can use to install &debian;. There is a whole chapter devoted to media, , which lists the advantages and disadvantages of each media type. You may want to refer back to this page once you reach that section." msgstr "" #. Tag: title -#: hardware.xml:1671 +#: hardware.xml:1902 #, no-c-format msgid "Floppies" msgstr "" #. Tag: para -#: hardware.xml:1672 +#: hardware.xml:1903 #, no-c-format msgid "In some cases, you'll have to do your first boot from floppy disks. Generally, all you will need is a high-density (1440 kilobytes) 3.5 inch floppy drive." msgstr "" #. Tag: para -#: hardware.xml:1678 +#: hardware.xml:1909 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "" #. Tag: title -#: hardware.xml:1685 +#: hardware.xml:1916 #, no-c-format msgid "CD-ROM/DVD-ROM" msgstr "" #. Tag: para -#: hardware.xml:1687 +#: hardware.xml:1918 #, no-c-format msgid "Whenever you see CD-ROM in this manual, it applies to both CD-ROMs and DVD-ROMs, because both technologies are really the same from the operating system's point of view." msgstr "" #. Tag: para -#: hardware.xml:1693 +#: hardware.xml:1924 #, no-c-format msgid "CD-ROM based installation is supported for most architectures." msgstr "" #. Tag: para -#: hardware.xml:1697 +#: hardware.xml:1928 #, no-c-format msgid "On PCs SATA, IDE/ATAPI and SCSI CD-ROMs are supported." msgstr "" #. Tag: para -#: hardware.xml:1701 +#: hardware.xml:1932 #, no-c-format msgid "USB CD-ROM drives are also supported, as are FireWire devices that are supported by the ohci1394 and sbp2 drivers." msgstr "" #. Tag: para -#: hardware.xml:1706 +#: hardware.xml:1937 #, no-c-format msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines." msgstr "" #. Tag: para -#: hardware.xml:1710 +#: hardware.xml:1941 #, no-c-format msgid "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of working with a logical blocksize of 512 bytes. Many of the SCSI CD-ROM drives sold on the PC market do not have this capability. If your CD-ROM drive has a jumper labeled Unix/PC or 512/2048, place it in the Unix or 512 position. To start the install, simply choose the System installation entry in the firmware." msgstr "" #. Tag: title -#: hardware.xml:1724 +#: hardware.xml:1955 #, no-c-format msgid "USB Memory Stick" msgstr "" #. Tag: para -#: hardware.xml:1726 +#: hardware.xml:1957 #, no-c-format msgid "USB flash disks a.k.a. USB memory sticks have become a commonly used and cheap storage device. Most modern computer systems also allow booting the &d-i; from such a stick. Many modern computer systems, in particular netbooks and thin laptops, do not have a CD/DVD-ROM drive anymore at all and booting from USB media ist the standard way of installing a new operating system on them." msgstr "" #. Tag: title -#: hardware.xml:1738 +#: hardware.xml:1969 #, no-c-format msgid "Network" msgstr "" #. Tag: para -#: hardware.xml:1740 +#: hardware.xml:1971 #, no-c-format msgid "The network can be used during the installation to retrieve files needed for the installation. Whether the network is used or not depends on the installation method you choose and your answers to certain questions that will be asked during the installation. The installation system supports most types of network connections (including PPPoE, but not ISDN or PPP), via either HTTP or FTP. After the installation is completed, you can also configure your system to use ISDN and PPP." msgstr "" #. Tag: para -#: hardware.xml:1750 +#: hardware.xml:1981 #, no-c-format msgid "You can also boot the installation system over the network without needing any local media like CDs/DVDs or USB sticks. If you already have a netboot-infrastructure available (i.e. you are already running DHCP and TFTP services in your network), this allows an easy and fast deployment of a large number of machines. Setting up the necessary infrastructure requires a certain level of technical experience, so this is not recommended for novice users. This is the preferred installation technique for &arch-title;." msgstr "" #. Tag: para -#: hardware.xml:1763 +#: hardware.xml:1994 #, no-c-format msgid "Diskless installation, using network booting from a local area network and NFS-mounting of all local filesystems, is another option." msgstr "" #. Tag: title -#: hardware.xml:1772 +#: hardware.xml:2003 #, no-c-format msgid "Hard Disk" msgstr "" #. Tag: para -#: hardware.xml:1774 +#: hardware.xml:2005 #, no-c-format msgid "Booting the installation system directly from a hard disk is another option for many architectures. This will require some other operating system to load the installer onto the hard disk. This method is only recommended for special cases when no other installation method is available." msgstr "" #. Tag: para -#: hardware.xml:1781 +#: hardware.xml:2012 #, no-c-format msgid "Although the &arch-title; does not allow booting from SunOS (Solaris), you can install from a SunOS partition (UFS slices)." msgstr "" #. Tag: title -#: hardware.xml:1790 +#: hardware.xml:2021 #, no-c-format msgid "Un*x or GNU system" msgstr "" #. Tag: para -#: hardware.xml:1792 +#: hardware.xml:2023 #, no-c-format msgid "If you are running another Unix-like system, you could use it to install &debian-gnu; without using the &d-i; described in the rest of this manual. This kind of install may be useful for users with otherwise unsupported hardware or on hosts which can't afford downtime. If you are interested in this technique, skip to the . This installation method is only recommended for advanced users when no other installation method is available." msgstr "" #. Tag: title -#: hardware.xml:1805 +#: hardware.xml:2036 #, no-c-format msgid "Supported Storage Systems" msgstr "" #. Tag: para -#: hardware.xml:1807 +#: hardware.xml:2038 #, no-c-format msgid "The &debian; installer contains a kernel which is built to maximize the number of systems it runs on." msgstr "" #. Tag: para -#: hardware.xml:1811 +#: hardware.xml:2042 #, no-c-format msgid "Generally, the &debian; installation system includes support for IDE (also known as PATA) drives, SATA and SCSI controllers and drives, USB, and FireWire. The supported file systems include FAT, Win-32 FAT extensions (VFAT) and NTFS." msgstr "" #. Tag: para -#: hardware.xml:1828 +#: hardware.xml:2059 #, no-c-format msgid "Any storage system supported by the Linux kernel is also supported by the boot system. The following SCSI drivers are supported in the default kernel: Sparc ESP PTI Qlogic,ISP Adaptec AIC7xxx NCR and Symbios 53C8XX IDE systems (such as the UltraSPARC 5) are also supported. See Linux for SPARC Processors FAQ for more information on SPARC hardware supported by the Linux kernel." msgstr "" #. Tag: para -#: hardware.xml:1861 +#: hardware.xml:2092 #, no-c-format msgid "Any storage system supported by the Linux kernel is also supported by the boot system. Note that the current Linux kernel does not support floppies on CHRP systems at all." msgstr "" #. Tag: para -#: hardware.xml:1867 +#: hardware.xml:2098 #, no-c-format msgid "Any storage system supported by the Linux kernel is also supported by the boot system. Note that the current Linux kernel does not support the floppy drive." msgstr "" #. Tag: para -#: hardware.xml:1873 +#: hardware.xml:2104 #, no-c-format msgid "Any storage system supported by the Linux kernel is also supported by the boot system." msgstr "" #. Tag: para -#: hardware.xml:1878 +#: hardware.xml:2109 #, no-c-format msgid "Any storage system supported by the Linux kernel is also supported by the boot system. This means that FBA and ECKD DASDs are supported with the old Linux disk layout (ldl) and the new common S/390 disk layout (cdl)." msgstr "" #. Tag: title -#: hardware.xml:1895 +#: hardware.xml:2126 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "" #. Tag: para -#: hardware.xml:1897 +#: hardware.xml:2128 #, no-c-format msgid "You must have at least &minimum-memory; of memory and &minimum-fs-size; of hard disk space to perform a normal installation. Note that these are fairly minimal numbers. For more realistic figures, see ." msgstr "" #. Tag: para -#: hardware.xml:1904 +#: hardware.xml:2135 #, no-c-format msgid "Installation on systems with less memory Installation images that support the graphical installer require more memory than images that support only the textual installer and should not be used on systems with less than &minimum-memory; of memory. If there is a choice between booting the regular and the graphical installer, the former should be selected. or disk space available may be possible but is only advised for experienced users." msgstr "" diff --git a/po/pot/install-methods.pot b/po/pot/install-methods.pot index 307ec4ca1..087d1f71a 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: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -87,139 +87,127 @@ msgid "The installation images are located on each &debian; mirror in the direct msgstr "" #. Tag: title -#: install-methods.xml:122 -#, no-c-format -msgid "Thecus N2100 Installation Files" -msgstr "" - -#. Tag: para -#: install-methods.xml:123 -#, no-c-format -msgid "A firmware image is provided for the Thecus N2100 which will automatically boot debian-installer. This image can be installed using the Thecus firmware upgrade process. This firmware image can be obtained from &n2100-firmware-img;." -msgstr "" - -#. Tag: title -#: install-methods.xml:134 -#, no-c-format -msgid "GLAN Tank Installation Files" -msgstr "" - -#. Tag: para -#: install-methods.xml:135 -#, no-c-format -msgid "The GLAN Tank requires a kernel and ramdisk on an ext2 partition on the disk on which you intend to install &debian;. These images can be obtained from &glantank-firmware-img;." -msgstr "" - -#. Tag: title -#: install-methods.xml:145 +#: install-methods.xml:151 #, no-c-format msgid "Kurobox Pro Installation Files" msgstr "" #. Tag: para -#: install-methods.xml:146 +#: install-methods.xml:152 #, no-c-format msgid "The Kurobox Pro requires a kernel and ramdisk on an ext2 partition on the disk on which you intend to install &debian;. These images can be obtained from &kuroboxpro-firmware-img;." msgstr "" #. Tag: title -#: install-methods.xml:156 +#: install-methods.xml:162 #, no-c-format msgid "HP mv2120 Installation Files" msgstr "" #. Tag: para -#: install-methods.xml:157 +#: install-methods.xml:163 #, no-c-format msgid "A firmware image is provided for the HP mv2120 which will automatically boot debian-installer. This image can be installed with uphpmvault on Linux and other systems and with the HP Media Vault Firmware Recovery Utility on Windows. The firmware image can be obtained from &mv2120-firmware-img;." msgstr "" #. Tag: title -#: install-methods.xml:169 +#: install-methods.xml:175 #, no-c-format msgid "QNAP Turbo Station Installation Files" msgstr "" #. Tag: para -#: install-methods.xml:170 +#: install-methods.xml:176 #, no-c-format msgid "The installation files for the QNAP Turbo Station consist of a kernel and ramdisk as well as a script to write these images to flash. You can obtain the installation files for QNAP TS-11x, TS-21x and TS-41x models from &qnap-kirkwood-firmware-img;." msgstr "" #. Tag: title -#: install-methods.xml:181 +#: install-methods.xml:187 #, no-c-format msgid "Plug Computer and OpenRD Installation Files" msgstr "" #. Tag: para -#: install-methods.xml:182 +#: install-methods.xml:188 #, no-c-format msgid "The installation files for plug computers (SheevaPlug, GuruPlug, DreamPlug etc) and OpenRD devices consist of a kernel and initrd for U-Boot. You can obtain these files from &kirkwood-marvell-firmware-img;." msgstr "" #. Tag: title -#: install-methods.xml:192 +#: install-methods.xml:198 #, no-c-format msgid "LaCie NASes Installation Files" msgstr "" #. Tag: para -#: install-methods.xml:193 +#: install-methods.xml:199 #, no-c-format msgid "The installation files for LaCie NASes (Network Space v2, Network Space Max v2, Internet Space v2, d2 Network v2, 2Big Network v2 and 5Big Network v2) consist of a kernel and initrd for U-Boot. You can obtain these files from &lacie-kirkwood-firmware-img;." msgstr "" #. Tag: title -#: install-methods.xml:244 +#: install-methods.xml:210 +#, no-c-format +msgid "Armhf Multiplatform Installation Files" +msgstr "" + +#. Tag: para +#: install-methods.xml:211 +#, no-c-format +msgid "The installation files for systems supported by the armhf multiplatform kernel (see ) consist of a standard Linux kernel image, a standard Linux initial ramdisk image and a system-specific device-tree blob. The kernel and the initial ramdisk image can be obtained from &armmp-firmware-img; and the device-tree blob can be obtained from &armmp-dtb-img;." +msgstr "" + +#. Tag: title +#: install-methods.xml:263 #, no-c-format msgid "Creating Floppies from Disk Images" msgstr "" #. Tag: para -#: install-methods.xml:245 +#: install-methods.xml:264 #, no-c-format msgid "Bootable floppy disks are generally used as a last resort to boot the installer on hardware that cannot boot from CD or by other means." msgstr "" #. Tag: para -#: install-methods.xml:250 +#: install-methods.xml:269 #, no-c-format msgid "Booting the installer from floppy disk reportedly fails on Mac USB floppy drives." msgstr "" #. Tag: para -#: install-methods.xml:255 +#: install-methods.xml:274 #, no-c-format msgid "Disk images are files containing the complete contents of a floppy disk in raw form. Disk images, such as boot.img, cannot simply be copied to floppy drives. A special program is used to write the image files to floppy disk in raw mode. This is required because these images are raw representations of the disk; it is required to do a sector copy of the data from the file onto the floppy." msgstr "" #. Tag: para -#: install-methods.xml:266 +#: install-methods.xml:285 #, no-c-format msgid "There are different techniques for creating floppies from disk images. This section describes how to create floppies from disk images on different platforms." msgstr "" #. Tag: para -#: install-methods.xml:272 +#: install-methods.xml:291 #, no-c-format msgid "Before you can create the floppies, you will first need to download them from one of the &debian; mirrors, as explained in . If you already have an installation CD-ROM or DVD, the floppy images may also be included on the CD/DVD." msgstr "" #. Tag: para -#: install-methods.xml:280 +#: install-methods.xml:299 #, no-c-format msgid "No matter which method you use to create your floppies, you should remember to flip the write-protect tab on the floppies once you have written them, to ensure they are not damaged unintentionally." msgstr "" #. Tag: title -#: install-methods.xml:288 +#: install-methods.xml:307 #, no-c-format msgid "Writing Disk Images From a Linux or Unix System" msgstr "" #. Tag: para -#: install-methods.xml:289 +#: install-methods.xml:308 #, no-c-format msgid "" "To write the floppy disk image files to the floppy disks, you will probably need root access to the system. Place a good, blank floppy in the floppy drive. Next, use the command \n" @@ -228,187 +216,187 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:310 +#: install-methods.xml:329 #, no-c-format msgid "Some systems attempt to automatically mount a floppy disk when you place it in the drive. You might have to disable this feature before the workstation will allow you to write a floppy in raw mode. Unfortunately, how to accomplish this will vary based on your operating system. On Solaris, you can work around volume management to get raw access to the floppy. First, make sure that the floppy is auto-mounted (using volcheck or the equivalent command in the file manager). Then use a dd command of the form given above, just replace /dev/fd0 with /vol/rdsk/floppy_name, where floppy_name is the name the floppy disk was given when it was formatted (unnamed floppies default to the name unnamed_floppy). On other systems, ask your system administrator. " msgstr "" #. Tag: para -#: install-methods.xml:331 +#: install-methods.xml:350 #, no-c-format msgid "If writing a floppy on powerpc Linux, you will need to eject it. The eject program handles this nicely; you might need to install it." msgstr "" #. Tag: title -#: install-methods.xml:349 +#: install-methods.xml:368 #, no-c-format msgid "Writing Disk Images From DOS, Windows, or OS/2" msgstr "" #. Tag: para -#: install-methods.xml:351 +#: install-methods.xml:370 #, no-c-format msgid "If you have access to an i386 or amd64 machine, you can use one of the following programs to copy images to floppies." msgstr "" #. Tag: para -#: install-methods.xml:356 +#: install-methods.xml:375 #, no-c-format msgid "The rawrite1 and rawrite2 programs can be used under MS-DOS. To use these programs, first make sure that you are booted into DOS. Trying to use these programs from within a DOS box in Windows, or double-clicking on these programs from the Windows Explorer is not expected to work." msgstr "" #. Tag: para -#: install-methods.xml:364 +#: install-methods.xml:383 #, no-c-format msgid "The rwwrtwin program runs on Windows 95, NT, 98, 2000, ME, XP and probably later versions. To use it you will need to unpack diskio.dll in the same directory." msgstr "" #. Tag: para -#: install-methods.xml:370 +#: install-methods.xml:389 #, no-c-format msgid "These tools can be found on the Official &debian; CD-ROMs under the /tools directory." msgstr "" #. Tag: title -#: install-methods.xml:383 +#: install-methods.xml:402 #, no-c-format msgid "Writing Disk Images From MacOS" msgstr "" #. Tag: para -#: install-methods.xml:384 +#: install-methods.xml:403 #, no-c-format msgid "An AppleScript, Make &debian; Floppy, is available for burning floppies from the provided disk image files. It can be downloaded from . To use it, just unstuff it on your desktop, and then drag any floppy image file to it. You must have Applescript installed and enabled in your extensions manager. Disk Copy will ask you to confirm that you wish to erase the floppy and proceed to write the file image to it." msgstr "" #. Tag: para -#: install-methods.xml:395 +#: install-methods.xml:414 #, no-c-format msgid "You can also use the MacOS utility Disk Copy directly, or the freeware utility suntar. The root.bin file is an example of a floppy image. Use one of the following methods to create a floppy from the floppy image with these utilities." msgstr "" #. Tag: title -#: install-methods.xml:406 +#: install-methods.xml:425 #, no-c-format msgid "Writing Disk Images with Disk Copy" msgstr "" #. Tag: para -#: install-methods.xml:407 +#: install-methods.xml:426 #, no-c-format msgid "If you are creating the floppy image from files which were originally on the official &debian-gnu; CD, then the Type and Creator are already set correctly. The following Creator-Changer steps are only necessary if you downloaded the image files from a &debian; mirror." msgstr "" #. Tag: para -#: install-methods.xml:416 +#: install-methods.xml:435 #, no-c-format msgid "Obtain Creator-Changer and use it to open the root.bin file." msgstr "" #. Tag: para -#: install-methods.xml:423 +#: install-methods.xml:442 #, no-c-format msgid "Change the Creator to ddsk (Disk Copy), and the Type to DDim (binary floppy image). The case is sensitive for these fields." msgstr "" #. Tag: para -#: install-methods.xml:430 +#: install-methods.xml:449 #, no-c-format msgid "Important: In the Finder, use Get Info to display the Finder information about the floppy image, and X the File Locked check box so that MacOS will be unable to remove the boot blocks if the image is accidentally mounted." msgstr "" #. Tag: para -#: install-methods.xml:439 +#: install-methods.xml:458 #, no-c-format msgid "Obtain Disk Copy; if you have a MacOS system or CD it will very likely be there already, otherwise try ." msgstr "" #. Tag: para -#: install-methods.xml:446 +#: install-methods.xml:465 #, no-c-format msgid "Run Disk Copy, and select Utilities Make a Floppy , then select the locked image file from the resulting dialog. It will ask you to insert a floppy, then ask if you really want to erase it. When done it should eject the floppy." msgstr "" #. Tag: title -#: install-methods.xml:461 +#: install-methods.xml:480 #, no-c-format msgid "Writing Disk Images with suntar" msgstr "" #. Tag: para -#: install-methods.xml:465 +#: install-methods.xml:484 #, no-c-format msgid "Obtain suntar from . Start the suntar program and select Overwrite Sectors... from the Special menu." msgstr "" #. Tag: para -#: install-methods.xml:473 +#: install-methods.xml:492 #, no-c-format msgid "Insert the floppy disk as requested, then hit &enterkey; (start at sector 0)." msgstr "" #. Tag: para -#: install-methods.xml:479 +#: install-methods.xml:498 #, no-c-format msgid "Select the root.bin file in the file-opening dialog." msgstr "" #. Tag: para -#: install-methods.xml:484 +#: install-methods.xml:503 #, no-c-format msgid "After the floppy has been created successfully, select File Eject . If there are any errors writing the floppy, simply toss that floppy and try another." msgstr "" #. Tag: para -#: install-methods.xml:492 +#: install-methods.xml:511 #, no-c-format msgid "Before using the floppy you created, set the write protect tab! Otherwise if you accidentally mount it in MacOS, MacOS will helpfully ruin it." msgstr "" #. Tag: title -#: install-methods.xml:511 +#: install-methods.xml:530 #, no-c-format msgid "Preparing Files for USB Memory Stick Booting" msgstr "" #. Tag: para -#: install-methods.xml:513 +#: install-methods.xml:532 #, no-c-format msgid "To prepare the USB stick, you will need a system where GNU/Linux is already running and where USB is supported. With current GNU/Linux systems the USB stick should be automatically recognized when you insert it. If it is not you should check that the usb-storage kernel module is loaded. When the USB stick is inserted, it will be mapped to a device named /dev/sdX, where the X is a letter in the range a-z. You should be able to see to which device the USB stick was mapped by running the command dmesg after inserting it. To write to your stick, you may have to turn off its write protection switch." msgstr "" #. Tag: para -#: install-methods.xml:526 +#: install-methods.xml:545 #, no-c-format msgid "The procedures described in this section will destroy anything already on the device! Make very sure that you use the correct device name for your USB stick. If you use the wrong device the result could be that all information on for example a hard disk could be lost." msgstr "" #. Tag: title -#: install-methods.xml:536 +#: install-methods.xml:555 #, no-c-format msgid "Preparing a USB stick using a hybrid CD or DVD image" msgstr "" #. Tag: para -#: install-methods.xml:537 +#: install-methods.xml:556 #, no-c-format msgid "Debian CD and DVD images can now be written directly a USB stick, which is a very easy way to make a bootable USB stick. Simply choose a CD or DVD image that will fit on your USB stick. See to get a CD or DVD image." msgstr "" #. Tag: para -#: install-methods.xml:544 +#: install-methods.xml:563 #, no-c-format msgid "Alternatively, for very small USB sticks, only a few megabytes in size, you can download the mini.iso image from the netboot directory (at the location mentioned in )." msgstr "" #. Tag: para -#: install-methods.xml:551 +#: install-methods.xml:570 #, no-c-format msgid "The CD or DVD image you choose should be written directly to the USB stick, overwriting its current contents. For example, when using an existing GNU/Linux system, the CD or DVD image file can be written to a USB stick as follows, after having made sure that the stick is unmounted:" msgstr "" #. Tag: screen -#: install-methods.xml:558 +#: install-methods.xml:577 #, no-c-format msgid "" "# cp debian.iso /dev/sdX\n" @@ -416,25 +404,25 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:560 +#: install-methods.xml:579 #, no-c-format msgid "Simply writing the CD or DVD image to USB like this should work fine for most users. The other options below are more complex, mainly for people with specialised needs." msgstr "" #. Tag: para -#: install-methods.xml:568 +#: install-methods.xml:587 #, no-c-format msgid "The hybrid image on the stick does not occupy all the storage space, so it may be worth considering using the free space to hold firmware files or packages or any other files of your choice. This could be useful if you have only one stick or just want to keep everything you need on one device." msgstr "" #. Tag: para -#: install-methods.xml:576 +#: install-methods.xml:595 #, no-c-format msgid "Create a second, FAT partition on the stick, mount the partition and copy or unpack the firmware onto it. For example:" msgstr "" #. Tag: screen -#: install-methods.xml:581 +#: install-methods.xml:600 #, no-c-format msgid "" "# mount /dev/sdX2 /mnt\n" @@ -445,91 +433,91 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:583 +#: install-methods.xml:602 #, no-c-format msgid "You might have written the mini.iso to the USB stick. In this case the second partition doesn't have to be created as, very nicely, it will already be present. Unplugging and replugging the USB stick should make the two partitions visible." msgstr "" #. Tag: title -#: install-methods.xml:597 +#: install-methods.xml:616 #, no-c-format msgid "Manually copying files to the USB stick" msgstr "" #. Tag: para -#: install-methods.xml:598 +#: install-methods.xml:617 #, no-c-format msgid "An alternative way to set up your USB stick is to manually copy the installer files, and also a CD image to it. Note that the USB stick should be at least 1 GB in size (smaller setups are possible if you follow )." msgstr "" #. Tag: para -#: install-methods.xml:605 +#: install-methods.xml:624 #, no-c-format msgid "There is an all-in-one file hd-media/boot.img.gz 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." msgstr "" #. Tag: para -#: install-methods.xml:614 +#: install-methods.xml:633 #, no-c-format msgid "Note that, although convenient, this method does have one major disadvantage: the logical size of the device will be limited to 1 GB, even if the capacity of the USB stick is larger. You will need to repartition the USB stick and create new file systems to get its full capacity back if you ever want to use it for some different purpose." msgstr "" #. Tag: para -#: install-methods.xml:622 +#: install-methods.xml:641 #, no-c-format msgid "To use this image simply extract it directly to your USB stick:" msgstr "" #. Tag: screen -#: install-methods.xml:626 +#: install-methods.xml:645 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX" msgstr "" #. Tag: para -#: install-methods.xml:628 +#: install-methods.xml:647 #, 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:634 +#: install-methods.xml:653 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX2" msgstr "" #. Tag: para -#: install-methods.xml:636 +#: install-methods.xml:655 #, no-c-format msgid "After that, mount the USB memory stick (mount /dev/sdX /mnt), (mount /dev/sdX2 /mnt), which will now have a FAT filesystem an HFS filesystem on it, and copy a &debian; ISO image (netinst or full CD) to it. Unmount the stick (umount /mnt) and you are done." msgstr "" #. Tag: title -#: install-methods.xml:653 +#: install-methods.xml:672 #, no-c-format msgid "Manually copying files to the USB stick — the flexible way" msgstr "" #. Tag: para -#: install-methods.xml:654 +#: install-methods.xml:673 #, no-c-format msgid "If you like more flexibility or just want to know what's going on, you should use the following method to put the files on your stick. One advantage of using this method is that — if the capacity of your USB stick is large enough — you have the option of copying a full CD ISO image to it." msgstr "" #. Tag: title -#: install-methods.xml:669 install-methods.xml:791 +#: install-methods.xml:688 install-methods.xml:810 #, no-c-format msgid "Partitioning the USB stick" msgstr "" #. Tag: para -#: install-methods.xml:670 +#: install-methods.xml:689 #, no-c-format msgid "We will show how to set up the memory stick to use the first partition, instead of the entire device." msgstr "" #. Tag: para -#: install-methods.xml:675 +#: install-methods.xml:694 #, no-c-format msgid "" "Since most USB sticks come pre-configured with a single FAT16 partition, you probably won't have to repartition or reformat the stick. If you have to do that anyway, use cfdisk or any other partitioning tool to create a FAT16 partition Don't forget to set the bootable bootable flag. , install an MBR using: \n" @@ -540,13 +528,13 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:699 +#: install-methods.xml:718 #, 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. Although any boot loader (e.g. lilo) should work, it's convenient to use syslinux, since it uses a FAT16 partition and can be reconfigured by just editing a text file. Any operating system which supports the FAT file system can be used to make changes to the configuration of the boot loader." msgstr "" #. Tag: para -#: install-methods.xml:709 +#: install-methods.xml:728 #, no-c-format msgid "" "To put syslinux on the FAT16 partition on your USB stick, install the syslinux and mtools packages on your system, and do: \n" @@ -555,19 +543,19 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:726 install-methods.xml:838 +#: install-methods.xml:745 install-methods.xml:857 #, no-c-format msgid "Adding the installer image" msgstr "" #. Tag: para -#: install-methods.xml:727 +#: install-methods.xml:746 #, no-c-format msgid "Mount the partition (mount /dev/sdX1 /mnt) and copy the following installer image files to the stick: vmlinuz or linux (kernel binary) initrd.gz (initial ramdisk image) You can choose between either the regular version or the graphical version of the installer. The latter can be found in the gtk subdirectory. If you want to rename the files, please note that syslinux can only process DOS (8.3) file names." msgstr "" #. Tag: para -#: install-methods.xml:751 +#: install-methods.xml:770 #, no-c-format msgid "" "Next you should create a syslinux.cfg configuration file, which at a bare minimum should contain the following two lines (change the name of the kernel binary to linux if you used a netboot image): \n" @@ -577,19 +565,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:763 +#: install-methods.xml:782 #, no-c-format msgid "To enable the boot prompt to permit further parameter appending, add a prompt 1 line." msgstr "" #. Tag: para -#: install-methods.xml:768 install-methods.xml:878 +#: install-methods.xml:787 install-methods.xml:897 #, 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: para -#: install-methods.xml:792 +#: install-methods.xml:811 #, no-c-format msgid "" "Most USB sticks do not come pre-configured in such a way that Open Firmware can boot from them, so you will need to repartition the stick. On Mac systems, run mac-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" @@ -598,13 +586,13 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:809 +#: install-methods.xml:828 #, 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:818 +#: install-methods.xml:837 #, 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" @@ -617,37 +605,37 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:839 +#: install-methods.xml:858 #, 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:846 +#: install-methods.xml:865 #, no-c-format msgid "vmlinux (kernel binary)" msgstr "" #. Tag: para -#: install-methods.xml:851 +#: install-methods.xml:870 #, no-c-format msgid "initrd.gz (initial ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:856 +#: install-methods.xml:875 #, no-c-format msgid "yaboot.conf (yaboot configuration file)" msgstr "" #. Tag: para -#: install-methods.xml:861 +#: install-methods.xml:880 #, no-c-format msgid "boot.msg (optional boot message)" msgstr "" #. Tag: para -#: install-methods.xml:868 +#: install-methods.xml:887 #, no-c-format msgid "" "The yaboot.conf configuration file should contain the following lines: \n" @@ -665,259 +653,259 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:906 +#: install-methods.xml:925 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "" #. Tag: para -#: install-methods.xml:907 +#: install-methods.xml:926 #, 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:913 +#: install-methods.xml:932 #, 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:920 +#: install-methods.xml:939 #, 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:931 +#: install-methods.xml:950 #, 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:940 +#: install-methods.xml:959 #, no-c-format msgid "Hard disk installer booting from Linux using LILO or GRUB" msgstr "" #. Tag: para -#: install-methods.xml:942 +#: install-methods.xml:961 #, 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:948 +#: install-methods.xml:967 #, 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:954 +#: install-methods.xml:973 #, no-c-format msgid "Copy the following files from the &debian; archives to a convenient location on your hard drive (note that LILO can not boot from files on an NTFS file system), for instance to /boot/newinstall/." msgstr "" #. Tag: para -#: install-methods.xml:962 +#: install-methods.xml:981 #, no-c-format msgid "vmlinuz (kernel binary)" msgstr "" #. Tag: para -#: install-methods.xml:967 +#: install-methods.xml:986 #, no-c-format msgid "initrd.gz (ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:974 +#: install-methods.xml:993 #, no-c-format msgid "Finally, to configure the bootloader proceed to ." msgstr "" #. Tag: title -#: install-methods.xml:984 +#: install-methods.xml:1003 #, no-c-format msgid "Hard disk installer booting from DOS using loadlin" msgstr "" #. Tag: para -#: install-methods.xml:985 +#: install-methods.xml:1004 #, no-c-format msgid "This section explains how to prepare your hard drive for booting the installer from DOS using loadlin." msgstr "" #. Tag: para -#: install-methods.xml:990 +#: install-methods.xml:1009 #, no-c-format msgid "Copy the following directories from a &debian; CD image to c:\\." msgstr "" #. Tag: para -#: install-methods.xml:995 +#: install-methods.xml:1014 #, no-c-format msgid "/&x86-install-dir; (kernel binary and ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:1000 +#: install-methods.xml:1019 #, no-c-format msgid "/tools (loadlin tool)" msgstr "" #. Tag: title -#: install-methods.xml:1013 +#: install-methods.xml:1032 #, no-c-format msgid "Hard Disk Installer Booting for OldWorld Macs" msgstr "" #. Tag: para -#: install-methods.xml:1014 +#: install-methods.xml:1033 #, 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:1027 +#: install-methods.xml:1046 #, 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:1047 +#: install-methods.xml:1066 #, no-c-format msgid "Hard Disk Installer Booting for NewWorld Macs" msgstr "" #. Tag: para -#: install-methods.xml:1048 +#: install-methods.xml:1067 #, 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:1059 +#: install-methods.xml:1078 #, 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:1069 install-methods.xml:1395 +#: install-methods.xml:1088 install-methods.xml:1414 #, no-c-format msgid "vmlinux" msgstr "" #. Tag: filename -#: install-methods.xml:1074 install-methods.xml:1400 +#: install-methods.xml:1093 install-methods.xml:1419 #, no-c-format msgid "initrd.gz" msgstr "" #. Tag: filename -#: install-methods.xml:1079 install-methods.xml:1405 +#: install-methods.xml:1098 install-methods.xml:1424 #, no-c-format msgid "yaboot" msgstr "" #. Tag: filename -#: install-methods.xml:1084 install-methods.xml:1410 +#: install-methods.xml:1103 install-methods.xml:1429 #, no-c-format msgid "yaboot.conf" msgstr "" #. Tag: para -#: install-methods.xml:1089 +#: install-methods.xml:1108 #, 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:1097 +#: install-methods.xml:1116 #, no-c-format msgid "To boot the installer, proceed to ." msgstr "" #. Tag: title -#: install-methods.xml:1110 +#: install-methods.xml:1129 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "" #. Tag: para -#: install-methods.xml:1111 +#: install-methods.xml:1130 #, 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:1119 +#: install-methods.xml:1138 #, no-c-format msgid "You need to set up a TFTP server, and for many machines a DHCP server, or RARP server, or BOOTP server." msgstr "" #. Tag: para -#: install-methods.xml:1126 +#: install-methods.xml:1145 #, 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. 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:1140 +#: install-methods.xml:1159 #, 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:1146 +#: install-methods.xml:1165 #, 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:1151 +#: install-methods.xml:1170 #, 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:1159 +#: install-methods.xml:1178 #, no-c-format msgid "For a &debian-gnu; server we recommend tftpd-hpa. It's written by the same author as the syslinux bootloader and is therefore least likely to cause issues. A good alternative is atftpd." msgstr "" #. Tag: title -#: install-methods.xml:1175 +#: install-methods.xml:1194 #, no-c-format msgid "Setting up RARP server" msgstr "" #. Tag: para -#: install-methods.xml:1176 +#: install-methods.xml:1195 #, 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 ip addr show dev eth0." msgstr "" #. Tag: para -#: install-methods.xml:1188 +#: install-methods.xml:1207 #, 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:1209 +#: install-methods.xml:1228 #, no-c-format msgid "Setting up a DHCP server" msgstr "" #. Tag: para -#: install-methods.xml:1210 +#: install-methods.xml:1229 #, no-c-format msgid "One free software DHCP server is ISC dhcpd. For &debian-gnu;, the isc-dhcp-server package is recommended. Here is a sample configuration file for it (see /etc/dhcp/dhcpd.conf):" msgstr "" #. Tag: screen -#: install-methods.xml:1217 +#: install-methods.xml:1236 #, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -942,25 +930,25 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1219 +#: install-methods.xml:1238 #, 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:1229 +#: install-methods.xml:1248 #, no-c-format msgid "After you have edited the dhcpd configuration file, restart it with /etc/init.d/isc-dhcp-server restart." msgstr "" #. Tag: title -#: install-methods.xml:1237 +#: install-methods.xml:1256 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "" #. Tag: para -#: install-methods.xml:1238 +#: install-methods.xml:1257 #, no-c-format msgid "" "Here is another example for a dhcp.conf using the Pre-boot Execution Environment (PXE) method of TFTP. \n" @@ -995,19 +983,19 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1258 +#: install-methods.xml:1277 #, no-c-format msgid "Setting up a BOOTP server" msgstr "" #. Tag: para -#: install-methods.xml:1259 +#: install-methods.xml:1278 #, 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-gnu; these are contained in the bootp and isc-dhcp-server packages respectively." msgstr "" #. Tag: para -#: install-methods.xml:1267 +#: install-methods.xml:1286 #, no-c-format msgid "" "To use CMU bootpd, you must first uncomment (or add) the relevant line in /etc/inetd.conf. On &debian-gnu;, 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" @@ -1024,43 +1012,43 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1300 +#: install-methods.xml:1319 #, 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 . Otherwise 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 in /etc/dhcp/dhcpd.conf, and restart dhcpd with /etc/init.d/isc-dhcp-server restart." msgstr "" #. Tag: title -#: install-methods.xml:1319 +#: install-methods.xml:1338 #, no-c-format msgid "Enabling the TFTP Server" msgstr "" #. Tag: para -#: install-methods.xml:1320 +#: install-methods.xml:1339 #, no-c-format msgid "To get the TFTP server ready to go, you should first make sure that tftpd is enabled." msgstr "" #. Tag: para -#: install-methods.xml:1325 +#: install-methods.xml:1344 #, no-c-format msgid "In the case of tftpd-hpa there are two ways the service can be run. It can be started on demand by the system's inetd daemon, or it can be set up to run as an independent daemon. Which of these methods is used is selected when the package is installed and can be changed by reconfiguring the package." msgstr "" #. Tag: para -#: install-methods.xml:1334 +#: install-methods.xml:1353 #, no-c-format msgid "Historically, TFTP servers used /tftpboot as directory to serve images from. However, &debian-gnu; packages may use other directories to comply with the Filesystem Hierarchy Standard. For example, tftpd-hpa by default uses /srv/tftp. You may have to adjust the configuration examples in this section accordingly." msgstr "" #. Tag: para -#: install-methods.xml:1344 +#: install-methods.xml:1363 #, no-c-format msgid "All in.tftpd alternatives available in &debian; should log TFTP requests to the system logs by default. Some of them support a -v argument to increase verbosity. It is recommended to check these log messages in case of boot problems as they are a good starting point for diagnosing the cause of errors." msgstr "" #. Tag: para -#: install-methods.xml:1352 +#: install-methods.xml:1371 #, 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" @@ -1071,49 +1059,49 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1374 +#: install-methods.xml:1393 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "" #. Tag: para -#: install-methods.xml:1375 +#: install-methods.xml:1394 #, 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:1384 +#: install-methods.xml:1403 #, 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. You will need to download the following files from the netboot/ directory:" msgstr "" #. Tag: filename -#: install-methods.xml:1415 +#: install-methods.xml:1434 #, no-c-format msgid "boot.msg" msgstr "" #. Tag: para -#: install-methods.xml:1420 +#: install-methods.xml:1439 #, 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:1428 +#: install-methods.xml:1447 #, 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:1440 +#: install-methods.xml:1459 #, no-c-format msgid "SPARC TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1441 +#: install-methods.xml:1460 #, 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" @@ -1122,55 +1110,55 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1457 +#: install-methods.xml:1476 #, 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:1464 +#: install-methods.xml:1483 #, 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:1475 +#: install-methods.xml:1494 #, no-c-format msgid "SGI TFTP Booting" msgstr "" #. Tag: para -#: install-methods.xml:1476 +#: install-methods.xml:1495 #, 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:1584 +#: install-methods.xml:1603 #, no-c-format msgid "Automatic Installation" msgstr "" #. Tag: para -#: install-methods.xml:1585 +#: install-methods.xml:1604 #, no-c-format msgid "For installing on multiple computers it's possible to do fully automatic installations. &debian; packages intended for this include fai-quickstart (which can use an install server) and the &debian; Installer itself. Have a look at the FAI home page for detailed information." msgstr "" #. Tag: title -#: install-methods.xml:1597 +#: install-methods.xml:1616 #, no-c-format msgid "Automatic Installation Using the &debian; Installer" msgstr "" #. Tag: para -#: install-methods.xml:1598 +#: install-methods.xml:1617 #, 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:1605 +#: install-methods.xml:1624 #, no-c-format msgid "Full documentation on preseeding including a working example that you can edit is in ." msgstr "" diff --git a/po/pot/preparing.pot b/po/pot/preparing.pot index 567e5acb6..c38dd6edd 100644 --- a/po/pot/preparing.pot +++ b/po/pot/preparing.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: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1191,31 +1191,151 @@ msgid "FIXME: more information needed — from a Redbook?" msgstr "" #. Tag: title -#: preparing.xml:1463 +#: preparing.xml:1466 +#, no-c-format +msgid "ARM firmware" +msgstr "" + +#. Tag: para +#: preparing.xml:1468 +#, no-c-format +msgid "As already mentioned before, there is unfortunately no standard for system firmware on ARM systems. Even the behaviour of different systems which use nominally the same firmware can be quite different. This results from the fact that a large part of the devices using the ARM architecture are embedded systems, for which the manufacturers usually build heavily customized firmware versions and include device-specific patches. Unfortunately the manufacturers often do not submit their changes and extensions back to the mainline firmware developers, so their changes are not integrated into newer versions of the original firmware." +msgstr "" + +#. Tag: para +#: preparing.xml:1480 +#, no-c-format +msgid "As a result even newly sold systems often use a firmware that is based on a years-old manufacturer-modified version of a firmware whose mainline codebase has evolved a lot further in the meantime and offers additional features or shows different behaviour in certain aspects. In addition to that, the naming of onboard devices is not consistent between different manufacturer-modified versions of the same firmware, therefore it is nearly impossible to provide usable product-independend instructions for ARM-based systems." +msgstr "" + +#. Tag: title +#: preparing.xml:1493 +#, no-c-format +msgid "Setting the ethernet MAC address in u-boot" +msgstr "" + +#. Tag: para +#: preparing.xml:1494 +#, no-c-format +msgid "The MAC address of every ethernet interface should normally be globally unique, and it technically has to be unique within its ethernet broadcast domain. To achieve this, the manufacturer usually allocates a block of MAC addresses from a centrally-administered pool (for which a fee has to be paid) and preconfigures one of these addresses on each item sold." +msgstr "" + +#. Tag: para +#: preparing.xml:1502 +#, no-c-format +msgid "In the case of development boards, sometimes the manufacturer wants to avoid paying these fees and therefore provides no globally unique addresses. In these cases the users themselves have to define MAC addresses for their systems. When no MAC address is defined for an ethernet interface, some network drivers generate a random MAC address that can change on every boot, and if this happens, network access would be possible even when the user has not manually set an address, but e.g. assigning semi-static IP addresses by DHCP based on the MAC address of the requesting client would obviously not work reliably." +msgstr "" + +#. Tag: para +#: preparing.xml:1513 +#, no-c-format +msgid "To avoid conflicts with existing officially-assigned MAC addresses, there is an address pool which is reserved for so-called locally administered addresses. It is defined by the value of two specific bits in the first byte of the address (the article \"MAC address\" in the English language Wikipedia gives a good explanation). In practice this means that e.g. any address starting with hexadecimal ca (such as ca:ff:ee:12:34:56) can be used as a locally administered address." +msgstr "" + +#. Tag: para +#: preparing.xml:1523 +#, no-c-format +msgid "On systems using u-boot as system firmware, the ethernet MAC address is placed in the ethaddr environment variable. It can be checked at the u-boot command prompt with the command printenv ethaddr and can be set with the command setenv ethaddr ca:ff:ee:12:34:56. After setting the value, the command saveenv makes the assignment permanent." +msgstr "" + +#. Tag: title +#: preparing.xml:1534 +#, no-c-format +msgid "Kernel/Initrd/Device-Tree relocation issues in u-boot" +msgstr "" + +#. Tag: para +#: preparing.xml:1535 +#, no-c-format +msgid "On some systems with older u-boot versions there can be problems with properly relocating the Linux kernel, the initial ramdisk and the device-tree blob in memory during the boot process. In this case, u-boot shows the message \"Starting kernel ...\", but the system freezes afterwards without further output. These issues have been solved with newer u-boot versions from v2014.07 onwards." +msgstr "" + +#. Tag: para +#: preparing.xml:1543 +#, no-c-format +msgid "If the system has originally used a u-boot version older than v2014.07 and has been upgraded to a newer version later, the problem might still occur even after upgrading u-boot. Upgrading u-boot usually does not modify the existing u-boot environment variables and the fix requires an additional environment variable (bootm_size) to be set, which u-boot does automatically only on fresh installations without existing environment data. It is possible to manually set bootm_size to the new u-boot's default value by running the command \"env default bootm_size; saveenv\" at the u-boot prompt." +msgstr "" + +#. Tag: para +#: preparing.xml:1554 +#, no-c-format +msgid "Another possibility to circumvent relocation-related problems is to run the command \"setenv fdt_high ffffffff; setenv initrd_high 0xffffffff; saveenv\" at the u-boot prompt to completely disable the relocation of the initial ramdisk and the device-tree blob." +msgstr "" + +#. Tag: title +#: preparing.xml:1564 +#, no-c-format +msgid "Systems with UEFI firmware" +msgstr "" + +#. Tag: para +#: preparing.xml:1565 +#, no-c-format +msgid "UEFI (Unified Extensible Firmware Interface) is a new kind of system firmware that is used on many modern systems and is - among other uses - intended to replace the classic PC BIOS." +msgstr "" + +#. Tag: para +#: preparing.xml:1571 +#, no-c-format +msgid "Currently most PC systems that use UEFI also have a so-called Compatibility Support Module (CSM) in the firmware, which provides excatly the same interfaces to an operating system as a classic PC BIOS, so that software written for the classic PC BIOS can be used unchanged. Nonetheless UEFI is intended to one day completely replace the old PC BIOS without being fully backwards-compatible and there are already a few systems with UEFI but without CSM." +msgstr "" + +#. Tag: para +#: preparing.xml:1581 +#, no-c-format +msgid "On systems with UEFI there are a few things to take into consideration when installing an operating system. The way the firmware loads an operating system is fundamentally different between the classic BIOS (or UEFI in CSM mode) and native UEFI. One major difference is the way the harddisk partitions get recorded on the harddisk. While the classic BIOS and UEFI in CSM mode use a DOS partition table, native UEFI uses a different partitioning scheme called GUID Partition Table (GPT). On a single disk, for all practical purposes only one of the two can be used and in case of a multi-boot setup with different operating systems on one disk, all of them must therefore use the same type of partition table. Booting from a disk with GPT is only possible in native UEFI mode, but using GPT becomes more and more common as hard disk sizes grow, because the classic DOS partition table cannot address disks larger than about 2 Terabytes while GPT allows for by far larger disks. The other major difference between BIOS (or UEFI in CSM mode) and native UEFI is from where boot code is loaded and in which format it has to be, so that different bootloaders are needed for both systems." +msgstr "" + +#. Tag: para +#: preparing.xml:1601 +#, no-c-format +msgid "The latter becomes important when booting &d-i; on a UEFI system with CSM because &d-i; checks whether it was started on a BIOS- or on a native UEFI system and installs the corresponding bootloader. Normally this simply works but there can be a problem in multi-boot environments. On some UEFI systems with CSM the default boot mode for removable devices can be different from what is actually used when booting from hard disk, so when booting the installer from a USB stick in a different mode from what is used when booting another already installed operating system from the hard disk, the wrong bootloader might be installed and the system might be unbootable after finishing the installation. When choosing the boot device from a firmware boot menu, some systems offer two seperate choices for each device, so that the user can select whether booting shall happen in CSM or in native UEFI mode." +msgstr "" + +#. Tag: para +#: preparing.xml:1617 +#, no-c-format +msgid "Another UEFI-related topic is the so-called secure boot mechanism. Secure boot means a function of UEFI implementations that allows the firmware to only load and execute code that is cryptographically signed with certain keys and thereby blocking any (potentially malicious) boot code that is unsigned or signed with unknown keys. In practice the only key accepted by default on most UEFI systems with secure boot is a key from Microsoft used for signing the Windows bootloader. As the boot code used by &d-i; is not signed by Microsoft, booting the installer requires prior deactivation of secure boot in case it is enabled. Secure boot is often enabled by default on systems that come preinstalled with a 64Bit version of Windows 8 and there is unfortunately no standard where in the UEFI setup it can be disabled. On some systems, the option to disable secure boot is only made visible when a BIOS password has been set by the user, so if you have a system with secure boot enabled, but cannot find an option to disable it, try setting a BIOS password, powercycle the machine and look again for an appropriate option." +msgstr "" + +#. Tag: title +#: preparing.xml:1639 +#, no-c-format +msgid "Disabling the Windows 8 fast boot feature" +msgstr "" + +#. Tag: para +#: preparing.xml:1640 +#, no-c-format +msgid "Windows 8 offers a feature called \"fast boot\" to cut down the time needed to boot itself. Technically, when this feature is enabled, Windows 8 does not do a real shutdown and a real cold boot afterwards when ordered to shut down, but instead does something resembling a partial suspend to disk to reduce the \"boot\" time. As long as Windows 8 is the only operating system on the machine, this is unproblematic, but it can result in problems and data loss when you have a dual boot setup in which another operating system accesses the same filesystems as Windows 8 does. In that case the real state of the filesystem can be different from what Windows 8 believes it to be after the \"boot\" and this could cause filesystem corruption upon further write accesses to the filesystem. Therefore in a dual boot setup, to avoid filesystem corruption the \"fast boot\" feature has to be disabled within Windows." +msgstr "" + +#. Tag: title +#: preparing.xml:1658 #, no-c-format msgid "Hardware Issues to Watch Out For" msgstr "" #. Tag: title -#: preparing.xml:1466 +#: preparing.xml:1661 #, no-c-format msgid "USB BIOS support and keyboards" msgstr "" #. Tag: para -#: preparing.xml:1467 +#: preparing.xml:1662 #, no-c-format msgid "If you have no PS/2-style keyboard, but only a USB model, on some very old PCs you may need to enable legacy keyboard emulation in your BIOS setup to be able to use your keyboard in the bootloader menu, but this is not an issue for modern systems. If your keyboard does not work in the bootloader menu, consult your mainboard manual and look in the BIOS for Legacy keyboard emulation or USB keyboard support options." msgstr "" #. Tag: title -#: preparing.xml:1480 +#: preparing.xml:1675 #, no-c-format msgid "Display-visibility on OldWorld Powermacs" msgstr "" #. Tag: para -#: preparing.xml:1482 +#: preparing.xml:1677 #, no-c-format msgid "Some OldWorld Powermacs, most notably those with the control display driver, may not reliably produce a colormap under Linux when the display is configured for more than 256 colors. If you are experiencing such issues with your display after rebooting (you can sometimes see data on the monitor, but on other occasions cannot see anything) or, if the screen turns black after booting the installer instead of showing you the user interface, try changing your display settings under MacOS to use 256 colors instead of thousands or millions." msgstr "" diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 064090393..08523f7d9 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: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "This appendix explains how to preseed answers to questions in &d-i; to au msgstr "" #. Tag: para -#: preseed.xml:23 preseed.xml:697 +#: preseed.xml:23 preseed.xml:698 #, no-c-format msgid "The configuration fragments used in this appendix are also available as an example preconfiguration file from &urlset-example-preseed;." msgstr "" @@ -81,7 +81,7 @@ msgid "initrd" msgstr "" #. Tag: entry -#: preseed.xml:70 preseed.xml:537 +#: preseed.xml:70 preseed.xml:538 #, no-c-format msgid "file" msgstr "" @@ -161,77 +161,77 @@ msgstr "" #. Tag: para #: preseed.xml:126 #, no-c-format -msgid "Obviously, any questions that have been processed before the preconfiguration file is loaded cannot be preseeded (this will include questions that are only displayed at medium or low priority, like the first hardware detection run). offers a way to avoid these questions being asked." +msgid "Obviously, any questions that have been processed before the preconfiguration file is loaded cannot be preseeded (this will include questions that are only displayed at medium or low priority, like the first hardware detection run). A not so convenient way to avoid these questions from being asked is to preseed them through the boot parameters, as described in ." msgstr "" #. Tag: para -#: preseed.xml:134 +#: preseed.xml:135 #, no-c-format -msgid "In order to avoid the questions that would normally appear before the preseeding occurs, you can start the installer in auto mode. This delays questions that would normally be asked too early for preseeding (i.e. language, country and keyboard selection) until after the network comes up, thus allowing them to be preseeded. It also runs the installation at critical priority, which avoids many unimportant questions. See for details." +msgid "In order to easily avoid the questions that would normally appear before the preseeding occurs, you can start the installer in auto mode. This delays questions that would normally be asked too early for preseeding (i.e. language, country and keyboard selection) until after the network comes up, thus allowing them to be preseeded. It also runs the installation at critical priority, which avoids many unimportant questions. See for details." msgstr "" #. Tag: title -#: preseed.xml:148 +#: preseed.xml:149 #, no-c-format msgid "Limitations" msgstr "" #. Tag: para -#: preseed.xml:149 +#: preseed.xml:150 #, no-c-format msgid "Although most questions used by &d-i; can be preseeded using this method, there are some notable exceptions. You must (re)partition an entire disk or use available free space on a disk; it is not possible to use existing partitions." msgstr "" #. Tag: title -#: preseed.xml:223 +#: preseed.xml:224 #, no-c-format msgid "Using preseeding" msgstr "" #. Tag: para -#: preseed.xml:224 +#: preseed.xml:225 #, no-c-format msgid "You will first need to create a preconfiguration file and place it in the location from where you want to use it. Creating the preconfiguration file is covered later in this appendix. Putting it in the correct location is fairly straightforward for network preseeding or if you want to read the file off a floppy or usb-stick. If you want to include the file on a CD or DVD, you will have to remaster the ISO image. How to get the preconfiguration file included in the initrd is outside the scope of this document; please consult the developers' documentation for &d-i;." msgstr "" #. Tag: para -#: preseed.xml:235 +#: preseed.xml:236 #, no-c-format msgid "An example preconfiguration file that you can use as basis for your own preconfiguration file is available from &urlset-example-preseed;. This file is based on the configuration fragments included in this appendix." msgstr "" #. Tag: title -#: preseed.xml:244 +#: preseed.xml:245 #, no-c-format msgid "Loading the preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:245 +#: preseed.xml:246 #, no-c-format msgid "If you are using initrd preseeding, you only have to make sure a file named preseed.cfg is included in the root directory of the initrd. The installer will automatically check if this file is present and load it." msgstr "" #. Tag: para -#: preseed.xml:252 +#: preseed.xml:253 #, no-c-format msgid "For the other preseeding methods you need to tell the installer what file to use when you boot it. This is normally done by passing the kernel a boot parameter, either manually at boot time or by editing the bootloader configuration file (e.g. syslinux.cfg) and adding the parameter to the end of the append line(s) for the kernel.(e.g. grub.cfg) and adding the parameter as a new set line for the kernel.(e.g. grub.cfg) and adding the parameter to the end of the gnumach.gz line." msgstr "" #. Tag: para -#: preseed.xml:265 +#: preseed.xml:266 #, no-c-format msgid "If you do specify the preconfiguration file in the bootloader configuration, you might change the configuration so you don't need to hit enter to boot the installer. For syslinux this means setting the timeout to 1 in syslinux.cfg.For grub this means setting the timeout to 0 in grub.cfg." msgstr "" #. Tag: para -#: preseed.xml:274 +#: preseed.xml:275 #, no-c-format msgid "To make sure the installer gets the right preconfiguration file, you can optionally specify a checksum for the file. Currently this needs to be a md5sum, and if specified it must match the preconfiguration file or the installer will refuse to use it." msgstr "" #. Tag: screen -#: preseed.xml:283 +#: preseed.xml:284 #, no-c-format msgid "" "Boot parameters to specify:\n" @@ -250,91 +250,91 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:285 +#: preseed.xml:286 #, no-c-format msgid "Note that preseed/url can be shortened to just url, preseed/file to just file and preseed/file/checksum to just preseed-md5 when they are passed as boot parameters." msgstr "" #. Tag: title -#: preseed.xml:296 +#: preseed.xml:297 #, no-c-format msgid "Using boot parameters to preseed questions" msgstr "" #. Tag: para -#: preseed.xml:297 +#: preseed.xml:298 #, no-c-format msgid "If a preconfiguration file cannot be used to preseed some steps, the install can still be fully automated, since you can pass preseed values on the command line when booting the installer." msgstr "" #. Tag: para -#: preseed.xml:303 +#: preseed.xml:304 #, no-c-format msgid "Boot parameters can also be used if you do not really want to use preseeding, but just want to provide an answer for a specific question. Some examples where this can be useful are documented elsewhere in this manual." msgstr "" #. Tag: para -#: preseed.xml:309 +#: preseed.xml:310 #, no-c-format msgid "To set a value to be used inside &d-i;, just pass path/to/variable=value for any of the preseed variables listed in the examples in this appendix. If a value is to be used to configure packages for the target system, you will need to prepend the owner The owner of a debconf variable (or template) is normally the name of the package that contains the corresponding debconf template. For variables used in the installer itself the owner is d-i. Templates and variables can have more than one owner which helps to determine whether they can be removed from the debconf database if the package is purged. of the variable as in owner:path/to/variable=value. If you don't specify the owner, the value for the variable will not be copied to the debconf database in the target system and thus remain unused during the configuration of the relevant package." msgstr "" #. Tag: para -#: preseed.xml:332 +#: preseed.xml:333 #, no-c-format msgid "Normally, preseeding a question in this way will mean that the question will not be asked. To set a specific default value for a question, but still have the question asked, use ?= instead of = as operator. See also ." msgstr "" #. Tag: para -#: preseed.xml:339 +#: preseed.xml:340 #, no-c-format msgid "Note that some variables that are frequently set at the boot prompt have a shorter alias. If an alias is available, it is used in the examples in this appendix instead of the full variable. The preseed/url variable for example has been aliased as url. Another example is the tasks alias, which translates to tasksel:tasksel/first." msgstr "" #. Tag: para -#: preseed.xml:348 +#: preseed.xml:349 #, no-c-format msgid "A -- in the boot options has special meaning. Kernel parameters that appear after the last -- may be copied into the bootloader configuration for the installed system (if supported by the installer for the bootloader). The installer will automatically filter out any options (like preconfiguration options) that it recognizes." msgstr "" #. Tag: para -#: preseed.xml:357 +#: preseed.xml:358 #, no-c-format msgid "Current linux kernels (2.6.9 and later) accept a maximum of 32 command line options and 32 environment options, including any options added by default for the installer. If these numbers are exceeded, the kernel will panic (crash). (For earlier kernels, these numbers were lower.)" msgstr "" #. Tag: para -#: preseed.xml:365 +#: preseed.xml:366 #, no-c-format msgid "For most installations some of the default options in your bootloader configuration file, like vga=normal, may be safely removed which may allow you to add more options for preseeding." msgstr "" #. Tag: para -#: preseed.xml:372 +#: preseed.xml:373 #, no-c-format msgid "It may not always be possible to specify values with spaces for boot parameters, even if you delimit them with quotes." msgstr "" #. Tag: title -#: preseed.xml:381 +#: preseed.xml:382 #, no-c-format msgid "Auto mode" msgstr "" #. Tag: para -#: preseed.xml:382 +#: preseed.xml:383 #, no-c-format msgid "There are several features of &debian; Installer that combine to allow fairly simple command lines at the boot prompt to result in arbitrarily complex customized automatic installs." msgstr "" #. Tag: para -#: preseed.xml:388 +#: preseed.xml:389 #, no-c-format msgid "This is enabled by using the Automated install boot choice, also called auto for some architectures or boot methods. In this section, auto is thus not a parameter, it means selecting that boot choice, and appending the following boot parameters on the boot prompt. See for information on how to add a boot parameter." msgstr "" #. Tag: para -#: preseed.xml:397 +#: preseed.xml:398 #, no-c-format msgid "" "To illustrate this, here are some examples that can be used at the boot prompt: \n" @@ -343,13 +343,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:411 +#: preseed.xml:412 #, no-c-format msgid "The last part of that url (d-i/&releasename;/./preseed.cfg) is taken from auto-install/defaultroot. By default this includes the directory &releasename; to allow future versions to specify their own codename and let people migrate forwards in a controlled manner. The /./ bit is used to indicate a root, relative to which subsequent paths can be anchored (for use in preseed/include and preseed/run). This allows files to be specified either as full URLs, paths starting with / that are thus anchored, or even paths relative to the location where the last preseed file was found. This can be used to construct more portable scripts where an entire hierarchy of scripts can be moved to a new location without breaking it, for example copying the files onto a USB stick when they started out on a web server. In this example, if the preseed file sets preseed/run to /scripts/late_command.sh then the file will be fetched from http://autoserver.example.com/d-i/&releasename;/./scripts/late_command.sh." msgstr "" #. Tag: para -#: preseed.xml:431 +#: preseed.xml:432 #, no-c-format msgid "" "If there is no local DHCP or DNS infrastructure, or if you do not want to use the default path to preseed.cfg, you can still use an explicit url, and if you don't use the /./ element it will be anchored to the start of the path (i.e. the third / in the URL). Here is an example that requires minimal support from the local network infrastructure: \n" @@ -358,25 +358,25 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:444 +#: preseed.xml:445 #, no-c-format msgid "if the URL is missing a protocol, http is assumed," msgstr "" #. Tag: para -#: preseed.xml:447 +#: preseed.xml:448 #, no-c-format msgid "if the hostname section contains no periods, it has the domain derived from DHCP appended to it, and" msgstr "" #. Tag: para -#: preseed.xml:451 +#: preseed.xml:452 #, no-c-format msgid "if there's no /'s after the hostname, then the default path is added." msgstr "" #. Tag: para -#: preseed.xml:457 +#: preseed.xml:458 #, no-c-format msgid "" "In addition to specifying the url, you can also specify settings that do not directly affect the behavior of &d-i; itself, but can be passed through to scripts specified using preseed/run in the loaded preseed file. At present, the only example of this is auto-install/classes, which has an alias classes. This can be used thus: \n" @@ -385,313 +385,313 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:471 +#: preseed.xml:472 #, no-c-format msgid "It is of course possible to extend this concept, and if you do, it is reasonable to use the auto-install namespace for this. So one might have something like auto-install/style which is then used in your scripts. If you feel the need to do this, please mention it on the debian-boot@lists.debian.org mailing list so that we can avoid namespace conflicts, and perhaps add an alias for the parameter for you." msgstr "" #. Tag: para -#: preseed.xml:481 +#: preseed.xml:482 #, no-c-format msgid "The auto boot choice is not yet defined on all arches. The same effect may be achieved by simply adding the two parameters auto=true priority=critical to the kernel command line. The auto kernel parameter is an alias for auto-install/enable and setting it to true delays the locale and keyboard questions until after there has been a chance to preseed them, while priority is an alias for debconf/priority and setting it to critical stops any questions with a lower priority from being asked." msgstr "" #. Tag: para -#: preseed.xml:495 +#: preseed.xml:496 #, no-c-format msgid "Additional options that may be of interest while attempting to automate an install while using DHCP are: interface=auto netcfg/dhcp_timeout=60 which makes the machine choose the first viable NIC and be more patient about getting a reply to its DHCP query." msgstr "" #. Tag: para -#: preseed.xml:504 +#: preseed.xml:505 #, no-c-format msgid "An extensive example of how to use this framework, including example scripts and classes, can be found on the website of its developer. The examples available there also show many other nice effects that can be achieved by creative use of preconfiguration." msgstr "" #. Tag: title -#: preseed.xml:515 +#: preseed.xml:516 #, no-c-format msgid "Aliases useful with preseeding" msgstr "" #. Tag: para -#: preseed.xml:516 +#: preseed.xml:517 #, no-c-format msgid "The following aliases can be useful when using (auto mode) preseeding. Note that these are simply short aliases for question names, and you always need to specify a value as well: for example, auto=true or interface=eth0." msgstr "" #. Tag: entry -#: preseed.xml:529 +#: preseed.xml:530 #, no-c-format msgid "priority" msgstr "" #. Tag: entry -#: preseed.xml:529 +#: preseed.xml:530 #, no-c-format msgid "debconf/priority" msgstr "" #. Tag: entry -#: preseed.xml:530 +#: preseed.xml:531 #, no-c-format msgid "fb" msgstr "" #. Tag: entry -#: preseed.xml:530 +#: preseed.xml:531 #, no-c-format msgid "debian-installer/framebuffer" msgstr "" #. Tag: entry -#: preseed.xml:531 +#: preseed.xml:532 #, no-c-format msgid "language" msgstr "" #. Tag: entry -#: preseed.xml:531 +#: preseed.xml:532 #, no-c-format msgid "debian-installer/language" msgstr "" #. Tag: entry -#: preseed.xml:532 +#: preseed.xml:533 #, no-c-format msgid "country" msgstr "" #. Tag: entry -#: preseed.xml:532 +#: preseed.xml:533 #, no-c-format msgid "debian-installer/country" msgstr "" #. Tag: entry -#: preseed.xml:533 +#: preseed.xml:534 #, no-c-format msgid "locale" msgstr "" #. Tag: entry -#: preseed.xml:533 +#: preseed.xml:534 #, no-c-format msgid "debian-installer/locale" msgstr "" #. Tag: entry -#: preseed.xml:534 +#: preseed.xml:535 #, no-c-format msgid "theme" msgstr "" #. Tag: entry -#: preseed.xml:534 +#: preseed.xml:535 #, no-c-format msgid "debian-installer/theme" msgstr "" #. Tag: entry -#: preseed.xml:535 +#: preseed.xml:536 #, no-c-format msgid "auto" msgstr "" #. Tag: entry -#: preseed.xml:535 +#: preseed.xml:536 #, no-c-format msgid "auto-install/enable" msgstr "" #. Tag: entry -#: preseed.xml:536 +#: preseed.xml:537 #, no-c-format msgid "classes" msgstr "" #. Tag: entry -#: preseed.xml:536 +#: preseed.xml:537 #, no-c-format msgid "auto-install/classes" msgstr "" #. Tag: entry -#: preseed.xml:537 +#: preseed.xml:538 #, no-c-format msgid "preseed/file" msgstr "" #. Tag: entry -#: preseed.xml:538 +#: preseed.xml:539 #, no-c-format msgid "url" msgstr "" #. Tag: entry -#: preseed.xml:538 +#: preseed.xml:539 #, no-c-format msgid "preseed/url" msgstr "" #. Tag: entry -#: preseed.xml:539 +#: preseed.xml:540 #, no-c-format msgid "domain" msgstr "" #. Tag: entry -#: preseed.xml:539 +#: preseed.xml:540 #, no-c-format msgid "netcfg/get_domain" msgstr "" #. Tag: entry -#: preseed.xml:540 +#: preseed.xml:541 #, no-c-format msgid "hostname   " msgstr "" #. Tag: entry -#: preseed.xml:540 +#: preseed.xml:541 #, no-c-format msgid "netcfg/get_hostname" msgstr "" #. Tag: entry -#: preseed.xml:541 +#: preseed.xml:542 #, no-c-format msgid "interface" msgstr "" #. Tag: entry -#: preseed.xml:541 +#: preseed.xml:542 #, no-c-format msgid "netcfg/choose_interface" msgstr "" #. Tag: entry -#: preseed.xml:542 +#: preseed.xml:543 #, no-c-format msgid "protocol" msgstr "" #. Tag: entry -#: preseed.xml:542 +#: preseed.xml:543 #, no-c-format msgid "mirror/protocol" msgstr "" #. Tag: entry -#: preseed.xml:543 +#: preseed.xml:544 #, no-c-format msgid "suite" msgstr "" #. Tag: entry -#: preseed.xml:543 +#: preseed.xml:544 #, no-c-format msgid "mirror/suite" msgstr "" #. Tag: entry -#: preseed.xml:544 +#: preseed.xml:545 #, no-c-format msgid "modules" msgstr "" #. Tag: entry -#: preseed.xml:544 +#: preseed.xml:545 #, no-c-format msgid "anna/choose_modules" msgstr "" #. Tag: entry -#: preseed.xml:545 +#: preseed.xml:546 #, no-c-format msgid "recommends" msgstr "" #. Tag: entry -#: preseed.xml:545 +#: preseed.xml:546 #, no-c-format msgid "base-installer/install-recommends" msgstr "" #. Tag: entry -#: preseed.xml:546 +#: preseed.xml:547 #, no-c-format msgid "tasks" msgstr "" #. Tag: entry -#: preseed.xml:546 +#: preseed.xml:547 #, no-c-format msgid "tasksel:tasksel/first" msgstr "" #. Tag: entry -#: preseed.xml:547 +#: preseed.xml:548 #, no-c-format msgid "desktop" msgstr "" #. Tag: entry -#: preseed.xml:547 +#: preseed.xml:548 #, no-c-format msgid "tasksel:tasksel/desktop" msgstr "" #. Tag: entry -#: preseed.xml:548 +#: preseed.xml:549 #, no-c-format msgid "dmraid" msgstr "" #. Tag: entry -#: preseed.xml:548 +#: preseed.xml:549 #, no-c-format msgid "disk-detect/dmraid/enable" msgstr "" #. Tag: entry -#: preseed.xml:549 +#: preseed.xml:550 #, no-c-format msgid "keymap" msgstr "" #. Tag: entry -#: preseed.xml:549 +#: preseed.xml:550 #, no-c-format msgid "keyboard-configuration/xkb-keymap" msgstr "" #. Tag: entry -#: preseed.xml:550 +#: preseed.xml:551 #, no-c-format msgid "preseed-md5" msgstr "" #. Tag: entry -#: preseed.xml:550 +#: preseed.xml:551 #, no-c-format msgid "preseed/file/checksum" msgstr "" #. Tag: title -#: preseed.xml:557 +#: preseed.xml:558 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:558 +#: preseed.xml:559 #, no-c-format msgid "It's also possible to use DHCP to specify a preconfiguration file to download from the network. DHCP allows specifying a filename. Normally this is a file to netboot, but if it appears to be an URL then installation media that support network preseeding will download the file from the URL and use it as a preconfiguration file. Here is an example of how to set it up in the dhcpd.conf for version 3 of the ISC DHCP server (the isc-dhcp-server &debian; package)." msgstr "" #. Tag: screen -#: preseed.xml:569 +#: preseed.xml:570 #, no-c-format msgid "" "if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n" @@ -700,85 +700,85 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:571 +#: preseed.xml:572 #, no-c-format msgid "Note that the above example limits this filename to DHCP clients that identify themselves as \"d-i\", so it will not affect regular DHCP clients, but only the installer. You can also put the text in a stanza for only one particular host to avoid preseeding all installs on your network." msgstr "" #. Tag: para -#: preseed.xml:578 +#: preseed.xml:579 #, no-c-format msgid "A good way to use the DHCP preseeding is to only preseed values specific to your network, such as the &debian; mirror to use. This way installs on your network will automatically get a good mirror selected, but the rest of the installation can be performed interactively. Using DHCP preseeding to fully automate &debian; installs should only be done with care." msgstr "" #. Tag: title -#: preseed.xml:592 +#: preseed.xml:593 #, no-c-format msgid "Creating a preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:593 +#: preseed.xml:594 #, no-c-format msgid "The preconfiguration file is in the format used by the debconf-set-selections command. The general format of a line in a preconfiguration file is:" msgstr "" #. Tag: screen -#: preseed.xml:599 +#: preseed.xml:600 #, no-c-format msgid "<owner> <question name> <question type> <value>" msgstr "" #. Tag: para -#: preseed.xml:601 +#: preseed.xml:602 #, no-c-format msgid "There are a few rules to keep in mind when writing a preconfiguration file." msgstr "" #. Tag: para -#: preseed.xml:608 +#: preseed.xml:609 #, no-c-format msgid "Put only a single space or tab between type and value: any additional whitespace will be interpreted as belonging to the value." msgstr "" #. Tag: para -#: preseed.xml:612 +#: preseed.xml:613 #, no-c-format msgid "A line can be split into multiple lines by appending a backslash (\\) as the line continuation character. A good place to split a line is after the question name; a bad place is between type and value. Split lines will be joined into a single line with all leading/trailing whitespace condensed to a single space." msgstr "" #. Tag: para -#: preseed.xml:619 +#: preseed.xml:620 #, no-c-format msgid "For debconf variables (templates) used only in the installer itself, the owner should be set to d-i; to preseed variables used in the installed system, the name of the package that contains the corresponding debconf template should be used. Only variables that have their owner set to something other than d-i will be propagated to the debconf database for the installed system." msgstr "" #. Tag: para -#: preseed.xml:627 +#: preseed.xml:628 #, no-c-format msgid "Most questions need to be preseeded using the values valid in English and not the translated values. However, there are some questions (for example in partman) where the translated values need to be used." msgstr "" #. Tag: para -#: preseed.xml:633 +#: preseed.xml:634 #, no-c-format msgid "Some questions take a code as value instead of the English text that is shown during installation." msgstr "" #. Tag: para -#: preseed.xml:639 +#: preseed.xml:640 #, no-c-format msgid "The easiest way to create a preconfiguration file is to use the example file linked in as basis and work from there." msgstr "" #. Tag: para -#: preseed.xml:644 +#: preseed.xml:645 #, no-c-format msgid "An alternative method is to do a manual installation and then, after rebooting, use the debconf-get-selections from the debconf-utils package to dump both the debconf database and the installer's cdebconf database to a single file:" msgstr "" #. Tag: screen -#: preseed.xml:651 +#: preseed.xml:652 #, no-c-format msgid "" "$ debconf-get-selections --installer > file\n" @@ -786,79 +786,79 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:653 +#: preseed.xml:654 #, no-c-format msgid "However, a file generated in this manner will have some items that should not be preseeded, and the example file is a better starting place for most users." msgstr "" #. Tag: para -#: preseed.xml:661 +#: preseed.xml:662 #, no-c-format msgid "This method relies on the fact that, at the end of the installation, the installer's cdebconf database is saved to the installed system in /var/log/installer/cdebconf. However, because the database may contain sensitive information, by default the files are only readable by root." msgstr "" #. Tag: para -#: preseed.xml:669 +#: preseed.xml:670 #, no-c-format msgid "The directory /var/log/installer and all files in it will be deleted from your system if you purge the package installation-report." msgstr "" #. Tag: para -#: preseed.xml:677 +#: preseed.xml:678 #, no-c-format msgid "To check possible values for questions, you can use nano to examine the files in /var/lib/cdebconf while an installation is in progress. View templates.dat for the raw templates and questions.dat for the current values and for the values assigned to variables." msgstr "" #. Tag: para -#: preseed.xml:685 +#: preseed.xml:686 #, no-c-format msgid "To check if the format of your preconfiguration file is valid before performing an install, you can use the command debconf-set-selections -c preseed.cfg." msgstr "" #. Tag: title -#: preseed.xml:696 +#: preseed.xml:697 #, no-c-format msgid "Contents of the preconfiguration file (for &releasename;)" msgstr "" #. Tag: para -#: preseed.xml:702 +#: preseed.xml:703 #, no-c-format msgid "Note that this example is based on an installation for the Intel x86 architecture. If you are installing a different architecture, some of the examples (like keyboard selection and bootloader installation) may not be relevant and will need to be replaced by debconf settings appropriate for your architecture." msgstr "" #. Tag: para -#: preseed.xml:710 +#: preseed.xml:711 #, no-c-format msgid "Details on how the different Debian Installer components actually work can be found in ." msgstr "" #. Tag: title -#: preseed.xml:718 +#: preseed.xml:719 #, no-c-format msgid "Localization" msgstr "" #. Tag: para -#: preseed.xml:719 +#: preseed.xml:720 #, no-c-format msgid "Setting localization values will only work if you are using initrd preseeding. With all other methods the preconfiguration file will only be loaded after these questions have been asked." msgstr "" #. Tag: para -#: preseed.xml:725 +#: preseed.xml:726 #, no-c-format msgid "The locale can be used to specify both language and country and can be any combination of a language supported by &d-i; and a recognized country. If the combination does not form a valid locale, the installer will automatically select a locale that is valid for the selected language. To specify the locale as a boot parameter, use locale=en_US." msgstr "" #. Tag: para -#: preseed.xml:734 +#: preseed.xml:735 #, no-c-format msgid "Although this method is very easy to use, it does not allow preseeding of all possible combinations of language, country and locale Preseeding locale to en_NL would for example result in en_US.UTF-8 as default locale for the installed system. If e.g. en_GB.UTF-8 is preferred instead, the values will need to be preseeded individually. . So alternatively the values can be preseeded individually. Language and country can also be specified as boot parameters." msgstr "" #. Tag: screen -#: preseed.xml:749 +#: preseed.xml:750 #, no-c-format msgid "" "# Preseeding only locale sets language, country and locale.\n" @@ -873,13 +873,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:751 +#: preseed.xml:752 #, no-c-format msgid "Keyboard configuration consists of selecting a keymap and (for non-latin keymaps) a toggle key to switch between the non-latin keymap and the US keymap. Only basic keymap variants are available during installation. Advanced variants are available only in the installed system, through dpkg-reconfigure keyboard-configuration." msgstr "" #. Tag: screen -#: preseed.xml:759 +#: preseed.xml:760 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -888,49 +888,49 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:761 +#: preseed.xml:762 #, no-c-format msgid "To skip keyboard configuration, preseed keymap with skip-config. This will result in the kernel keymap remaining active." msgstr "" #. Tag: title -#: preseed.xml:773 +#: preseed.xml:774 #, no-c-format msgid "Network configuration" msgstr "" #. Tag: para -#: preseed.xml:774 +#: preseed.xml:775 #, no-c-format msgid "Of course, preseeding the network configuration won't work if you're loading your preconfiguration file from the network. But it's great when you're booting from CD or USB stick. If you are loading preconfiguration files from the network, you can pass network config parameters by using kernel boot parameters." msgstr "" #. Tag: para -#: preseed.xml:782 +#: preseed.xml:783 #, no-c-format msgid "If you need to pick a particular interface when netbooting before loading a preconfiguration file from the network, use a boot parameter such as interface=eth1." msgstr "" #. Tag: para -#: preseed.xml:788 +#: preseed.xml:789 #, no-c-format msgid "Although preseeding the network configuration is normally not possible when using network preseeding (using preseed/url), you can use the following hack to work around that, for example if you'd like to set a static address for the network interface. The hack is to force the network configuration to run again after the preconfiguration file has been loaded by creating a preseed/run script containing the following commands:" msgstr "" #. Tag: screen -#: preseed.xml:798 +#: preseed.xml:799 #, no-c-format msgid "kill-all-dhcp; netcfg" msgstr "" #. Tag: para -#: preseed.xml:800 +#: preseed.xml:801 #, no-c-format msgid "The following debconf variables are relevant for network configuration." msgstr "" #. Tag: screen -#: preseed.xml:806 +#: preseed.xml:807 #, no-c-format msgid "" "# Disable network configuration entirely. This is useful for cdrom\n" @@ -1003,19 +1003,19 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:808 +#: preseed.xml:809 #, no-c-format msgid "Please note that netcfg will automatically determine the netmask if netcfg/get_netmask is not preseeded. In this case, the variable has to be marked as seen for automatic installations. Similarly, netcfg will choose an appropriate address if netcfg/get_gateway is not set. As a special case, you can set netcfg/get_gateway to none to specify that no gateway should be used." msgstr "" #. Tag: title -#: preseed.xml:824 +#: preseed.xml:825 #, no-c-format msgid "Network console" msgstr "" #. Tag: screen -#: preseed.xml:826 +#: preseed.xml:827 #, no-c-format msgid "" "# Use the following settings if you wish to make use of the network-console\n" @@ -1028,31 +1028,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:831 +#: preseed.xml:832 #, no-c-format msgid "Mirror settings" msgstr "" #. Tag: para -#: preseed.xml:832 +#: preseed.xml:833 #, no-c-format msgid "Depending on the installation method you use, a mirror may be used to download additional components of the installer, to install the base system, and to set up the /etc/apt/sources.list for the installed system." msgstr "" #. Tag: para -#: preseed.xml:839 +#: preseed.xml:840 #, no-c-format msgid "The parameter mirror/suite determines the suite for the installed system." msgstr "" #. Tag: para -#: preseed.xml:844 +#: preseed.xml:845 #, no-c-format msgid "The parameter mirror/udeb/suite determines the suite for additional components for the installer. It is only useful to set this if components are actually downloaded over the network and should match the suite that was used to build the initrd for the installation method used for the installation. Normally the installer will automatically use the correct value and there should be no need to set this." msgstr "" #. Tag: screen -#: preseed.xml:855 +#: preseed.xml:856 #, no-c-format msgid "" "# If you select ftp, the mirror/country string does not need to be set.\n" @@ -1069,25 +1069,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:860 +#: preseed.xml:861 #, no-c-format msgid "Account setup" msgstr "" #. Tag: para -#: preseed.xml:861 +#: preseed.xml:862 #, no-c-format msgid "The password for the root account and name and password for a first regular user's account can be preseeded. For the passwords you can use either clear text values or MD5 hashes." msgstr "" #. Tag: para -#: preseed.xml:868 +#: preseed.xml:869 #, no-c-format msgid "Be aware that preseeding passwords is not completely secure as everyone with access to the preconfiguration file will have the knowledge of these passwords. Using MD5 hashes is considered slightly better in terms of security but it might also give a false sense of security as access to a MD5 hash allows for brute force attacks." msgstr "" #. Tag: screen -#: preseed.xml:878 +#: preseed.xml:879 #, no-c-format msgid "" "# Skip creation of a root account (normal user account will be able to\n" @@ -1119,31 +1119,31 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:880 +#: preseed.xml:881 #, no-c-format msgid "The passwd/root-password-crypted and passwd/user-password-crypted variables can also be preseeded with ! as their value. In that case, the corresponding account is disabled. This may be convenient for the root account, provided of course that an alternative method is set up to allow administrative activities or root login (for instance by using SSH key authentication or sudo)." msgstr "" #. Tag: para -#: preseed.xml:890 +#: preseed.xml:891 #, no-c-format msgid "The following command can be used to generate an MD5 hash for a password:" msgstr "" #. Tag: screen -#: preseed.xml:894 +#: preseed.xml:895 #, no-c-format msgid "$ printf \"r00tme\" | mkpasswd -s -m md5" msgstr "" #. Tag: title -#: preseed.xml:900 +#: preseed.xml:901 #, no-c-format msgid "Clock and time zone setup" msgstr "" #. Tag: screen -#: preseed.xml:902 +#: preseed.xml:903 #, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" @@ -1160,43 +1160,43 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:907 +#: preseed.xml:908 #, no-c-format msgid "Partitioning" msgstr "" #. Tag: para -#: preseed.xml:908 +#: preseed.xml:909 #, no-c-format msgid "Using preseeding to partition the harddisk is limited to what is supported by partman-auto. You can choose to partition either existing free space on a disk or a whole disk. The layout of the disk can be determined by using a predefined recipe, a custom recipe from a recipe file or a recipe included in the preconfiguration file." msgstr "" #. Tag: para -#: preseed.xml:916 +#: preseed.xml:917 #, no-c-format msgid "Preseeding of advanced partition setups using RAID, LVM and encryption is supported, but not with the full flexibility possible when partitioning during a non-preseeded install." msgstr "" #. Tag: para -#: preseed.xml:922 +#: preseed.xml:923 #, no-c-format msgid "The examples below only provide basic information on the use of recipes. For detailed information see the files partman-auto-recipe.txt and partman-auto-raid-recipe.txt included in the debian-installer package. Both files are also available from the &d-i; source repository. Note that the supported functionality may change between releases." msgstr "" #. Tag: para -#: preseed.xml:936 +#: preseed.xml:937 #, no-c-format msgid "The identification of disks is dependent on the order in which their drivers are loaded. If there are multiple disks in the system, make very sure the correct one will be selected before using preseeding." msgstr "" #. Tag: title -#: preseed.xml:945 +#: preseed.xml:946 #, no-c-format msgid "Partitioning example" msgstr "" #. Tag: screen -#: preseed.xml:947 +#: preseed.xml:948 #, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" @@ -1272,31 +1272,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:951 +#: preseed.xml:952 #, no-c-format msgid "Partitioning using RAID" msgstr "" #. Tag: para -#: preseed.xml:952 +#: preseed.xml:953 #, no-c-format msgid "You can also use preseeding to set up partitions on software RAID arrays. Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and specifying spare devices." msgstr "" #. Tag: para -#: preseed.xml:958 +#: preseed.xml:959 #, no-c-format msgid "If you are using RAID 1, you can preseed grub to install to all devices used in the array; see ." msgstr "" #. Tag: para -#: preseed.xml:965 +#: preseed.xml:966 #, no-c-format msgid "This type of automated partitioning is easy to get wrong. It is also functionality that receives relatively little testing from the developers of &d-i;. The responsibility to get the various recipes right (so they make sense and don't conflict) lies with the user. Check /var/log/syslog if you run into problems." msgstr "" #. Tag: screen -#: preseed.xml:975 +#: preseed.xml:976 #, no-c-format msgid "" "# The method should be set to \"raid\".\n" @@ -1350,31 +1350,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:980 +#: preseed.xml:981 #, no-c-format msgid "Controlling how partitions are mounted" msgstr "" #. Tag: para -#: preseed.xml:981 +#: preseed.xml:982 #, no-c-format msgid "Normally, filesystems are mounted using a universally unique identifier (UUID) as a key; this allows them to be mounted properly even if their device name changes. UUIDs are long and difficult to read, so, if you prefer, the installer can mount filesystems based on the traditional device names, or based on a label you assign. If you ask the installer to mount by label, any filesystems without a label will be mounted using a UUID instead." msgstr "" #. Tag: para -#: preseed.xml:990 +#: preseed.xml:991 #, no-c-format msgid "Devices with stable names, such as LVM logical volumes, will continue to use their traditional names rather than UUIDs." msgstr "" #. Tag: para -#: preseed.xml:997 +#: preseed.xml:998 #, no-c-format msgid "Traditional device names may change based on the order in which the kernel discovers devices at boot, which may cause the wrong filesystem to be mounted. Similarly, labels are likely to clash if you plug in a new disk or a USB drive, and if that happens your system's behaviour when started will be random." msgstr "" #. Tag: screen -#: preseed.xml:1007 +#: preseed.xml:1008 #, no-c-format msgid "" "# The default is to mount by UUID, but you can also choose \"traditional\" to\n" @@ -1384,19 +1384,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1013 +#: preseed.xml:1014 #, no-c-format msgid "Base system installation" msgstr "" #. Tag: para -#: preseed.xml:1014 +#: preseed.xml:1015 #, no-c-format msgid "There is actually not very much that can be preseeded for this stage of the installation. The only questions asked concern the installation of the kernel." msgstr "" #. Tag: screen -#: preseed.xml:1021 +#: preseed.xml:1022 #, no-c-format msgid "" "# Configure APT to not install recommended packages by default. Use of this\n" @@ -1410,19 +1410,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1026 +#: preseed.xml:1027 #, no-c-format msgid "Apt setup" msgstr "" #. Tag: para -#: preseed.xml:1027 +#: preseed.xml:1028 #, no-c-format msgid "Setup of the /etc/apt/sources.list and basic configuration options is fully automated based on your installation method and answers to earlier questions. You can optionally add other (local) repositories." msgstr "" #. Tag: screen -#: preseed.xml:1035 +#: preseed.xml:1036 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -1453,97 +1453,97 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1040 +#: preseed.xml:1041 #, no-c-format msgid "Package selection" msgstr "" #. Tag: para -#: preseed.xml:1041 +#: preseed.xml:1042 #, no-c-format msgid "You can choose to install any combination of tasks that are available. Available tasks as of this writing include:" msgstr "" #. Tag: userinput -#: preseed.xml:1050 +#: preseed.xml:1051 #, no-c-format msgid "standard" msgstr "" #. Tag: userinput -#: preseed.xml:1053 +#: preseed.xml:1054 #, no-c-format msgid "desktop" msgstr "" #. Tag: userinput -#: preseed.xml:1056 +#: preseed.xml:1057 #, no-c-format msgid "gnome-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:1059 +#: preseed.xml:1060 #, no-c-format msgid "kde-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:1062 +#: preseed.xml:1063 #, no-c-format msgid "web-server" msgstr "" #. Tag: userinput -#: preseed.xml:1065 +#: preseed.xml:1066 #, no-c-format msgid "print-server" msgstr "" #. Tag: userinput -#: preseed.xml:1068 +#: preseed.xml:1069 #, no-c-format msgid "dns-server" msgstr "" #. Tag: userinput -#: preseed.xml:1071 +#: preseed.xml:1072 #, no-c-format msgid "file-server" msgstr "" #. Tag: userinput -#: preseed.xml:1074 +#: preseed.xml:1075 #, no-c-format msgid "mail-server" msgstr "" #. Tag: userinput -#: preseed.xml:1077 +#: preseed.xml:1078 #, no-c-format msgid "sql-database" msgstr "" #. Tag: userinput -#: preseed.xml:1080 +#: preseed.xml:1081 #, no-c-format msgid "laptop" msgstr "" #. Tag: para -#: preseed.xml:1084 +#: preseed.xml:1085 #, no-c-format msgid "You can also choose to install no tasks, and force the installation of a set of packages in some other way. We recommend always including the standard task." msgstr "" #. Tag: para -#: preseed.xml:1090 +#: preseed.xml:1091 #, no-c-format msgid "If you want to install some individual packages in addition to packages installed by tasks, you can use the parameter pkgsel/include. The value of this parameter can be a list of packages separated by either commas or spaces, which allows it to be used easily on the kernel command line as well." msgstr "" #. Tag: screen -#: preseed.xml:1100 +#: preseed.xml:1101 #, no-c-format msgid "" "#tasksel tasksel/first multiselect standard, web-server\n" @@ -1565,13 +1565,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1105 +#: preseed.xml:1106 #, no-c-format msgid "Boot loader installation" msgstr "" #. Tag: screen -#: preseed.xml:1107 +#: preseed.xml:1108 #, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" @@ -1614,19 +1614,19 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1109 +#: preseed.xml:1110 #, no-c-format msgid "An MD5 hash for a password for grub can be generated using grub-md5-crypt, or using the command from the example in ." msgstr "" #. Tag: title -#: preseed.xml:1119 +#: preseed.xml:1120 #, no-c-format msgid "Finishing up the installation" msgstr "" #. Tag: screen -#: preseed.xml:1121 +#: preseed.xml:1122 #, no-c-format msgid "" "# During installations from serial console, the regular virtual consoles\n" @@ -1649,13 +1649,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1126 +#: preseed.xml:1127 #, no-c-format msgid "Preseeding other packages" msgstr "" #. Tag: screen -#: preseed.xml:1128 +#: preseed.xml:1129 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -1668,25 +1668,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1135 +#: preseed.xml:1136 #, no-c-format msgid "Advanced options" msgstr "" #. Tag: title -#: preseed.xml:1138 +#: preseed.xml:1139 #, no-c-format msgid "Running custom commands during the installation" msgstr "" #. Tag: para -#: preseed.xml:1139 +#: preseed.xml:1140 #, no-c-format msgid "A very powerful and flexible option offered by the preconfiguration tools is the ability to run commands or scripts at certain points in the installation." msgstr "" +#. Tag: para +#: preseed.xml:1146 +#, no-c-format +msgid "When the filesystem of the target system is mounted, it is available in /target. If an installation CD is used, when it is mounted it is available in /cdrom." +msgstr "" + #. Tag: screen -#: preseed.xml:1147 +#: preseed.xml:1154 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -1712,13 +1718,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1152 +#: preseed.xml:1159 #, no-c-format msgid "Using preseeding to change default values" msgstr "" #. Tag: para -#: preseed.xml:1153 +#: preseed.xml:1160 #, no-c-format msgid "" "It is possible to use preseeding to change the default answer for a question, but still have the question asked. To do this the seen flag must be reset to false after setting the value for a question. \n" @@ -1728,37 +1734,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1167 +#: preseed.xml:1174 #, no-c-format msgid "Note that the d-i owner should only be used for variables used in the installer itself. For variables belonging to packages installed on the target system, you should use the name of that package instead. See the footnote to ." msgstr "" #. Tag: para -#: preseed.xml:1174 +#: preseed.xml:1181 #, no-c-format msgid "If you are preseeding using boot parameters, you can make the installer ask the corresponding question by using the ?= operator, i.e. foo/bar?=value (or owner:foo/bar?=value). This will of course only have effect for parameters that correspond to questions that are actually displayed during an installation and not for internal parameters." msgstr "" #. Tag: para -#: preseed.xml:1184 +#: preseed.xml:1191 #, no-c-format msgid "For more debugging information, use the boot parameter DEBCONF_DEBUG=5. This will cause debconf to print much more detail about the current settings of each variable and about its progress through each package's installation scripts." msgstr "" #. Tag: title -#: preseed.xml:1196 +#: preseed.xml:1203 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:1197 +#: preseed.xml:1204 #, no-c-format msgid "It is possible to include other preconfiguration files from a preconfiguration file. Any settings in those files will override pre-existing settings from files loaded earlier. This makes it possible to put, for example, general networking settings for your location in one file and more specific settings for certain configurations in other files." msgstr "" #. Tag: screen -#: preseed.xml:1207 +#: preseed.xml:1214 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -1786,7 +1792,7 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1209 +#: preseed.xml:1216 #, no-c-format msgid "It is also possible to chainload from the initrd or file preseeding phase, into network preseeding by setting preseed/url in the earlier files. This will cause network preseeding to be performed when the network comes up. You need to be careful when doing this, since there will be two distinct runs at preseeding, meaning for example that you get another chance to run the preseed/early command, the second one happening after the network comes up." msgstr "" diff --git a/po/pot/using-d-i.pot b/po/pot/using-d-i.pot index 4f7809b1b..a0ef262dc 100644 --- a/po/pot/using-d-i.pot +++ b/po/pot/using-d-i.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: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2014-08-03 08:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1243,575 +1243,575 @@ msgstr "" #. Tag: para #: using-d-i.xml:1381 #, no-c-format -msgid "If you select some free space, you will have the opportunity to create a new partition. You will have to answer a quick series of questions about its size, type (primary or logical), and location (beginning or end of the free space). After this, you will be presented with a detailed overview of your new partition. The main setting is Use as:, which determines if the partition will have a file system on it, or be used for swap, software RAID, LVM, an encrypted file system, or not be used at all. Other settings include mountpoint, mount options, and bootable flag; which settings are shown depends on how the partition is to be used. If you don't like the preselected defaults, feel free to change them to your liking. E.g. by selecting the option Use as:, you can choose a different filesystem for this partition, including options to use the partition for swap, software RAID, LVM, or not use it at all. Another nice feature is the ability to copy data from an existing partition onto this one. When you are satisfied with your new partition, select Done setting up the partition and you will return to partman's main screen." +msgid "If you select some free space, you will have the opportunity to create a new partition. You will have to answer a quick series of questions about its size, type (primary or logical), and location (beginning or end of the free space). After this, you will be presented with a detailed overview of your new partition. The main setting is Use as:, which determines if the partition will have a file system on it, or be used for swap, software RAID, LVM, an encrypted file system, or not be used at all. Other settings include mountpoint, mount options, and bootable flag; which settings are shown depends on how the partition is to be used. If you don't like the preselected defaults, feel free to change them to your liking. E.g. by selecting the option Use as:, you can choose a different filesystem for this partition, including options to use the partition for swap, software RAID, LVM, or not use it at all. When you are satisfied with your new partition, select Done setting up the partition and you will return to partman's main screen." msgstr "" #. Tag: para -#: using-d-i.xml:1403 +#: using-d-i.xml:1402 #, no-c-format msgid "If you decide you want to change something about your partition, simply select the partition, which will bring you to the partition configuration menu. This is the same screen as is used when creating a new partition, so you can change the same settings. One thing that may not be very obvious at a first glance is that you can resize the partition by selecting the item displaying the size of the partition. Filesystems known to work are at least fat16, fat32, ext2, ext3 and swap. This menu also allows you to delete a partition." msgstr "" #. Tag: para -#: using-d-i.xml:1414 +#: using-d-i.xml:1413 #, no-c-format msgid "Be sure to create at least two partitions: one for the root filesystem (which must be mounted as /) and one for swap. If you forget to mount the root filesystem, partman won't let you continue until you correct this issue." msgstr "" #. Tag: para -#: using-d-i.xml:1422 +#: using-d-i.xml:1421 #, no-c-format msgid "If you forget to select and format an EFI boot partition, partman will detect this and will not let you continue until you allocate one." msgstr "" #. Tag: para -#: using-d-i.xml:1428 +#: using-d-i.xml:1427 #, no-c-format msgid "Capabilities of partman can be extended with installer modules, but are dependent on your system's architecture. So if you can't see all promised goodies, check if you have loaded all required modules (e.g. partman-ext3, partman-xfs, or partman-lvm)." msgstr "" #. Tag: para -#: using-d-i.xml:1436 +#: using-d-i.xml:1435 #, no-c-format msgid "After you are satisfied with partitioning, select Finish partitioning and write changes to disk from the partitioning menu. You will be presented with a summary of changes made to the disks and asked to confirm that the filesystems should be created as requested." msgstr "" #. Tag: title -#: using-d-i.xml:1464 +#: using-d-i.xml:1463 #, no-c-format msgid "Configuring Multidisk Devices (Software RAID)" msgstr "" #. Tag: para -#: using-d-i.xml:1465 +#: using-d-i.xml:1464 #, no-c-format msgid "If you have more than one harddrive To be honest, you can construct an MD device even from partitions residing on single physical drive, but that won't give any benefits. in your computer, you can use mdcfg to set up your drives for increased performance and/or better reliability of your data. The result is called Multidisk Device (or after its most famous variant software RAID)." msgstr "" #. Tag: para -#: using-d-i.xml:1478 +#: using-d-i.xml:1477 #, no-c-format msgid "MD is basically a bunch of partitions located on different disks and combined together to form a logical device. This device can then be used like an ordinary partition (i.e. in partman you can format it, assign a mountpoint, etc.)." msgstr "" #. Tag: para -#: using-d-i.xml:1486 +#: using-d-i.xml:1485 #, no-c-format msgid "What benefits this brings depends on the type of MD device you are creating. Currently supported are: RAID0 Is mainly aimed at performance. RAID0 splits all incoming data into stripes and distributes them equally over each disk in the array. This can increase the speed of read/write operations, but when one of the disks fails, you will lose everything (part of the information is still on the healthy disk(s), the other part was on the failed disk). The typical use for RAID0 is a partition for video editing. RAID1 Is suitable for setups where reliability is the first concern. It consists of several (usually two) equally-sized partitions where every partition contains exactly the same data. This essentially means three things. First, if one of your disks fails, you still have the data mirrored on the remaining disks. Second, you can use only a fraction of the available capacity (more precisely, it is the size of the smallest partition in the RAID). Third, file-reads are load-balanced among the disks, which can improve performance on a server, such as a file server, that tends to be loaded with more disk reads than writes. Optionally you can have a spare disk in the array which will take the place of the failed disk in the case of failure. RAID5 Is a good compromise between speed, reliability and data redundancy. RAID5 splits all incoming data into stripes and distributes them equally on all but one disk (similar to RAID0). Unlike RAID0, RAID5 also computes parity information, which gets written on the remaining disk. The parity disk is not static (that would be called RAID4), but is changing periodically, so the parity information is distributed equally on all disks. When one of the disks fails, the missing part of information can be computed from remaining data and its parity. RAID5 must consist of at least three active partitions. Optionally you can have a spare disk in the array which will take the place of the failed disk in the case of failure. As you can see, RAID5 has a similar degree of reliability to RAID1 while achieving less redundancy. On the other hand, it might be a bit slower on write operations than RAID0 due to computation of parity information. RAID6 Is similar to RAID5 except that it uses two parity devices instead of one. A RAID6 array can survive up to two disk failures. RAID10 RAID10 combines striping (as in RAID0) and mirroring (as in RAID1). It creates n copies of incoming data and distributes them across the partitions so that none of the copies of the same data are on the same device. The default value of n is 2, but it can be set to something else in expert mode. The number of partitions used must be at least n. RAID10 has different layouts for distributing the copies. The default is near copies. Near copies have all of the copies at about the same offset on all of the disks. Far copies have the copies at different offsets on the disks. Offset copies copy the stripe, not the individual copies. RAID10 can be used to achieve reliability and redundancy without the drawback of having to calculate parity. To sum it up:" msgstr "" #. Tag: entry -#: using-d-i.xml:1600 +#: using-d-i.xml:1599 #, no-c-format msgid "Type" msgstr "" #. Tag: entry -#: using-d-i.xml:1601 +#: using-d-i.xml:1600 #, no-c-format msgid "Minimum Devices" msgstr "" #. Tag: entry -#: using-d-i.xml:1602 +#: using-d-i.xml:1601 #, no-c-format msgid "Spare Device" msgstr "" #. Tag: entry -#: using-d-i.xml:1603 +#: using-d-i.xml:1602 #, no-c-format msgid "Survives disk failure?" msgstr "" #. Tag: entry -#: using-d-i.xml:1604 +#: using-d-i.xml:1603 #, no-c-format msgid "Available Space" msgstr "" #. Tag: entry -#: using-d-i.xml:1610 +#: using-d-i.xml:1609 #, no-c-format msgid "RAID0" msgstr "" #. Tag: entry -#: using-d-i.xml:1611 using-d-i.xml:1619 using-d-i.xml:1649 +#: using-d-i.xml:1610 using-d-i.xml:1618 using-d-i.xml:1648 #, no-c-format msgid "2" msgstr "" #. Tag: entry -#: using-d-i.xml:1612 using-d-i.xml:1613 +#: using-d-i.xml:1611 using-d-i.xml:1612 #, no-c-format msgid "no" msgstr "" #. Tag: entry -#: using-d-i.xml:1614 +#: using-d-i.xml:1613 #, no-c-format msgid "Size of the smallest partition multiplied by number of devices in RAID" msgstr "" #. Tag: entry -#: using-d-i.xml:1618 +#: using-d-i.xml:1617 #, no-c-format msgid "RAID1" msgstr "" #. Tag: entry -#: using-d-i.xml:1620 using-d-i.xml:1628 using-d-i.xml:1639 using-d-i.xml:1650 +#: using-d-i.xml:1619 using-d-i.xml:1627 using-d-i.xml:1638 using-d-i.xml:1649 #, no-c-format msgid "optional" msgstr "" #. Tag: entry -#: using-d-i.xml:1621 using-d-i.xml:1629 using-d-i.xml:1640 using-d-i.xml:1651 +#: using-d-i.xml:1620 using-d-i.xml:1628 using-d-i.xml:1639 using-d-i.xml:1650 #, no-c-format msgid "yes" msgstr "" #. Tag: entry -#: using-d-i.xml:1622 +#: using-d-i.xml:1621 #, no-c-format msgid "Size of the smallest partition in RAID" msgstr "" #. Tag: entry -#: using-d-i.xml:1626 +#: using-d-i.xml:1625 #, no-c-format msgid "RAID5" msgstr "" #. Tag: entry -#: using-d-i.xml:1627 +#: using-d-i.xml:1626 #, no-c-format msgid "3" msgstr "" #. Tag: entry -#: using-d-i.xml:1630 +#: using-d-i.xml:1629 #, no-c-format msgid "Size of the smallest partition multiplied by (number of devices in RAID minus one)" msgstr "" #. Tag: entry -#: using-d-i.xml:1637 +#: using-d-i.xml:1636 #, no-c-format msgid "RAID6" msgstr "" #. Tag: entry -#: using-d-i.xml:1638 +#: using-d-i.xml:1637 #, no-c-format msgid "4" msgstr "" #. Tag: entry -#: using-d-i.xml:1641 +#: using-d-i.xml:1640 #, no-c-format msgid "Size of the smallest partition multiplied by (number of devices in RAID minus two)" msgstr "" #. Tag: entry -#: using-d-i.xml:1648 +#: using-d-i.xml:1647 #, no-c-format msgid "RAID10" msgstr "" #. Tag: entry -#: using-d-i.xml:1652 +#: using-d-i.xml:1651 #, no-c-format msgid "Total of all partitions divided by the number of chunk copies (defaults to two)" msgstr "" #. Tag: para -#: using-d-i.xml:1659 +#: using-d-i.xml:1658 #, no-c-format msgid "If you want to know more about Software RAID, have a look at Software RAID HOWTO." msgstr "" #. Tag: para -#: using-d-i.xml:1664 +#: using-d-i.xml:1663 #, no-c-format msgid "To create an MD device, you need to have the desired partitions it should consist of marked for use in a RAID. (This is done in partman in the Partition settings menu where you should select Use as: physical volume for RAID .)" msgstr "" #. Tag: para -#: using-d-i.xml:1673 +#: using-d-i.xml:1672 #, no-c-format msgid "Make sure that the system can be booted with the partitioning scheme you are planning. In general it will be necessary to create a separate file system for /boot when using RAID for the root (/) file system. Most boot loaders (including lilo and grub) do support mirrored (not striped!) RAID1, so using for example RAID5 for / and RAID1 for /boot can be an option." msgstr "" #. Tag: para -#: using-d-i.xml:1685 +#: using-d-i.xml:1684 #, no-c-format msgid "Support for MD is a relatively new addition to the installer. You may experience problems for some RAID levels and in combination with some bootloaders if you try to use MD for the root (/) file system. For experienced users, it may be possible to work around some of these problems by executing some configuration or installation steps manually from a shell." msgstr "" #. Tag: para -#: using-d-i.xml:1694 +#: using-d-i.xml:1693 #, no-c-format msgid "Next, you should choose Configure software RAID from the main partman menu. (The menu will only appear after you mark at least one partition for use as physical volume for RAID.) On the first screen of mdcfg simply select Create MD device. You will be presented with a list of supported types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the type of MD you selected." msgstr "" #. Tag: para -#: using-d-i.xml:1707 +#: using-d-i.xml:1706 #, no-c-format msgid "RAID0 is simple — you will be issued with the list of available RAID partitions and your only task is to select the partitions which will form the MD." msgstr "" #. Tag: para -#: using-d-i.xml:1714 +#: using-d-i.xml:1713 #, no-c-format msgid "RAID1 is a bit more tricky. First, you will be asked to enter the number of active devices and the number of spare devices which will form the MD. Next, you need to select from the list of available RAID partitions those that will be active and then those that will be spare. The count of selected partitions must be equal to the number provided earlier. Don't worry. If you make a mistake and select a different number of partitions, &d-i; won't let you continue until you correct the issue." msgstr "" #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:1725 #, no-c-format msgid "RAID5 has a setup procedure similar to RAID1 with the exception that you need to use at least three active partitions." msgstr "" #. Tag: para -#: using-d-i.xml:1732 +#: using-d-i.xml:1731 #, no-c-format msgid "RAID6 also has a setup procedure similar to RAID1 except that at least four active partitions are required." msgstr "" #. Tag: para -#: using-d-i.xml:1738 +#: using-d-i.xml:1737 #, no-c-format msgid "RAID10 again has a setup procedure similar to RAID1 except in expert mode. In expert mode, &d-i; will ask you for the layout. The layout has two parts. The first part is the layout type. It is either n (for near copies), f (for far copies), or o (for offset copies). The second part is the number of copies to make of the data. There must be at least that many active devices so that all of the copies can be distributed onto different disks." msgstr "" #. Tag: para -#: using-d-i.xml:1752 +#: using-d-i.xml:1751 #, no-c-format msgid "It is perfectly possible to have several types of MD at once. For example, if you have three 200 GB hard drives dedicated to MD, each containing two 100 GB partitions, you can combine the first partitions on all three disks into the RAID0 (fast 300 GB video editing partition) and use the other three partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition for /home)." msgstr "" #. Tag: para -#: using-d-i.xml:1761 +#: using-d-i.xml:1760 #, no-c-format msgid "After you set up MD devices to your liking, you can Finish mdcfg to return back to the partman to create filesystems on your new MD devices and assign them the usual attributes like mountpoints." msgstr "" #. Tag: title -#: using-d-i.xml:1776 +#: using-d-i.xml:1775 #, no-c-format msgid "Configuring the Logical Volume Manager (LVM)" msgstr "" #. Tag: para -#: using-d-i.xml:1777 +#: using-d-i.xml:1776 #, no-c-format msgid "If you are working with computers at the level of system administrator or advanced user, you have surely seen the situation where some disk partition (usually the most important one) was short on space, while some other partition was grossly underused and you had to manage this situation by moving stuff around, symlinking, etc." msgstr "" #. Tag: para -#: using-d-i.xml:1785 +#: using-d-i.xml:1784 #, no-c-format msgid "To avoid the described situation you can use Logical Volume Manager (LVM). Simply said, with LVM you can combine your partitions (physical volumes in LVM lingo) to form a virtual disk (so called volume group), which can then be divided into virtual partitions (logical volumes). The point is that logical volumes (and of course underlying volume groups) can span across several physical disks." msgstr "" #. Tag: para -#: using-d-i.xml:1795 +#: using-d-i.xml:1794 #, no-c-format msgid "Now when you realize you need more space for your old 160GB /home partition, you can simply add a new 300GB disk to the computer, join it with your existing volume group and then resize the logical volume which holds your /home filesystem and voila — your users have some room again on their renewed 460GB partition. This example is of course a bit oversimplified. If you haven't read it yet, you should consult the LVM HOWTO." msgstr "" #. Tag: para -#: using-d-i.xml:1806 +#: using-d-i.xml:1805 #, no-c-format msgid "LVM setup in &d-i; is quite simple and completely supported inside partman. First, you have to mark the partition(s) to be used as physical volumes for LVM. This is done in the Partition settings menu where you should select Use as: physical volume for LVM ." msgstr "" #. Tag: para -#: using-d-i.xml:1815 +#: using-d-i.xml:1814 #, no-c-format msgid "When you return to the main partman screen, you will see a new option Configure the Logical Volume Manager. When you select that, you will first be asked to confirm pending changes to the partition table (if any) and after that the LVM configuration menu will be shown. Above the menu a summary of the LVM configuration is shown. The menu itself is context sensitive and only shows valid actions. The possible actions are:" msgstr "" #. Tag: para -#: using-d-i.xml:1826 +#: using-d-i.xml:1825 #, no-c-format msgid "Display configuration details: shows LVM device structure, names and sizes of logical volumes and more" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1831 +#: using-d-i.xml:1830 #, no-c-format msgid "Create volume group" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1834 +#: using-d-i.xml:1833 #, no-c-format msgid "Create logical volume" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1837 +#: using-d-i.xml:1836 #, no-c-format msgid "Delete volume group" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1840 +#: using-d-i.xml:1839 #, no-c-format msgid "Delete logical volume" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1843 +#: using-d-i.xml:1842 #, no-c-format msgid "Extend volume group" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1846 +#: using-d-i.xml:1845 #, no-c-format msgid "Reduce volume group" msgstr "" #. Tag: para -#: using-d-i.xml:1848 +#: using-d-i.xml:1847 #, no-c-format msgid "Finish: return to the main partman screen" msgstr "" #. Tag: para -#: using-d-i.xml:1854 +#: using-d-i.xml:1853 #, no-c-format msgid "Use the options in that menu to first create a volume group and then create your logical volumes inside it." msgstr "" #. Tag: para -#: using-d-i.xml:1859 +#: using-d-i.xml:1858 #, no-c-format msgid "After you return to the main partman screen, any created logical volumes will be displayed in the same way as ordinary partitions (and you should treat them as such)." msgstr "" #. Tag: title -#: using-d-i.xml:1873 +#: using-d-i.xml:1872 #, no-c-format msgid "Configuring Encrypted Volumes" msgstr "" #. Tag: para -#: using-d-i.xml:1874 +#: using-d-i.xml:1873 #, no-c-format msgid "&d-i; allows you to set up encrypted partitions. Every file you write to such a partition is immediately saved to the device in encrypted form. Access to the encrypted data is granted only after entering the passphrase used when the encrypted partition was originally created. This feature is useful to protect sensitive data in case your laptop or hard drive gets stolen. The thief might get physical access to the hard drive, but without knowing the right passphrase, the data on the hard drive will look like random characters." msgstr "" #. Tag: para -#: using-d-i.xml:1886 +#: using-d-i.xml:1885 #, no-c-format msgid "The two most important partitions to encrypt are: the home partition, where your private data resides, and the swap partition, where sensitive data might be stored temporarily during operation. Of course, nothing prevents you from encrypting any other partitions that might be of interest. For example /var where database servers, mail servers or print servers store their data, or /tmp which is used by various programs to store potentially interesting temporary files. Some people may even want to encrypt their whole system. The only exception is the /boot partition which must remain unencrypted, because currently there is no way to load the kernel from an encrypted partition." msgstr "" #. Tag: para -#: using-d-i.xml:1901 +#: using-d-i.xml:1900 #, no-c-format msgid "Please note that the performance of encrypted partitions will be less than that of unencrypted ones because the data needs to be decrypted or encrypted for every read or write. The performance impact depends on your CPU speed, chosen cipher and a key length." msgstr "" #. Tag: para -#: using-d-i.xml:1908 +#: using-d-i.xml:1907 #, no-c-format msgid "To use encryption, you have to create a new partition by selecting some free space in the main partitioning menu. Another option is to choose an existing partition (e.g. a regular partition, an LVM logical volume or a RAID volume). In the Partition settings menu, you need to select physical volume for encryption at the Use as: option. The menu will then change to include several cryptographic options for the partition." msgstr "" #. Tag: para -#: using-d-i.xml:1919 +#: using-d-i.xml:1918 #, no-c-format msgid "&d-i; supports several encryption methods. The default method is dm-crypt (included in newer Linux kernels, able to host LVM physical volumes), the other is loop-AES (older, maintained separately from the Linux kernel tree). Unless you have compelling reasons to do otherwise, it is recommended to use the default." msgstr "" #. Tag: para -#: using-d-i.xml:1931 +#: using-d-i.xml:1930 #, no-c-format msgid "First, let's have a look at the options available when you select Device-mapper (dm-crypt) as the encryption method. As always: when in doubt, use the defaults, because they have been carefully chosen with security in mind." msgstr "" #. Tag: term -#: using-d-i.xml:1941 +#: using-d-i.xml:1940 #, no-c-format msgid "Encryption: aes" msgstr "" #. Tag: para -#: using-d-i.xml:1943 +#: using-d-i.xml:1942 #, no-c-format msgid "This option lets you select the encryption algorithm (cipher) which will be used to encrypt the data on the partition. &d-i; currently supports the following block ciphers: aes, blowfish, serpent, and twofish. It is beyond the scope of this document to discuss the qualities of these different algorithms, however, it might help your decision to know that in 2000, AES was chosen by the American National Institute of Standards and Technology as the standard encryption algorithm for protecting sensitive information in the 21st century." msgstr "" #. Tag: term -#: using-d-i.xml:1961 +#: using-d-i.xml:1960 #, no-c-format msgid "Key size: 256" msgstr "" #. Tag: para -#: using-d-i.xml:1963 +#: using-d-i.xml:1962 #, no-c-format msgid "Here you can specify the length of the encryption key. With a larger key size, the strength of the encryption is generally improved. On the other hand, increasing the length of the key usually has a negative impact on performance. Available key sizes vary depending on the cipher." msgstr "" #. Tag: term -#: using-d-i.xml:1975 +#: using-d-i.xml:1974 #, no-c-format msgid "IV algorithm: cbc-essiv:sha256" msgstr "" #. Tag: para -#: using-d-i.xml:1977 +#: using-d-i.xml:1976 #, no-c-format msgid "The Initialization Vector or IV algorithm is used in cryptography to ensure that applying the cipher on the same clear text data with the same key always produces a unique cipher text. The idea is to prevent the attacker from deducing information from repeated patterns in the encrypted data." msgstr "" #. Tag: para -#: using-d-i.xml:1987 +#: using-d-i.xml:1986 #, no-c-format msgid "From the provided alternatives, the default cbc-essiv:sha256 is currently the least vulnerable to known attacks. Use the other alternatives only when you need to ensure compatibility with some previously installed system that is not able to use newer algorithms." msgstr "" #. Tag: term -#: using-d-i.xml:1999 +#: using-d-i.xml:1998 #, no-c-format msgid "Encryption key: Passphrase" msgstr "" #. Tag: para -#: using-d-i.xml:2001 +#: using-d-i.xml:2000 #, no-c-format msgid "Here you can choose the type of the encryption key for this partition." msgstr "" #. Tag: term -#: using-d-i.xml:2007 +#: using-d-i.xml:2006 #, no-c-format msgid "Passphrase" msgstr "" #. Tag: para -#: using-d-i.xml:2008 +#: using-d-i.xml:2007 #, no-c-format msgid "The encryption key will be computed Using a passphrase as the key currently means that the partition will be set up using LUKS. on the basis of a passphrase which you will be able to enter later in the process." msgstr "" #. Tag: term -#: using-d-i.xml:2023 using-d-i.xml:2116 +#: using-d-i.xml:2022 using-d-i.xml:2115 #, no-c-format msgid "Random key" msgstr "" #. Tag: para -#: using-d-i.xml:2024 +#: using-d-i.xml:2023 #, no-c-format msgid "A new encryption key will be generated from random data each time you try to bring up the encrypted partition. In other words: on every shutdown the content of the partition will be lost as the key is deleted from memory. (Of course, you could try to guess the key with a brute force attack, but unless there is an unknown weakness in the cipher algorithm, it is not achievable in our lifetime.)" msgstr "" #. Tag: para -#: using-d-i.xml:2033 +#: using-d-i.xml:2032 #, no-c-format msgid "Random keys are useful for swap partitions because you do not need to bother yourself with remembering the passphrase or wiping sensitive information from the swap partition before shutting down your computer. However, it also means that you will not be able to use the suspend-to-disk functionality offered by newer Linux kernels as it will be impossible (during a subsequent boot) to recover the suspended data written to the swap partition." msgstr "" #. Tag: term -#: using-d-i.xml:2052 using-d-i.xml:2129 +#: using-d-i.xml:2051 using-d-i.xml:2128 #, no-c-format msgid "Erase data: yes" msgstr "" #. Tag: para -#: using-d-i.xml:2054 +#: using-d-i.xml:2053 #, no-c-format msgid "Determines whether the content of this partition should be overwritten with random data before setting up the encryption. This is recommended because it might otherwise be possible for an attacker to discern which parts of the partition are in use and which are not. In addition, this will make it harder to recover any leftover data from previous installations It is believed that the guys from three-letter agencies can restore the data even after several rewrites of the magnetooptical media, though. ." msgstr "" #. Tag: para -#: using-d-i.xml:2074 +#: using-d-i.xml:2073 #, no-c-format msgid "If you select Encryption method: Loopback (loop-AES) , the menu changes to provide the following options:" msgstr "" #. Tag: term -#: using-d-i.xml:2083 +#: using-d-i.xml:2082 #, no-c-format msgid "Encryption: AES256" msgstr "" #. Tag: para -#: using-d-i.xml:2085 +#: using-d-i.xml:2084 #, no-c-format msgid "For loop-AES, unlike dm-crypt, the options for cipher and key size are combined, so you can select both at the same time. Please see the above sections on ciphers and key sizes for further information." msgstr "" #. Tag: term -#: using-d-i.xml:2095 +#: using-d-i.xml:2094 #, no-c-format msgid "Encryption key: Keyfile (GnuPG)" msgstr "" #. Tag: para -#: using-d-i.xml:2097 +#: using-d-i.xml:2096 #, no-c-format msgid "Here you can select the type of the encryption key for this partition." msgstr "" #. Tag: term -#: using-d-i.xml:2103 +#: using-d-i.xml:2102 #, no-c-format msgid "Keyfile (GnuPG)" msgstr "" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2103 #, no-c-format msgid "The encryption key will be generated from random data during the installation. Moreover this key will be encrypted with GnuPG, so to use it, you will need to enter the proper passphrase (you will be asked to provide one later in the process)." msgstr "" #. Tag: para -#: using-d-i.xml:2117 +#: using-d-i.xml:2116 #, no-c-format msgid "Please see the section on random keys above." msgstr "" #. Tag: para -#: using-d-i.xml:2131 +#: using-d-i.xml:2130 #, no-c-format -msgid "Please see the the section on erasing data above." +msgid "Please see the section on erasing data above." msgstr "" #. Tag: para -#: using-d-i.xml:2140 +#: using-d-i.xml:2139 #, no-c-format msgid "After you have selected the desired parameters for your encrypted partitions, return back to the main partitioning menu. There should now be a new menu item called Configure encrypted volumes. After you select it, you will be asked to confirm the deletion of data on partitions marked to be erased and possibly other actions such as writing a new partition table. For large partitions this might take some time." msgstr "" #. Tag: para -#: using-d-i.xml:2150 +#: using-d-i.xml:2149 #, no-c-format msgid "Next you will be asked to enter a passphrase for partitions configured to use one. Good passphrases should be longer than 8 characters, should be a mixture of letters, numbers and other characters and should not contain common dictionary words or information easily associable with you (such as birthdates, hobbies, pet names, names of family members or relatives, etc.)." msgstr "" #. Tag: para -#: using-d-i.xml:2159 +#: using-d-i.xml:2158 #, no-c-format msgid "Before you input any passphrases, you should have made sure that your keyboard is configured correctly and generates the expected characters. If you are unsure, you can switch to the second virtual console and type some text at the prompt. This ensures that you won't be surprised later, e.g. by trying to input a passphrase using a qwerty keyboard layout when you used an azerty layout during the installation. This situation can have several causes. Maybe you switched to another keyboard layout during the installation, or the selected keyboard layout might not have been set up yet when entering the passphrase for the root file system." msgstr "" #. Tag: para -#: using-d-i.xml:2172 +#: using-d-i.xml:2171 #, no-c-format msgid "If you selected to use methods other than a passphrase to create encryption keys, they will be generated now. Because the kernel may not have gathered a sufficient amount of entropy at this early stage of the installation, the process may take a long time. You can help speed up the process by generating entropy: e.g. by pressing random keys, or by switching to the shell on the second virtual console and generating some network and disk traffic (downloading some files, feeding big files into /dev/null, etc.). This will be repeated for each partition to be encrypted." msgstr "" #. Tag: para -#: using-d-i.xml:2188 +#: using-d-i.xml:2187 #, no-c-format msgid "" "After returning to the main partitioning menu, you will see all encrypted volumes as additional partitions which can be configured in the same way as ordinary partitions. The following example shows two different volumes. The first one is encrypted via dm-crypt, the second one via loop-AES. \n" @@ -1824,127 +1824,127 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2201 +#: using-d-i.xml:2200 #, no-c-format msgid "Pay attention to the identifiers in parentheses (sda2_crypt and loop0 in this case) and the mount points you assigned to each encrypted volume. You will need this information later when booting the new system. The differences between the ordinary boot process and the boot process with encryption involved will be covered later in ." msgstr "" #. Tag: para -#: using-d-i.xml:2211 +#: using-d-i.xml:2210 #, no-c-format msgid "Once you are satisfied with the partitioning scheme, continue with the installation." msgstr "" #. Tag: title -#: using-d-i.xml:2222 +#: using-d-i.xml:2221 #, no-c-format msgid "Installing the Base System" msgstr "" #. Tag: para -#: using-d-i.xml:2223 +#: using-d-i.xml:2222 #, no-c-format msgid "Although this stage is the least problematic, it consumes a significant fraction of the install because it downloads, verifies and unpacks the whole base system. If you have a slow computer or network connection, this could take some time." msgstr "" #. Tag: para -#: using-d-i.xml:2236 +#: using-d-i.xml:2235 #, no-c-format msgid "During installation of the base system, package unpacking and setup messages are redirected to tty4. You can access this terminal by pressing Left AltF4; get back to the main installer process with Left AltF1." msgstr "" #. Tag: para -#: using-d-i.xml:2245 +#: using-d-i.xml:2244 #, no-c-format msgid "The unpack/setup messages generated during this phase are also saved in /var/log/syslog. You can check them there if the installation is performed over a serial console." msgstr "" #. Tag: para -#: using-d-i.xml:2251 +#: using-d-i.xml:2250 #, no-c-format msgid "As part of the installation, a &arch-kernel; kernel will be installed. At the default priority, the installer will choose one for you that best matches your hardware. In lower priority modes, you will be able to choose from a list of available kernels." msgstr "" #. Tag: para -#: using-d-i.xml:2258 +#: using-d-i.xml:2257 #, no-c-format msgid "When packages are installed using the package management system, it will by default also install packages that are recommended by those packages. Recommended packages are not strictly required for the core functionality of the selected software, but they do enhance that software and should, in the view of the package maintainers, normally be installed together with that software." msgstr "" #. Tag: para -#: using-d-i.xml:2268 +#: using-d-i.xml:2267 #, no-c-format msgid "For technical reasons packages installed during the installation of the base system are installed without their Recommends. The rule described above only takes effect after this point in the installation process." msgstr "" #. Tag: title -#: using-d-i.xml:2280 +#: using-d-i.xml:2279 #, no-c-format msgid "Installing Additional Software" msgstr "" #. Tag: para -#: using-d-i.xml:2281 +#: using-d-i.xml:2280 #, no-c-format msgid "At this point you have a usable but limited system. Most users will want to install additional software on the system to tune it to their needs, and the installer allows you do so. This step can take even longer than installing the base system if you have a slow computer or network connection." msgstr "" #. Tag: title -#: using-d-i.xml:2296 +#: using-d-i.xml:2295 #, no-c-format msgid "Configuring apt" msgstr "" #. Tag: para -#: using-d-i.xml:2298 +#: using-d-i.xml:2297 #, no-c-format msgid "One of the tools used to install packages on a &debian-gnu; system is a program called apt-get, from the apt package Note that the program which actually installs the packages is called dpkg. However, this program is more of a low-level tool. apt-get is a higher-level tool, which will invoke dpkg as appropriate. It knows how to retrieve packages from your CD, the network, or wherever. It is also able to automatically install other packages which are required to make the package you're trying to install work correctly. . Other front-ends for package management, like aptitude and synaptic, are also in use. These front-ends are recommended for new users, since they integrate some additional features (package searching and status checks) in a nice user interface. In fact, aptitude is now the recommended utility for package management." msgstr "" #. Tag: para -#: using-d-i.xml:2322 +#: using-d-i.xml:2321 #, no-c-format msgid "apt must be configured so that it knows from where to retrieve packages. The results of this configuration are written to the file /etc/apt/sources.list. You can examine and edit this file to your liking after the installation is complete." msgstr "" #. Tag: para -#: using-d-i.xml:2329 +#: using-d-i.xml:2328 #, no-c-format msgid "If you are installing at default priority, the installer will largely take care of the configuration automatically, based on the installation method you are using and possibly using choices made earlier in the installation. In most cases the installer will automatically add a security mirror and, if you are installing the stable distribution, a mirror for the stable-updates service." msgstr "" #. Tag: para -#: using-d-i.xml:2338 +#: using-d-i.xml:2337 #, no-c-format msgid "If you are installing at a lower priority (e.g. in expert mode), you will be able to make more decisions yourself. You can choose whether or not to use the security and/or stable-updates services, and you can choose to add packages from the contrib and non-free sections of the archive." msgstr "" #. Tag: title -#: using-d-i.xml:2349 +#: using-d-i.xml:2348 #, no-c-format msgid "Installing from more than one CD or DVD" msgstr "" #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2350 #, no-c-format msgid "If you are installing from a CD or a DVD that is part of a larger set, the installer will ask if you want to scan additional CDs or DVDs. If you have additional CDs or DVDs available, you probably want to do this so the installer can use the packages included on them." msgstr "" #. Tag: para -#: using-d-i.xml:2358 +#: using-d-i.xml:2357 #, no-c-format msgid "If you do not have any additional CDs or DVDs, that is no problem: using them is not required. If you also do not use a network mirror (as explained in the next section), it can mean that not all packages belonging to the tasks you select in the next step of the installation can be installed." msgstr "" #. Tag: para -#: using-d-i.xml:2366 +#: using-d-i.xml:2365 #, no-c-format msgid "Packages are included on CDs (and DVDs) in the order of their popularity. This means that for most uses only the first CDs in a set are needed and that only very few people actually use any of the packages included on the last CDs in a set." msgstr "" #. Tag: para -#: using-d-i.xml:2373 +#: using-d-i.xml:2372 #, no-c-format msgid "It also means that buying or downloading and burning a full CD set is just a waste of money as you'll never use most of them. In most cases you are better off getting only the first 3 to 8 CDs and installing any additional packages you may need from the Internet by using a mirror. The same goes for DVD sets: the first DVD, or maybe the first two DVDs will cover most needs." msgstr "" @@ -1952,455 +1952,449 @@ msgstr "" #. Tag: para #: using-d-i.xml:2382 #, no-c-format -msgid "A good rule of thumb is that for a regular desktop installation (using the GNOME desktop environment) only the first three CDs are needed. For the alternative desktop environments (KDE or Xfce), additional CDs are needed. The first DVD easily covers all three desktop environments." -msgstr "" - -#. Tag: para -#: using-d-i.xml:2390 -#, no-c-format msgid "If you do scan multiple CDs or DVDs, the installer will prompt you to exchange them when it needs packages from another CD/DVD than the one currently in the drive. Note that only CDs or DVDs that belong to the same set should be scanned. The order in which they are scanned does not really matter, but scanning them in ascending order will reduce the chance of mistakes." msgstr "" #. Tag: title -#: using-d-i.xml:2403 +#: using-d-i.xml:2395 #, no-c-format msgid "Using a network mirror" msgstr "" #. Tag: para -#: using-d-i.xml:2405 +#: using-d-i.xml:2397 #, no-c-format msgid "One question that will be asked during most installs is whether or not to use a network mirror as a source for packages. In most cases the default answer should be fine, but there are some exceptions." msgstr "" #. Tag: para -#: using-d-i.xml:2411 +#: using-d-i.xml:2403 #, no-c-format msgid "If you are not installing from a full CD or DVD or using a full CD/DVD image, you really should use a network mirror as otherwise you will end up with only a very minimal system. However, if you have a limited Internet connection it is best not to select the desktop task in the next step of the installation." msgstr "" #. Tag: para -#: using-d-i.xml:2420 +#: using-d-i.xml:2412 #, no-c-format msgid "If you are installing from a single full CD or using a full CD image, using a network mirror is not required, but is still strongly recommended because a single CD contains only a fairly limited number of packages. If you have a limited Internet connection it may still be best to not select a network mirror here, but to finish the installation using only what's available on the CD and selectively install additional packages after the installation (i.e. after you have rebooted into the new system)." msgstr "" #. Tag: para -#: using-d-i.xml:2431 +#: using-d-i.xml:2423 #, no-c-format msgid "If you are installing from a DVD or using a DVD image, any packages needed during the installation should be present on the first DVD. The same is true if you have scanned multiple CDs as explained in the previous section. Use of a network mirror is optional." msgstr "" #. Tag: para -#: using-d-i.xml:2438 +#: using-d-i.xml:2430 #, no-c-format msgid "One advantage of adding a network mirror is that updates that have occurred since the CD/DVD set was created and have been included in a point release, will become available for installation, thus extending the life of your CD/DVD set without compromising the security or stability of the installed system." msgstr "" #. Tag: para -#: using-d-i.xml:2445 +#: using-d-i.xml:2437 #, no-c-format msgid "In summary: selecting a network mirror is generally a good idea, except if you do not have a good Internet connection. If the current version of a package is available from CD/DVD, the installer will always use that. The amount of data that will be downloaded if you do select a mirror thus depends on" msgstr "" #. Tag: para -#: using-d-i.xml:2454 +#: using-d-i.xml:2446 #, no-c-format msgid "the tasks you select in the next step of the installation," msgstr "" #. Tag: para -#: using-d-i.xml:2459 +#: using-d-i.xml:2451 #, no-c-format msgid "which packages are needed for those tasks," msgstr "" #. Tag: para -#: using-d-i.xml:2464 +#: using-d-i.xml:2456 #, no-c-format msgid "which of those packages are present on the CDs or DVDs you have scanned, and" msgstr "" #. Tag: para -#: using-d-i.xml:2469 +#: using-d-i.xml:2461 #, no-c-format msgid "whether any updated versions of packages included on the CDs or DVDs are available from a mirror (either a regular package mirror, or a mirror for security or stable-updates)." msgstr "" #. Tag: para -#: using-d-i.xml:2478 +#: using-d-i.xml:2470 #, no-c-format msgid "Note that the last point means that, even if you choose not to use a network mirror, some packages may still be downloaded from the Internet if there is a security or stable-updates update available for them and those services have been configured." msgstr "" #. Tag: title -#: using-d-i.xml:2489 +#: using-d-i.xml:2481 #, no-c-format msgid "Choosing a network mirror" msgstr "" #. Tag: para -#: using-d-i.xml:2490 +#: using-d-i.xml:2482 #, no-c-format msgid "If you have selected to use a network mirror during the installation (optional for CD/DVD installs, required for netboot images), you will be presented with a list of geographically nearby (and therefore hopefully fast) network mirrors, based upon your country selection earlier in the installation process. Choosing the offered default is usually fine." msgstr "" #. Tag: para -#: using-d-i.xml:2498 +#: using-d-i.xml:2490 #, no-c-format msgid "A mirror can also be specified by hand by choosing enter information manually . You can then specify a mirror host name and an optional port number. As of Wheezy, that actually has to be a URL base, i.e. when specifying an IPv6 address, one has to add square brackets around it, for instance [2001:db8::1]." msgstr "" #. Tag: para -#: using-d-i.xml:2506 +#: using-d-i.xml:2498 #, no-c-format msgid "If your computer is on an IPv6-only network (which is probably not the case for the vast majority of users), using the default mirror for your country might not work. All the mirrors in the list are reachable via IPv4, but only some of them can be used via IPv6. As connectivity of individual mirrors can change over time, this information is not available in the installer. If there is no IPv6 connectivity for the default mirror for your country, you can either try some of the other mirrors offered to you or choose the enter information manually option. You can then specify ftp.ipv6.debian.org as the mirror name, which is an alias for a mirror available via IPv6, although it will probably not be the fastest possible one." msgstr "" #. Tag: para -#: using-d-i.xml:2520 +#: using-d-i.xml:2512 #, no-c-format msgid "Another option when choosing to specify the mirror manually is to use http.debian.net as your mirror. http.debian.net is not a physical mirror but a mirror redirection service, i.e. it automatically refers your system to a real mirror near you in terms of network topology. It takes into account by which protocol you connect to it, i.e. if you use IPv6, it will refer you to an IPv6-capable mirror near you." msgstr "" #. Tag: title -#: using-d-i.xml:2539 +#: using-d-i.xml:2531 #, no-c-format msgid "Selecting and Installing Software" msgstr "" #. Tag: para -#: using-d-i.xml:2541 +#: using-d-i.xml:2533 #, no-c-format msgid "During the installation process, you are given the opportunity to select additional software to install. Rather than picking individual software packages from the &num-of-distrib-pkgs; available packages, this stage of the installation process focuses on selecting and installing predefined collections of software to quickly set up your computer to perform various tasks." msgstr "" #. Tag: para -#: using-d-i.xml:2550 +#: using-d-i.xml:2542 #, no-c-format msgid "So, you have the ability to choose tasks first, and then add on more individual packages later. These tasks loosely represent a number of different jobs or things you want to do with your computer, such as Desktop environment, Web server, or Print server You should know that to present this list, the installer is merely invoking the tasksel program. It can be run at any time after installation to install more packages (or remove them), or you can use a more fine-grained tool such as aptitude. If you are looking for a specific single package, after installation is complete, simply run aptitude install package, where package is the name of the package you are looking for. . lists the space requirements for the available tasks." msgstr "" #. Tag: para -#: using-d-i.xml:2577 +#: using-d-i.xml:2569 #, no-c-format msgid "Some tasks may be pre-selected based on the characteristics of the computer you are installing. If you disagree with these selections you can deselect them. You can even opt to install no tasks at all at this point." msgstr "" #. Tag: para -#: using-d-i.xml:2584 +#: using-d-i.xml:2576 #, no-c-format msgid "In the standard user interface of the installer, you can use the space bar to toggle selection of a task." msgstr "" #. Tag: para -#: using-d-i.xml:2590 +#: using-d-i.xml:2582 #, no-c-format -msgid "Unless you are using the special KDE or Xfce/LXDE CDs, the Desktop environment task will install the GNOME desktop environment." +msgid "The Desktop environment task will install a graphical desktop environment." msgstr "" #. Tag: para -#: using-d-i.xml:2595 +#: using-d-i.xml:2587 #, no-c-format -msgid "It is not possible to interactively select a different desktop during the installation. However, it is possible to get &d-i; to install a KDE desktop environment instead of GNOME by using preseeding (see ) or by adding the parameter desktop=kde at the boot prompt when starting the installer. Alternatively the more lightweight Xfce and LXDE desktop environments can be selected by using desktop=xfce or desktop=lxde." +msgid "By default, &d-i; installs the Xfce desktop environment. It is not possible to interactively select a different desktop environment during the installation, however, it is possible to have the installer install a different desktop environment by using preseeding (see ) or by adding the parameter desktop=name_of_the_desktop_environment at the boot prompt when starting the installer. Possible variants in this case are desktop=gnome, desktop=kde, desktop=lxde or desktop=xfce." msgstr "" #. Tag: para -#: using-d-i.xml:2606 +#: using-d-i.xml:2601 #, no-c-format -msgid "Some CD images (netinst and DVD) also allow selection of the desired desktop environment from the graphical boot menu. Select the Advanced options option in the main menu and look for Alternative desktop environments." +msgid "If you use the special GNOME-, KDE- or LXDE-variant of the first CD in the full CD set, the installer installs the respective desktop environment instead of the default. Some CD images (netinst and DVD) also allow selection of the desired desktop environment from the graphical boot menu. Select the Advanced options option in the main menu and look for Alternative desktop environments." msgstr "" #. Tag: para -#: using-d-i.xml:2613 +#: using-d-i.xml:2612 #, no-c-format -msgid "Note that this will only work if the packages needed for the desired desktop environment are actually available. If you are installing using a single full CD image, they will need to be downloaded from a mirror as most needed packages are only included on later CDs; installing KDE, Xfce or LXDE this way should work fine if you are using a DVD image or any other installation method." +msgid "Note that this will only work if the packages needed for the desired desktop environment are actually available. If you are installing using a single full CD image, they will possibly need to be downloaded from a network mirror as some of the needed packages for your choice might only be included on later CDs. Installing any of the available desktop environments this way should work fine if you are using a DVD image or any other installation method." msgstr "" #. Tag: para -#: using-d-i.xml:2623 +#: using-d-i.xml:2622 #, no-c-format msgid "The various server tasks will install software roughly as follows. DNS server: bind9; File server: samba, nfs; Mail server: exim4, spamassassin, uw-imap; Print server: cups; SQL database: postgresql; Web server: apache2." msgstr "" #. Tag: para -#: using-d-i.xml:2634 +#: using-d-i.xml:2633 #, no-c-format msgid "The Standard system task will install any package that has a priority standard. This includes a lot of common utilities that are normally available on any Linux or Unix system. You should leave this task selected unless you know what you are doing and want a really minimal system." msgstr "" #. Tag: para -#: using-d-i.xml:2642 +#: using-d-i.xml:2641 #, no-c-format msgid "If during language selection a default locale other than the C locale was selected, tasksel will check if any localization tasks are defined for that locale and will automatically try to install relevant localization packages. This includes for example packages containing word lists or special fonts for your language. If a desktop environment was selected, it will also install appropriate localization packages for that (if available)." msgstr "" #. Tag: para -#: using-d-i.xml:2652 +#: using-d-i.xml:2651 #, no-c-format msgid "Once you've selected your tasks, select &BTN-CONT;. At this point, aptitude will install the packages that are part of the selected tasks. If a particular program needs more information from the user, it will prompt you during this process." msgstr "" #. Tag: para -#: using-d-i.xml:2659 +#: using-d-i.xml:2658 #, no-c-format msgid "You should be aware that especially the Desktop task is very large. Especially when installing from a normal CD-ROM in combination with a mirror for packages not on the CD-ROM, the installer may want to retrieve a lot of packages over the network. If you have a relatively slow Internet connection, this can take a long time. There is no option to cancel the installation of packages once it has started." msgstr "" #. Tag: para -#: using-d-i.xml:2668 +#: using-d-i.xml:2667 #, no-c-format msgid "Even when packages are included on the CD-ROM, the installer may still retrieve them from the mirror if the version available on the mirror is more recent than the one included on the CD-ROM. If you are installing the stable distribution, this can happen after a point release (an update of the original stable release); if you are installing the testing distribution this will happen if you are using an older image." msgstr "" #. Tag: title -#: using-d-i.xml:2683 +#: using-d-i.xml:2682 #, no-c-format msgid "Making Your System Bootable" msgstr "" #. Tag: para -#: using-d-i.xml:2685 +#: using-d-i.xml:2684 #, no-c-format msgid "If you are installing a diskless workstation, obviously, booting off the local disk isn't a meaningful option, and this step will be skipped. You may wish to set OpenBoot to boot from the network by default; see ." msgstr "" #. Tag: title -#: using-d-i.xml:2700 +#: using-d-i.xml:2699 #, no-c-format msgid "Detecting other operating systems" msgstr "" #. Tag: para -#: using-d-i.xml:2702 +#: using-d-i.xml:2701 #, no-c-format msgid "Before a boot loader is installed, the installer will attempt to probe for other operating systems which are installed on the machine. If it finds a supported operating system, you will be informed of this during the boot loader installation step, and the computer will be configured to boot this other operating system in addition to &debian;." msgstr "" #. Tag: para -#: using-d-i.xml:2710 +#: using-d-i.xml:2709 #, no-c-format msgid "Note that multiple operating systems booting on a single machine is still something of a black art. The automatic support for detecting and setting up boot loaders to boot other operating systems varies by architecture and even by subarchitecture. If it does not work you should consult your boot manager's documentation for more information." msgstr "" #. Tag: title -#: using-d-i.xml:2728 +#: using-d-i.xml:2727 #, no-c-format msgid "palo-installer" msgstr "" #. Tag: para -#: using-d-i.xml:2729 +#: using-d-i.xml:2728 #, no-c-format msgid "The bootloader on PA-RISC is palo. PALO is similar in configuration and usage to LILO, with a few exceptions. First of all, PALO allows you to boot any kernel image on your boot partition. This is because PALO can actually read Linux partitions." msgstr "" #. Tag: para -#: using-d-i.xml:2738 +#: using-d-i.xml:2737 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "" #. Tag: title -#: using-d-i.xml:2750 +#: using-d-i.xml:2749 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:2752 +#: using-d-i.xml:2751 #, no-c-format msgid "The main &architecture; boot loader is called grub. Grub is a flexible and robust boot loader and a good default choice for new users and old hands alike." msgstr "" #. Tag: para -#: using-d-i.xml:2758 +#: using-d-i.xml:2757 #, no-c-format msgid "By default, grub will be installed into the Master Boot Record (MBR), where it will take over complete control of the boot process. If you prefer, you can install it elsewhere. See the grub manual for complete information." msgstr "" #. Tag: para -#: using-d-i.xml:2764 +#: using-d-i.xml:2763 #, no-c-format msgid "If you do not want to install grub, use the &BTN-GOBACK; button to get to the main menu, and from there select whatever bootloader you would like to use." msgstr "" #. Tag: title -#: using-d-i.xml:2777 +#: using-d-i.xml:2776 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:2779 +#: using-d-i.xml:2778 #, no-c-format msgid "The second &architecture; boot loader is called LILO. It is an old complex program which offers lots of functionality, including DOS, Windows, and OS/2 boot management. Please carefully read the instructions in the directory /usr/share/doc/lilo/ if you have special needs; also see the LILO mini-HOWTO." msgstr "" #. Tag: para -#: using-d-i.xml:2789 +#: using-d-i.xml:2788 #, no-c-format msgid "Currently the LILO installation will only create menu entries for other operating systems if these can be chainloaded. This means you may have to manually add a menu entry for operating systems like GNU/Linux and GNU/Hurd after the installation." msgstr "" #. Tag: para -#: using-d-i.xml:2797 +#: using-d-i.xml:2796 #, no-c-format msgid "&d-i; offers you three choices on where to install the LILO boot loader:" msgstr "" #. Tag: term -#: using-d-i.xml:2804 +#: using-d-i.xml:2803 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "" #. Tag: para -#: using-d-i.xml:2804 +#: using-d-i.xml:2803 #, no-c-format msgid "This way the LILO will take complete control of the boot process." msgstr "" #. Tag: term -#: using-d-i.xml:2811 +#: using-d-i.xml:2810 #, no-c-format msgid "new &debian; partition" msgstr "" #. Tag: para -#: using-d-i.xml:2811 +#: using-d-i.xml:2810 #, no-c-format msgid "Choose this if you want to use another boot manager. LILO will install itself at the beginning of the new &debian; partition and it will serve as a secondary boot loader." msgstr "" #. Tag: term -#: using-d-i.xml:2820 +#: using-d-i.xml:2819 #, no-c-format msgid "Other choice" msgstr "" #. Tag: para -#: using-d-i.xml:2820 +#: using-d-i.xml:2819 #, no-c-format msgid "Useful for advanced users who want to install LILO somewhere else. In this case you will be asked for desired location. You can use traditional device names such as /dev/hda or /dev/sda." msgstr "" #. Tag: para -#: using-d-i.xml:2830 +#: using-d-i.xml:2829 #, no-c-format msgid "If you can no longer boot into Windows 9x (or DOS) after this step, you'll need to use a Windows 9x (MS-DOS) boot disk and use the fdisk /mbr command to reinstall the MS-DOS master boot record — however, this means that you'll need to use some other way to get back into &debian;!" msgstr "" #. Tag: title -#: using-d-i.xml:2846 +#: using-d-i.xml:2845 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:2848 +#: using-d-i.xml:2847 #, no-c-format msgid "The &architecture; boot loader is called elilo. It is modeled on the lilo boot loader for the x86 architecture and uses a similar configuration file. However, instead of writing an MBR or partition boot record to the disk, it copies the necessary files to a separate FAT formatted disk partition and modifies the EFI Boot Manager menu in the firmware to point to the files in the EFI partition. The elilo boot loader is really in two parts. The /usr/sbin/elilo command manages the partition and copies files into it. The elilo.efi program is copied into the EFI partition and then run by the EFI Boot Manager to do the actual work of loading and starting the Linux kernel." msgstr "" #. Tag: para -#: using-d-i.xml:2864 +#: using-d-i.xml:2863 #, no-c-format msgid "The elilo configuration and installation is done as the last step of installing the packages of the base installation. &d-i; will present you with a list of potential disk partitions that it has found suitable for an EFI partition. Select the partition you set up earlier in the installation, typically a partition on the same disk that contains your root filesystem." msgstr "" #. Tag: title -#: using-d-i.xml:2876 +#: using-d-i.xml:2875 #, no-c-format msgid "Choose the correct partition!" msgstr "" #. Tag: para -#: using-d-i.xml:2878 +#: using-d-i.xml:2877 #, no-c-format msgid "The criterion for selecting a partition is that it must be a FAT format filesystem with its boot flag set. &d-i; may show multiple choices depending on what it finds from scanning all of the disks of the system including EFI partitions of other system disks and EFI diagnostic partitions. Remember, elilo may format the partition during the installation, erasing any previous contents!" msgstr "" #. Tag: title -#: using-d-i.xml:2893 +#: using-d-i.xml:2892 #, no-c-format msgid "EFI Partition Contents" msgstr "" #. Tag: para -#: using-d-i.xml:2895 +#: using-d-i.xml:2894 #, no-c-format msgid "The EFI partition is a FAT filesystem format partition on one of the hard disks of the system, usually the same disk that contains the root filesystem. It is normally not mounted on a running system as it is only needed by the EFI Boot Manager to load the system and the installer part of the elilo writes to the filesystem directly. The /usr/sbin/elilo utility writes the following files into the efi/debian directory of the EFI partition during the installation. Note that the EFI Boot Manager would find these files using the path fsn:\\efi\\debian. There may be other files in this filesystem as well over time as the system is updated or re-configured." msgstr "" #. Tag: filename -#: using-d-i.xml:2917 +#: using-d-i.xml:2916 #, no-c-format msgid "elilo.conf" msgstr "" #. Tag: para -#: using-d-i.xml:2918 +#: using-d-i.xml:2917 #, no-c-format msgid "This is the configuration file read by the boot loader when it starts. It is a copy of the /etc/elilo.conf with the filenames re-written to refer to files in the EFI partition." msgstr "" #. Tag: filename -#: using-d-i.xml:2927 +#: using-d-i.xml:2926 #, no-c-format msgid "elilo.efi" msgstr "" #. Tag: para -#: using-d-i.xml:2928 +#: using-d-i.xml:2927 #, no-c-format msgid "This is the boot loader program that the EFI Boot Manager runs to boot the system. It is the program behind the &debian; GNU/Linux menu item of the EFI Boot Manager command menu." msgstr "" #. Tag: filename -#: using-d-i.xml:2938 +#: using-d-i.xml:2937 #, no-c-format msgid "initrd.img" msgstr "" #. Tag: para -#: using-d-i.xml:2939 +#: using-d-i.xml:2938 #, no-c-format msgid "This is the initial root filesystem used to boot the kernel. It is a copy of the file referenced in the /etc/elilo.conf. In a standard &debian; installation it would be the file in /boot pointed to by the symbolic link /initrd.img." msgstr "" #. Tag: filename -#: using-d-i.xml:2951 +#: using-d-i.xml:2950 #, no-c-format msgid "readme.txt" msgstr "" #. Tag: para -#: using-d-i.xml:2952 +#: using-d-i.xml:2951 #, no-c-format msgid "This is a small text file warning you that the contents of the directory are managed by the elilo and that any local changes would be lost at the next time /usr/sbin/elilo is run." msgstr "" #. Tag: filename -#: using-d-i.xml:2962 +#: using-d-i.xml:2961 #, no-c-format msgid "vmlinuz" msgstr "" #. Tag: para -#: using-d-i.xml:2963 +#: using-d-i.xml:2962 #, no-c-format msgid "This is the compressed kernel itself. It is a copy of the file referenced in the /etc/elilo.conf. In a standard &debian; installation it would be the file in /boot pointed to by the symbolic link /vmlinuz." msgstr "" #. Tag: title -#: using-d-i.xml:2983 +#: using-d-i.xml:2982 #, no-c-format msgid "arcboot-installer" msgstr "" #. Tag: para -#: using-d-i.xml:2984 +#: using-d-i.xml:2983 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be installed on the same hard disk as the kernel (this is done automatically by the installer). Arcboot supports different configurations which are set up in /etc/arcboot.conf. Each configuration has a unique name, the default setup as created by the installer is linux. After arcboot has been installed, the system can be booted from hard disk by setting some firmware environment variables entering \n" @@ -2413,289 +2407,289 @@ msgid "" msgstr "" #. Tag: replaceable -#: using-d-i.xml:3003 +#: using-d-i.xml:3002 #, no-c-format msgid "scsi" msgstr "" #. Tag: para -#: using-d-i.xml:3004 +#: using-d-i.xml:3003 #, no-c-format msgid "is the SCSI bus to be booted from, this is 0 for the onboard controllers" msgstr "" #. Tag: replaceable -#: using-d-i.xml:3012 +#: using-d-i.xml:3011 #, no-c-format msgid "disk" msgstr "" #. Tag: para -#: using-d-i.xml:3013 +#: using-d-i.xml:3012 #, no-c-format msgid "is the SCSI ID of the hard disk on which arcboot is installed" msgstr "" #. Tag: replaceable -#: using-d-i.xml:3021 +#: using-d-i.xml:3020 #, no-c-format msgid "partnr" msgstr "" #. Tag: para -#: using-d-i.xml:3022 +#: using-d-i.xml:3021 #, no-c-format msgid "is the number of the partition on which /etc/arcboot.conf resides" msgstr "" #. Tag: replaceable -#: using-d-i.xml:3030 +#: using-d-i.xml:3029 #, no-c-format msgid "config" msgstr "" #. Tag: para -#: using-d-i.xml:3031 +#: using-d-i.xml:3030 #, no-c-format msgid "is the name of the configuration entry in /etc/arcboot.conf, which is linux by default." msgstr "" #. Tag: title -#: using-d-i.xml:3052 +#: using-d-i.xml:3051 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:3053 +#: using-d-i.xml:3052 #, no-c-format msgid "Newer (mid 1998 and on) PowerMacs use yaboot as their boot loader. The installer will set up yaboot automatically, so all you need is a small 820k partition named bootstrap with type Apple_Bootstrap created back in the partitioning component. If this step completes successfully then your disk should now be bootable and OpenFirmware will be set to boot &debian-gnu;." msgstr "" #. Tag: title -#: using-d-i.xml:3071 +#: using-d-i.xml:3070 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:3072 +#: using-d-i.xml:3071 #, no-c-format msgid "The boot loader for OldWorld Power Macintosh machines is quik. You can also use it on CHRP. The installer will attempt to set up quik automatically. The setup has been known to work on 7200, 7300, and 7600 Powermacs, and on some Power Computing clones." msgstr "" #. Tag: title -#: using-d-i.xml:3088 +#: using-d-i.xml:3087 #, no-c-format msgid "zipl-installer" msgstr "" #. Tag: para -#: using-d-i.xml:3089 +#: using-d-i.xml:3088 #, no-c-format msgid "The boot loader on &arch-title; is zipl. ZIPL is similar in configuration and usage to LILO, with a few exceptions. Please take a look at LINUX for &arch-title; Device Drivers and Installation Commands from IBM's developerWorks web site if you want to know more about ZIPL." msgstr "" #. Tag: title -#: using-d-i.xml:3106 +#: using-d-i.xml:3105 #, no-c-format msgid "Install the SILO Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:3108 +#: using-d-i.xml:3107 #, no-c-format msgid "The standard &architecture; boot loader is called silo. It is documented in /usr/share/doc/silo/. SILO is similar in configuration and usage to LILO, with a few exceptions. First of all, SILO allows you to boot any kernel image on your drive, even if it is not listed in /etc/silo.conf. This is because SILO can actually read Linux partitions. Also, /etc/silo.conf is read at boot time, so there is no need to rerun silo after installing a new kernel like you would with LILO. SILO can also read UFS partitions, which means it can boot SunOS/Solaris partitions as well. This is useful if you want to install GNU/Linux alongside an existing SunOS/Solaris install." msgstr "" #. Tag: title -#: using-d-i.xml:3133 +#: using-d-i.xml:3132 #, no-c-format msgid "Continue Without Boot Loader" msgstr "" #. Tag: para -#: using-d-i.xml:3135 +#: using-d-i.xml:3134 #, no-c-format msgid "This option can be used to complete the installation even when no boot loader is to be installed, either because the arch/subarch doesn't provide one, or because none is desired (e.g. you will use existing boot loader)." msgstr "" #. Tag: para -#: using-d-i.xml:3142 +#: using-d-i.xml:3141 #, no-c-format msgid "If you plan to manually configure your bootloader, you should check the name of the installed kernel in /target/boot. You should also check that directory for the presence of an initrd; if one is present, you will probably have to instruct your bootloader to use it. Other information you will need are the disk and partition you selected for your / filesystem and, if you chose to install /boot on a separate partition, also your /boot filesystem." msgstr "" #. Tag: title -#: using-d-i.xml:3159 +#: using-d-i.xml:3158 #, no-c-format msgid "Finishing the Installation" msgstr "" #. Tag: para -#: using-d-i.xml:3160 +#: using-d-i.xml:3159 #, no-c-format msgid "This is the last step in the &debian; installation process during which the installer will do any last minute tasks. It mostly consists of tidying up after the &d-i;." msgstr "" #. Tag: title -#: using-d-i.xml:3173 +#: using-d-i.xml:3172 #, no-c-format msgid "Setting the System Clock" msgstr "" #. Tag: para -#: using-d-i.xml:3175 +#: using-d-i.xml:3174 #, no-c-format msgid "The installer may ask you if the computer's clock is set to UTC. Normally this question is avoided if possible and the installer tries to work out whether the clock is set to UTC based on things like what other operating systems are installed." msgstr "" #. Tag: para -#: using-d-i.xml:3182 +#: using-d-i.xml:3181 #, no-c-format msgid "In expert mode you will always be able to choose whether or not the clock is set to UTC. Macintosh hardware clocks are normally set to local time. If you want to dual-boot, select local time instead of UTC. Systems that (also) run Dos or Windows are normally set to local time. If you want to dual-boot, select local time instead of UTC." msgstr "" #. Tag: para -#: using-d-i.xml:3193 +#: using-d-i.xml:3192 #, no-c-format msgid "At this point &d-i; will also attempt to save the current time to the system's hardware clock. This will be done either in UTC or local time, depending on the selection that was just made." msgstr "" #. Tag: title -#: using-d-i.xml:3208 +#: using-d-i.xml:3207 #, no-c-format msgid "Reboot the System" msgstr "" #. Tag: para -#: using-d-i.xml:3210 +#: using-d-i.xml:3209 #, no-c-format msgid "You will be prompted to remove the boot media (CD, floppy, etc) that you used to boot the installer. After that the system will be rebooted into your new &debian; system." msgstr "" #. Tag: para -#: using-d-i.xml:3216 +#: using-d-i.xml:3215 #, no-c-format msgid "After a final prompt the system will be halted because rebooting is not supported on &arch-title;. You then need to IPL &debian-gnu; from the DASD which you selected for the root filesystem during the first steps of the installation." msgstr "" #. Tag: title -#: using-d-i.xml:3229 +#: using-d-i.xml:3228 #, no-c-format msgid "Troubleshooting" msgstr "" #. Tag: para -#: using-d-i.xml:3230 +#: using-d-i.xml:3229 #, no-c-format msgid "The components listed in this section are usually not involved in the installation process, but are waiting in the background to help the user in case something goes wrong." msgstr "" #. Tag: title -#: using-d-i.xml:3243 +#: using-d-i.xml:3242 #, no-c-format msgid "Saving the installation logs" msgstr "" #. Tag: para -#: using-d-i.xml:3245 +#: using-d-i.xml:3244 #, no-c-format msgid "If the installation is successful, the logfiles created during the installation process will be automatically saved to /var/log/installer/ on your new &debian; system." msgstr "" #. Tag: para -#: using-d-i.xml:3252 +#: using-d-i.xml:3251 #, no-c-format msgid "Choosing Save debug logs from the main menu allows you to save the log files to a floppy disk, network, hard disk, or other media. This can be useful if you encounter fatal problems during the installation and wish to study the logs on another system or attach them to an installation report." msgstr "" #. Tag: title -#: using-d-i.xml:3272 +#: using-d-i.xml:3271 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "" #. Tag: para -#: using-d-i.xml:3274 +#: using-d-i.xml:3273 #, no-c-format msgid "There are several methods you can use to get a shell while running an installation. On most systems, and if you are not installing over serial console, the easiest method is to switch to the second virtual console by pressing Left Alt F2 That is: press the Alt key on the left-hand side of the space bar and the F2 function key at the same time. (on a Mac keyboard, Option F2). Use Left Alt F1 to switch back to the installer itself." msgstr "" #. Tag: para -#: using-d-i.xml:3292 +#: using-d-i.xml:3291 #, no-c-format msgid "For the graphical installer see also ." msgstr "" #. Tag: para -#: using-d-i.xml:3296 +#: using-d-i.xml:3295 #, no-c-format msgid "If you cannot switch consoles, there is also an Execute a Shell item on the main menu that can be used to start a shell. You can get to the main menu from most dialogs by using the &BTN-GOBACK; button one or more times. Type exit to close the shell and return to the installer." msgstr "" #. Tag: para -#: using-d-i.xml:3304 +#: using-d-i.xml:3303 #, no-c-format msgid "At this point you are booted from the RAM disk, and there is a limited set of Unix utilities available for your use. You can see what programs are available with the command ls /bin /sbin /usr/bin /usr/sbin and by typing help. The shell is a Bourne shell clone called ash and has some nice features like autocompletion and history." msgstr "" #. Tag: para -#: using-d-i.xml:3313 +#: using-d-i.xml:3312 #, no-c-format msgid "To edit and view files, use the text editor nano. Log files for the installation system can be found in the /var/log directory." msgstr "" #. Tag: para -#: using-d-i.xml:3320 +#: using-d-i.xml:3319 #, no-c-format msgid "Although you can do basically anything in a shell that the available commands allow you to do, the option to use a shell is really only there in case something goes wrong and for debugging." msgstr "" #. Tag: para -#: using-d-i.xml:3326 +#: using-d-i.xml:3325 #, no-c-format msgid "Doing things manually from the shell may interfere with the installation process and result in errors or an incomplete installation. In particular, you should always use let the installer activate your swap partition and not do this yourself from a shell." msgstr "" #. Tag: title -#: using-d-i.xml:3342 +#: using-d-i.xml:3341 #, no-c-format msgid "Installation Over the Network" msgstr "" #. Tag: para -#: using-d-i.xml:3344 +#: using-d-i.xml:3343 #, no-c-format msgid "One of the more interesting components is network-console. It allows you to do a large part of the installation over the network via SSH. The use of the network implies you will have to perform the first steps of the installation from the console, at least to the point of setting up the networking. (Although you can automate that part with .)" msgstr "" #. Tag: para -#: using-d-i.xml:3354 +#: using-d-i.xml:3353 #, no-c-format msgid "This component is not loaded into the main installation menu by default, so you have to explicitly ask for it. If you are installing from CD, you need to boot with medium priority or otherwise invoke the main installation menu and choose Load installer components from CD and from the list of additional components select network-console: Continue installation remotely using SSH. Successful load is indicated by a new menu entry called Continue installation remotely using SSH." msgstr "" #. Tag: para -#: using-d-i.xml:3367 +#: using-d-i.xml:3366 #, no-c-format msgid "For installations on &arch-title;, this is the default method after setting up the network." msgstr "" #. Tag: para -#: using-d-i.xml:3372 +#: using-d-i.xml:3371 #, no-c-format msgid "After selecting this new entry, you You will be asked for a new password to be used for connecting to the installation system and for its confirmation. That's all. Now you should see a screen which instructs you to login remotely as the user installer with the password you just provided. Another important detail to notice on this screen is the fingerprint of this system. You need to transfer the fingerprint securely to the person who will continue the installation remotely." msgstr "" #. Tag: para -#: using-d-i.xml:3384 +#: using-d-i.xml:3383 #, no-c-format msgid "Should you decide to continue with the installation locally, you can always press &enterkey;, which will bring you back to the main menu, where you can select another component." msgstr "" #. Tag: para -#: using-d-i.xml:3390 +#: using-d-i.xml:3389 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need to configure your terminal for UTF-8 encoding, because that is what the installation system uses. If you do not, remote installation will be still possible, but you may encounter strange display artefacts like destroyed dialog borders or unreadable non-ascii characters. Establishing a connection with the installation system is as simple as typing: \n" @@ -2704,127 +2698,127 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3407 +#: using-d-i.xml:3406 #, no-c-format msgid "The ssh server in the installer uses a default configuration that does not send keep-alive packets. In principle, a connection to the system being installed should be kept open indefinitely. However, in some situations — depending on your local network setup — the connection may be lost after some period of inactivity. One common case where this can happen is when there is some form of Network Address Translation (NAT) somewhere between the client and the system being installed. Depending on at which point of the installation the connection was lost, you may or may not be able to resume the installation after reconnecting." msgstr "" #. Tag: para -#: using-d-i.xml:3420 +#: using-d-i.xml:3419 #, no-c-format msgid "You may be able to avoid the connection being dropped by adding the option -o ServerAliveInterval=value when starting the ssh connection, or by adding that option in your ssh configuration file. Note however that in some cases adding this option may also cause a connection to be dropped (for example if keep-alive packets are sent during a brief network outage, from which ssh would otherwise have recovered), so it should only be used when needed." msgstr "" #. Tag: para -#: using-d-i.xml:3433 +#: using-d-i.xml:3432 #, no-c-format msgid "If you install several computers in turn and they happen to have the same IP address or hostname, ssh will refuse to connect to such host. The reason is that it will have different fingerprint, which is usually a sign of a spoofing attack. If you are sure this is not the case, you will need to delete the relevant line from ~/.ssh/known_hosts The following command will remove an existing entry for a host: ssh-keygen -R <hostname|IP address>. and try again." msgstr "" #. Tag: para -#: using-d-i.xml:3449 +#: using-d-i.xml:3448 #, no-c-format msgid "After the login you will be presented with an initial screen where you have two possibilities called Start menu and Start shell. The former brings you to the main installer menu, where you can continue with the installation as usual. The latter starts a shell from which you can examine and possibly fix the remote system. You should only start one SSH session for the installation menu, but may start multiple sessions for shells." msgstr "" #. Tag: para -#: using-d-i.xml:3459 +#: using-d-i.xml:3458 #, no-c-format msgid "After you have started the installation remotely over SSH, you should not go back to the installation session running on the local console. Doing so may corrupt the database that holds the configuration of the new system. This in turn may result in a failed installation or problems with the installed system." msgstr "" #. Tag: title -#: using-d-i.xml:3478 +#: using-d-i.xml:3477 #, no-c-format msgid "Loading Missing Firmware" msgstr "" #. Tag: para -#: using-d-i.xml:3479 +#: using-d-i.xml:3478 #, no-c-format msgid "As described in , some devices require firmware to be loaded. In most cases the device will not work at all if the firmware is not available; sometimes basic functionality is not impaired if it is missing and the firmware is only needed to enable additional features." msgstr "" #. Tag: para -#: using-d-i.xml:3487 +#: using-d-i.xml:3486 #, no-c-format msgid "If a device driver requests firmware that is not available, &d-i; will display a dialog offering to load the missing firmware. If this option is selected, &d-i; will scan available devices for either loose firmware files or packages containing firmware. If found, the firmware will be copied to the correct location (/lib/firmware) and the driver module will be reloaded." msgstr "" #. Tag: para -#: using-d-i.xml:3497 +#: using-d-i.xml:3496 #, no-c-format msgid "Which devices are scanned and which file systems are supported depends on the architecture, the installation method and the stage of the installation. Especially during the early stages of the installation, loading the firmware is most likely to succeed from a FAT-formatted floppy disk or USB stick. On i386 and amd64 firmware can also be loaded from an MMC or SD card." msgstr "" #. Tag: para -#: using-d-i.xml:3507 +#: using-d-i.xml:3506 #, no-c-format msgid "Note that it is possible to skip loading the firmware if you know the device will also function without it, or if the device is not needed during the installation." msgstr "" #. Tag: para -#: using-d-i.xml:3513 +#: using-d-i.xml:3512 #, no-c-format msgid "&d-i; only prompts for firmware needed by kernel modules loaded during the installation. Not all drivers are included in &d-i;, in particular radeon is not, so this implies that the capabilities of some devices may be no different at the end of the installation from what they were at the beginning. Consequently, some of your hardware may not be being used to its full potential. If you suspect this is the case, or are just curious, it is not a bad idea to check the output of the dmesg command on the newly booted system and search for firmware." msgstr "" #. Tag: title -#: using-d-i.xml:3527 +#: using-d-i.xml:3526 #, no-c-format msgid "Preparing a medium" msgstr "" #. Tag: para -#: using-d-i.xml:3528 +#: using-d-i.xml:3527 #, no-c-format msgid "Official CD images do not include non-free firmware. The most common method to load such firmware is from some removable medium such as a USB stick. Alternatively, unofficial CD builds containing non-free firmware can be found at . To prepare a USB stick (or other medium like a hard drive partition, or floppy disk), the firmware files or packages must be placed in either the root directory or a directory named /firmware of the file system on the medium. The recommended file system to use is FAT as that is most certain to be supported during the early stages of the installation." msgstr "" #. Tag: para -#: using-d-i.xml:3541 +#: using-d-i.xml:3540 #, no-c-format msgid "Tarballs and zip files containing current packages for the most common firmware are available from: Just download the tarball or zip file for the correct release and unpack it to the file system on the medium." msgstr "" #. Tag: para -#: using-d-i.xml:3555 +#: using-d-i.xml:3554 #, no-c-format msgid "If the firmware you need is not included in the tarball, you can also download specific firmware packages from the (non-free section of the) archive. The following overview should list most available firmware packages but is not guaranteed to be complete and may also contain non-firmware packages:" msgstr "" #. Tag: para -#: using-d-i.xml:3569 +#: using-d-i.xml:3568 #, no-c-format msgid "It is also possible to copy individual firmware files to the medium. Loose firmware could be obtained for example from an already installed system or from a hardware vendor." msgstr "" #. Tag: title -#: using-d-i.xml:3578 +#: using-d-i.xml:3577 #, no-c-format msgid "Firmware and the Installed System" msgstr "" #. Tag: para -#: using-d-i.xml:3579 +#: using-d-i.xml:3578 #, no-c-format msgid "Any firmware loaded during the installation will be copied automatically to the installed system. In most cases this will ensure that the device that requires the firmware will also work correctly after the system is rebooted into the installed system. However, if the installed system runs a different kernel version from the installer there is a slight chance that the firmware cannot be loaded due to version skew." msgstr "" #. Tag: para -#: using-d-i.xml:3588 +#: using-d-i.xml:3587 #, no-c-format msgid "If the firmware was loaded from a firmware package, &d-i; will also install this package for the installed system and will automatically add the non-free section of the package archive in APT's sources.list. This has the advantage that the firmware should be updated automatically if a new version becomes available." msgstr "" #. Tag: para -#: using-d-i.xml:3596 +#: using-d-i.xml:3595 #, no-c-format msgid "If loading the firmware was skipped during the installation, the relevant device will probably not work with the installed system until the firmware (package) is installed manually." msgstr "" #. Tag: para -#: using-d-i.xml:3603 +#: using-d-i.xml:3602 #, no-c-format msgid "If the firmware was loaded from loose firmware files, the firmware copied to the installed system will not be automatically updated unless the corresponding firmware package (if available) is installed after the installation is completed." msgstr "" -- cgit v1.2.3