From 77481c858815c2e23a738ea8f9a357509c34cbd9 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Wed, 15 Apr 2015 20:43:58 +0000 Subject: Refresh po and pot files after changings in en --- po/tl/boot-installer.po | 1036 +++++++++++++++++++++++++++------------------- po/tl/boot-new.po | 4 +- po/tl/hardware.po | 1018 +++++++++++++++++++++++++-------------------- po/tl/install-methods.po | 307 +++++++------- po/tl/partitioning.po | 169 ++++---- po/tl/post-install.po | 30 +- po/tl/preparing.po | 515 +++++++++++++++++++---- po/tl/preseed.po | 6 +- po/tl/random-bits.po | 488 +++++++++------------- po/tl/using-d-i.po | 502 +++++++++++----------- 10 files changed, 2308 insertions(+), 1767 deletions(-) (limited to 'po/tl') diff --git a/po/tl/boot-installer.po b/po/tl/boot-installer.po index 00ac675db..a323458d9 100644 --- a/po/tl/boot-installer.po +++ b/po/tl/boot-installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-03-22 13:58+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -67,10 +67,10 @@ msgstr "" #: boot-installer.xml:47 #, no-c-format 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 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 " +"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 "" @@ -86,14 +86,41 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:64 +#: boot-installer.xml:65 +#, no-c-format +msgid "Console configuration" +msgstr "" + +#. Tag: para +#: boot-installer.xml:66 +#, no-c-format +msgid "" +"The netboot tarball (), the hd-" +"media tarball () and the installer SD-card " +"images () use the (platform-" +"specific) default console that is defined by U-Boot in the console variable. In most cases that is a serial console, so on those " +"platforms you by default need a serial console cable to use the installer." +msgstr "" + +#. Tag: para +#: boot-installer.xml:75 +#, no-c-format +msgid "" +"On platforms which also support a video console, you can modify the U-Boot " +"console variable accordingly if you would like the installer " +"to start on the video console." +msgstr "" + +#. Tag: title +#: boot-installer.xml:82 #, no-c-format msgid "Booting by TFTP" msgstr "" #. Tag: para -#: boot-installer.xml:70 boot-installer.xml:689 boot-installer.xml:1311 -#: boot-installer.xml:1495 boot-installer.xml:1818 boot-installer.xml:1928 +#: boot-installer.xml:88 boot-installer.xml:727 boot-installer.xml:1362 +#: boot-installer.xml:1546 boot-installer.xml:1868 boot-installer.xml:2016 #, no-c-format msgid "" "Booting from the network requires that you have a network connection and a " @@ -102,8 +129,8 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:76 boot-installer.xml:695 boot-installer.xml:1317 -#: boot-installer.xml:1501 boot-installer.xml:1824 boot-installer.xml:1934 +#: boot-installer.xml:94 boot-installer.xml:733 boot-installer.xml:1368 +#: boot-installer.xml:1552 boot-installer.xml:1874 boot-installer.xml:2022 #, no-c-format msgid "" "Older systems such as the 715 might require the use of an RBOOT server " @@ -111,8 +138,8 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:81 boot-installer.xml:700 boot-installer.xml:1322 -#: boot-installer.xml:1506 boot-installer.xml:1829 boot-installer.xml:1939 +#: boot-installer.xml:99 boot-installer.xml:738 boot-installer.xml:1373 +#: boot-installer.xml:1557 boot-installer.xml:1879 boot-installer.xml:2027 #, no-c-format msgid "" "The server-side setup to support network booting is described in \n" "printenv kernel_addr_r ramdisk_addr_r fdt_addr_r\n" @@ -186,7 +213,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:125 +#: boot-installer.xml:143 #, no-c-format msgid "" "setenv kernel_addr_r 0x46000000\n" @@ -195,7 +222,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:127 +#: boot-installer.xml:145 #, no-c-format msgid "" "When the load addresses are defined, you can load the images into memory " @@ -203,7 +230,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:130 +#: boot-installer.xml:148 #, no-c-format msgid "" "tftpboot ${kernel_addr_r} <filename of the kernel image>\n" @@ -212,11 +239,11 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:132 +#: boot-installer.xml:150 #, no-c-format msgid "" "The third part is setting the kernel commandline and actually executing the " -"loaded code. U-boot passes the content of the bootargs " +"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 ) onto a USB stick formatted " -"with a filesystem supported by the u-boot version on your device. For modern " -"u-boot versions, any of FAT16 / FAT32 / ext2 / ext3 / ext4 usually works. " +"with a filesystem supported by the U-Boot version on your device. For modern " +"U-Boot versions, any of FAT16 / FAT32 / ext2 / ext3 / ext4 usually works. " "Then copy the ISO image file of the first &debian; installation CD or DVD " "onto the stick." msgstr "" #. Tag: para -#: boot-installer.xml:187 +#: boot-installer.xml:233 #, no-c-format msgid "" -"The autoboot framework in modern u-boot versions works similar to the boot " +"The autoboot framework in modern U-Boot versions works similar to the boot " "ordering options in a PC BIOS, i.e. it checks a list of possible boot " "devices for a valid boot image and starts the first one it finds. If there " "is no operating system installed, plugging in the USB stick and powering up " "the system should result in starting the installer. You can also initiate " -"the USB-boot process any time from the u-boot prompt by entering the " +"the USB-boot process any time from the U-Boot prompt by entering the " "run bootcmd_usb0 command." msgstr "" #. Tag: para -#: boot-installer.xml:197 +#: boot-installer.xml:243 #, no-c-format msgid "" "One problem that can come up when booting from a USB stick while using a " "serial console can be a console baudrate mismatch. If a console variable is " -"defined in u-boot, the &d-i; boot script automatically passes it to the " +"defined in U-Boot, the &d-i; boot script automatically passes it to the " "kernel to set the primary console device and, if applicable, the console " "baudrate. Unfortunately the handling of the console variable varies from " "platform to platform - on some platforms, the console variable includes the " "baudrate (as in console=ttyS0,115200), while on other " "platforms the console variable contains only the device (as in " "console=ttyS0). The latter case leads to a garbled console " -"output when the default baudrate differs between u-boot and the kernel. " -"Modern u-boot versions often use 115200 baud while the kernel still defaults " +"output when the default baudrate differs between U-Boot and the kernel. " +"Modern U-Boot versions often use 115200 baud while the kernel still defaults " "to the traditional 9600 baud. If this happens, you should manually set the " "console variable to contain the correct baudrate for your system and then " "start the installer with the run bootcmd_usb0 command." msgstr "" #. Tag: title -#: boot-installer.xml:345 boot-installer.xml:924 boot-installer.xml:1581 -#: boot-installer.xml:1962 +#: boot-installer.xml:264 +#, no-c-format +msgid "Using pre-built SD-card images with the installer" +msgstr "" + +#. Tag: para +#: boot-installer.xml:265 +#, no-c-format +msgid "" +"For a number of systems, Debian provides SD card images that contain both U-" +"Boot and the &d-i;. These images are provided in two variants - one for " +"downloading the software packages over the network (available at &armmp-" +"netboot-sd-img;) and one for offline installations using a Debian CD/DVD " +"(available at &armmp-hd-media-sd-img;). To save space and network bandwidth, " +"the images consist of two parts - a system-dependent part named " +"firmware.<system-type>.img.gz, and a system-independent " +"part named partition.img.gz." +msgstr "" + +#. Tag: para +#: boot-installer.xml:276 +#, no-c-format +msgid "" +"To create a complete image from the two parts on Linux systems, you can use " +"zcat as follows: zcat firmware.<system-type>." +"img.gz partition.img.gz > complete_image.img On " +"Windows systems, you have to first decompress the two parts separately, " +"which can be done e.g. by using 7-Zip, and then concatenate the decompressed " +"parts together by running the command copy /b " +"firmware.<system-type>.img + partition.img complete_image.img in a Windows CMD.exe window." +msgstr "" + +#. Tag: para +#: boot-installer.xml:290 +#, no-c-format +msgid "" +"Write the resulting image onto an SD card, e.g. by running the following " +"command on a Linux system: cat complete_image.img " +"> /dev/SD_CARD_DEVICE After plugging the SD card " +"into the target system and powering the system up, the installer is loaded " +"from the SD card. If you use the hd-media variant for offline installations, " +"you must provide the installer with access to the first &debian; CD/DVD on a " +"separate medium, which can e.g. be a CD/DVD ISO image on a USB stick." +msgstr "" + +#. Tag: para +#: boot-installer.xml:302 +#, no-c-format +msgid "" +"When you come to the partitioning step in the installer (see ), you can delete or replace any previous partitions on " +"the card. Once the installer is started, it runs completely in the system's " +"main memory and does not need to access the SD card anymore, so you can use " +"the full card for installing &debian;. The easiest way to create a proper " +"partition layout on the SD card is to let the installer automatically create " +"one for you (see )." +msgstr "" + +#. Tag: title +#: boot-installer.xml:443 +#, no-c-format +msgid "Booting from USB Memory Stick" +msgstr "" + +#. Tag: para +#: boot-installer.xml:449 +#, no-c-format +msgid "" +"If your computer will boot from USB, this will probably be the easiest route " +"for installation. Assuming you have prepared everything from and , 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 a graphical boot menu. Here " +"you can select various installer options, or just hit &enterkey;." +msgstr "" + +#. Tag: title +#: boot-installer.xml:463 boot-installer.xml:976 boot-installer.xml:1632 +#: boot-installer.xml:2050 #, no-c-format msgid "Booting from a CD-ROM" msgstr "" #. Tag: para -#: boot-installer.xml:351 boot-installer.xml:930 boot-installer.xml:1587 -#: boot-installer.xml:1968 +#: boot-installer.xml:469 boot-installer.xml:982 boot-installer.xml:1638 +#: boot-installer.xml:2056 #, 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." +"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:362 boot-installer.xml:941 boot-installer.xml:1598 -#: boot-installer.xml:1979 +#: boot-installer.xml:479 boot-installer.xml:992 boot-installer.xml:1648 +#: boot-installer.xml:2066 #, no-c-format msgid "" "Note that certain CD drives may require special drivers, and thus be " @@ -351,8 +508,8 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:370 boot-installer.xml:949 boot-installer.xml:1606 -#: boot-installer.xml:1987 +#: boot-installer.xml:487 boot-installer.xml:1000 boot-installer.xml:1656 +#: boot-installer.xml:2074 #, no-c-format msgid "" "Even if you cannot boot from CD-ROM, you can probably install the &debian; " @@ -363,27 +520,27 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:378 boot-installer.xml:957 boot-installer.xml:1614 -#: boot-installer.xml:1995 +#: boot-installer.xml:495 boot-installer.xml:1008 boot-installer.xml:1664 +#: boot-installer.xml:2082 #, no-c-format msgid "" "If you have problems booting, see ." msgstr "" #. Tag: title -#: boot-installer.xml:452 +#: boot-installer.xml:505 #, no-c-format msgid "Booting from Windows" msgstr "" #. Tag: para -#: boot-installer.xml:453 +#: boot-installer.xml:506 #, no-c-format msgid "To start the installer from Windows, you can either" msgstr "" #. Tag: para -#: boot-installer.xml:458 +#: boot-installer.xml:511 #, no-c-format msgid "" "obtain CD-ROM/DVD-ROM or USB memory " @@ -393,7 +550,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:466 +#: boot-installer.xml:519 #, no-c-format msgid "" "download a standalone Windows executable, which is available as tools/win32-" @@ -401,7 +558,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:474 +#: boot-installer.xml:527 #, no-c-format msgid "" "If you use an installation CD or DVD, a pre-installation program should be " @@ -412,7 +569,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:482 +#: boot-installer.xml:535 #, no-c-format msgid "" "After the program has been started, a few preliminary questions will be " @@ -421,13 +578,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:492 +#: boot-installer.xml:545 #, no-c-format msgid "Booting from DOS using loadlin" msgstr "" #. Tag: para -#: boot-installer.xml:493 +#: boot-installer.xml:546 #, no-c-format msgid "" "Boot into DOS (not Windows). To do this, you can for instance boot from a " @@ -435,7 +592,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:498 +#: boot-installer.xml:551 #, no-c-format msgid "" "If you can access the installation CD, change the current drive to the CD-" @@ -447,7 +604,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:508 +#: boot-installer.xml:561 #, no-c-format msgid "" "Enter the subdirectory for the flavor you chose, e.g., " @@ -461,14 +618,14 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:526 +#: boot-installer.xml:579 #, no-c-format msgid "" "Booting from Linux using LILO or GRUB" msgstr "" #. Tag: para -#: boot-installer.xml:529 +#: boot-installer.xml:582 #, no-c-format msgid "" "To boot the installer from hard disk, you must first download and place the " @@ -476,7 +633,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:534 +#: boot-installer.xml:587 #, no-c-format msgid "" "If you intend to use the hard drive only for booting and then download " @@ -488,7 +645,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:544 +#: boot-installer.xml:597 #, no-c-format msgid "" "Alternatively, if you intend to keep an existing partition on the hard drive " @@ -500,7 +657,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:553 +#: boot-installer.xml:606 #, no-c-format msgid "" "For LILO, you will need to configure two essential things " @@ -512,7 +669,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:574 +#: boot-installer.xml:627 #, no-c-format msgid "" "image=/boot/newinstall/vmlinuz\n" @@ -521,7 +678,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:574 +#: boot-installer.xml:627 #, no-c-format msgid "" "For more details, refer to the initrdGRUB1 is quite similar. Locate your " @@ -543,7 +700,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:591 +#: boot-installer.xml:644 #, no-c-format msgid "" "title New Install\n" @@ -553,7 +710,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:593 +#: boot-installer.xml:646 #, no-c-format msgid "" "The procedure for GRUB2 is very similar. The file is " @@ -562,7 +719,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:599 +#: boot-installer.xml:652 #, no-c-format msgid "" "menuentry 'New Install' {\n" @@ -575,7 +732,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:601 +#: boot-installer.xml:654 #, no-c-format msgid "" "From here on, there should be no difference between GRUB " @@ -583,31 +740,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:610 -#, no-c-format -msgid "Booting from USB Memory Stick" -msgstr "" - -#. Tag: para -#: boot-installer.xml:611 -#, 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:625 boot-installer.xml:1868 +#: boot-installer.xml:663 boot-installer.xml:1918 #, no-c-format msgid "Booting from Floppies" msgstr "" #. Tag: para -#: boot-installer.xml:626 boot-installer.xml:1876 +#: boot-installer.xml:664 boot-installer.xml:1926 #, no-c-format msgid "" "You will have already downloaded the floppy images you needed and created " @@ -615,7 +754,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:633 +#: boot-installer.xml:671 #, no-c-format msgid "" "To boot from the installer boot floppy, place it in the primary floppy " @@ -623,7 +762,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:639 +#: boot-installer.xml:677 #, no-c-format msgid "" "For installing from an LS-120 drive (ATAPI version) with a set of floppies, " @@ -635,7 +774,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:649 +#: boot-installer.xml:687 #, no-c-format msgid "" "Note that on some machines, Control Alt&email-debian-boot-list;) know how did you manage it. " @@ -727,13 +866,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:740 +#: boot-installer.xml:778 #, no-c-format msgid "Etherboot" msgstr "" #. Tag: para -#: boot-installer.xml:741 +#: boot-installer.xml:779 #, no-c-format msgid "" "The etherboot project " @@ -741,34 +880,52 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:751 +#: boot-installer.xml:789 #, no-c-format msgid "The Boot Screen" msgstr "" #. Tag: para -#: boot-installer.xml:752 +#: boot-installer.xml:790 #, 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" +"screen showing the &debian; logo and a menu:" +msgstr "" + +#. Tag: screen +#: boot-installer.xml:795 +#, no-c-format +msgid "" "Installer boot menu\n" "\n" "Install\n" "Graphical install\n" "Advanced options >\n" "Help\n" -"Install with speech synthesis\n" -"\n" -"Press ENTER to boot or TAB to edit a menu entry\n" -" Depending on the installation method you are " -"using, the Graphical install option may not be available. Bi-" -"arch images additionally have a 64 bit variant for each install option, " -"right below it, thus almost doubling the number of options." +"Install with speech synthesis" msgstr "" #. Tag: para -#: boot-installer.xml:764 +#: boot-installer.xml:799 +#, no-c-format +msgid "" +"This graphical screen will look very slightly different depending on how " +"your computer has booted (BIOS or UEFI), but the same options will be shown." +msgstr "" + +#. Tag: para +#: boot-installer.xml:807 +#, no-c-format +msgid "" +"Depending on the installation method you are using, the Graphical " +"install option may not be available. Bi-arch images additionally " +"have a 64 bit variant for each install option, right below it, thus almost " +"doubling the number of options." +msgstr "" + +#. Tag: para +#: boot-installer.xml:814 #, no-c-format msgid "" "For a normal installation, select either the Graphical installAdvanced options entry gives access to a second menu that " @@ -788,19 +945,20 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:778 +#: boot-installer.xml:828 #, 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 " +"the kernel, press &tabkey; (BIOS boot) or &ekey; (UEFI boot). This will " +"display the boot command for the selected menu entry and allow you to edit " +"it to suit your needs. The help screens (see below) list some common " +"possible options. Press &enterkey; (BIOS boot) or &f10key; (UEFI boot) 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:787 +#: boot-installer.xml:839 #, no-c-format msgid "" "Choosing the Help entry will result in the first help screen " @@ -819,7 +977,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:805 +#: boot-installer.xml:857 #, no-c-format msgid "" "The keyboard is assumed to have a default American English layout at this " @@ -831,7 +989,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:815 +#: boot-installer.xml:867 #, no-c-format msgid "" "If you are using a system that has the BIOS configured to use serial " @@ -844,7 +1002,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:825 +#: boot-installer.xml:877 #, no-c-format msgid "" "To bypass the graphical boot screen you can either blindly press &escapekey; " @@ -857,13 +1015,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:841 +#: boot-installer.xml:893 #, no-c-format msgid "The Graphical Installer" msgstr "" #. Tag: para -#: boot-installer.xml:842 +#: boot-installer.xml:894 #, no-c-format msgid "" "The graphical version of the installer is only available for a limited " @@ -874,7 +1032,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:850 +#: boot-installer.xml:902 #, no-c-format msgid "" "Although the functionality is identical, the graphical installer still has a " @@ -886,7 +1044,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:859 +#: boot-installer.xml:911 #, no-c-format msgid "" "The graphical installer is available with all CD images and with the hd-" @@ -900,7 +1058,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:870 +#: boot-installer.xml:922 #, no-c-format msgid "" "There is also a graphical installer image that can be netbooted. And there " @@ -912,7 +1070,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:883 +#: boot-installer.xml:935 #, no-c-format msgid "" "For &arch-title;, currently only an experimental mini ISO " @@ -924,7 +1082,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:897 +#: boot-installer.xml:949 #, no-c-format msgid "" "Just as with the text-based installer it is possible to add boot parameters " @@ -932,7 +1090,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:903 +#: boot-installer.xml:955 #, no-c-format msgid "" "The graphical installer requires significantly more memory to run than the " @@ -942,7 +1100,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:910 +#: boot-installer.xml:962 #, no-c-format msgid "" "If the amount of memory in your system is below &minimum-memory;, the " @@ -952,13 +1110,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:965 +#: boot-installer.xml:1016 #, no-c-format msgid "CD Contents" msgstr "" #. Tag: para -#: boot-installer.xml:967 +#: boot-installer.xml:1018 #, no-c-format msgid "" "There are three basic variations of &debian; Install CDs. The " @@ -973,7 +1131,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:983 +#: boot-installer.xml:1034 #, no-c-format msgid "" "The IA-64 architecture uses the next generation Extensible Firmware " @@ -989,7 +1147,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:999 +#: boot-installer.xml:1050 #, no-c-format msgid "" "The &debian; Installer CD contains a small EFI partition where the " @@ -1000,7 +1158,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1008 +#: boot-installer.xml:1059 #, no-c-format msgid "" "Most of the details of how ELILO actually loads and " @@ -1014,7 +1172,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1020 +#: boot-installer.xml:1071 #, no-c-format msgid "" "The EFI Boot Manager is presented as the last step of the firmware " @@ -1029,13 +1187,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1039 +#: boot-installer.xml:1090 #, no-c-format msgid "IMPORTANT" msgstr "" #. Tag: para -#: boot-installer.xml:1040 +#: boot-installer.xml:1091 #, no-c-format msgid "" "The EFI Boot Manager will select a default boot action, typically the first " @@ -1048,13 +1206,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1052 +#: boot-installer.xml:1103 #, no-c-format msgid "Option 1: Booting from the Boot Option Maintenance Menu" msgstr "" #. Tag: para -#: boot-installer.xml:1059 +#: boot-installer.xml:1110 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1063,7 +1221,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1065 +#: boot-installer.xml:1116 #, no-c-format msgid "" "Select Boot Maintenance Menu from the menu with the arrow " @@ -1071,7 +1229,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1071 +#: boot-installer.xml:1122 #, no-c-format msgid "" "Select Boot From a File from the menu with the arrow keys " @@ -1083,7 +1241,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1082 +#: boot-installer.xml:1133 #, no-c-format msgid "" "You can choose either of the entries that refer to the CD/DVD drive. Select " @@ -1095,7 +1253,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1093 +#: boot-installer.xml:1144 #, no-c-format msgid "" "You will only need this step if you chose Debian Inst [Acpi ...EFI Shell from the menu with the arrow keys and " @@ -1154,7 +1312,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1147 +#: boot-installer.xml:1198 #, no-c-format msgid "" "Examine the output from the shell looking for the CDROM drive. It is most " @@ -1164,7 +1322,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1154 +#: boot-installer.xml:1205 #, no-c-format msgid "" "Enter fsn: and press " @@ -1174,7 +1332,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1161 +#: boot-installer.xml:1212 #, no-c-format msgid "" "Enter elilo and press ENTER. This will " @@ -1182,7 +1340,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1168 +#: boot-installer.xml:1219 #, no-c-format msgid "" "As with option 1, these steps start the &debian; boot loader which will " @@ -1193,13 +1351,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1182 +#: boot-installer.xml:1233 #, no-c-format msgid "Installing using a Serial Console" msgstr "" #. Tag: para -#: boot-installer.xml:1184 +#: boot-installer.xml:1235 #, no-c-format msgid "" "You may choose to perform an install using a monitor and keyboard or using a " @@ -1212,7 +1370,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1195 +#: boot-installer.xml:1246 #, no-c-format msgid "" "In most circumstances, you will want the installer to use the same baud rate " @@ -1222,7 +1380,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1202 +#: boot-installer.xml:1253 #, no-c-format msgid "" "If there is not an option available that is configured for the serial device " @@ -1233,7 +1391,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1213 +#: boot-installer.xml:1264 #, no-c-format msgid "" "Most IA-64 boxes ship with a default console setting of 9600 baud. This " @@ -1245,7 +1403,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1222 +#: boot-installer.xml:1273 #, no-c-format msgid "" "If you select the wrong console type, you will be able to select the kernel " @@ -1255,13 +1413,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1231 +#: boot-installer.xml:1282 #, no-c-format msgid "Selecting the Boot Kernel and Options" msgstr "" #. Tag: para -#: boot-installer.xml:1233 +#: boot-installer.xml:1284 #, no-c-format msgid "" "The boot loader will display a form with a menu list and a text window with " @@ -1274,7 +1432,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1245 +#: boot-installer.xml:1296 #, no-c-format msgid "" "Consult the General help screen for the description " @@ -1289,7 +1447,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1263 +#: boot-installer.xml:1314 #, no-c-format msgid "" "Select the kernel version and installation mode most appropriate to your " @@ -1297,7 +1455,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1268 +#: boot-installer.xml:1319 #, no-c-format msgid "" "Enter any boot parameters by typing at the keyboard. The text will be " @@ -1306,7 +1464,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1275 +#: boot-installer.xml:1326 #, no-c-format msgid "" "Press ENTER. This will load and start the kernel. The " @@ -1315,7 +1473,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1284 boot-installer.xml:1421 +#: boot-installer.xml:1335 boot-installer.xml:1472 #, no-c-format msgid "" "Proceed to the next chapter to continue the installation where you will set " @@ -1323,7 +1481,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1295 +#: boot-installer.xml:1346 #, no-c-format msgid "" "Booting an IA-64 system from the network is similar to a CD boot. The only " @@ -1336,7 +1494,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1330 +#: boot-installer.xml:1381 #, no-c-format msgid "" "Network booting an IA-64 system requires two architecture-specific actions. " @@ -1346,13 +1504,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1341 +#: boot-installer.xml:1392 #, no-c-format msgid "Configuring the Server" msgstr "" #. Tag: para -#: boot-installer.xml:1342 +#: boot-installer.xml:1393 #, no-c-format msgid "" "A suitable TFTP entry for network booting an IA-64 system looks something " @@ -1367,7 +1525,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1352 +#: boot-installer.xml:1403 #, no-c-format msgid "" "Extract the netboot.tar.gz file into the directory used " @@ -1378,7 +1536,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1362 +#: boot-installer.xml:1413 #, no-c-format msgid "" "# cd /var/lib/tftp\n" @@ -1390,7 +1548,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1362 +#: boot-installer.xml:1413 #, no-c-format msgid "" "The netboot.tar.gz contains an elilo.conf\n" @@ -1459,13 +1617,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1459 boot-installer.xml:2214 +#: boot-installer.xml:1510 boot-installer.xml:2301 #, no-c-format msgid "Boot Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:1463 +#: boot-installer.xml:1514 #, no-c-format msgid "" "On SGI machines you can append boot parameters to the bootp():bootp(): command you can give the path and " @@ -1485,19 +1643,19 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1478 +#: boot-installer.xml:1529 #, no-c-format msgid "bootp(): append=\"root=/dev/sda1\"" msgstr "" #. Tag: title -#: boot-installer.xml:1521 +#: boot-installer.xml:1572 #, no-c-format msgid "s390 Limitations" msgstr "" #. Tag: para -#: boot-installer.xml:1522 +#: boot-installer.xml:1573 #, no-c-format msgid "" "In order to run the installation system a working network setup and ssh " @@ -1505,7 +1663,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1527 +#: boot-installer.xml:1578 #, no-c-format msgid "" "The booting process starts with a network setup that prompts you for several " @@ -1515,13 +1673,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1538 +#: boot-installer.xml:1589 #, no-c-format msgid "s390 Boot Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:1539 +#: boot-installer.xml:1590 #, no-c-format msgid "" "On S/390 you can append boot parameters in the parm file. This file can " @@ -1534,7 +1692,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1556 +#: boot-installer.xml:1607 #, no-c-format msgid "" "If you boot the installer in a logical partition (LPAR) or virtual machine " @@ -1557,7 +1715,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1621 +#: boot-installer.xml:1671 #, no-c-format msgid "" "Currently, the only &arch-title; subarchitectures that support CD-ROM " @@ -1569,7 +1727,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1630 +#: boot-installer.xml:1680 #, no-c-format msgid "" "To boot a PowerMac from an external Firewire CD/DVD drive invoke Open " @@ -1581,13 +1739,13 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1641 +#: boot-installer.xml:1691 #, no-c-format msgid "0 > boot cd:,\\install\\yaboot" msgstr "" #. Tag: para -#: boot-installer.xml:1643 +#: boot-installer.xml:1693 #, no-c-format msgid "" "OldWorld PowerMacs will not boot a &debian; CD, because OldWorld computers " @@ -1598,7 +1756,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1652 +#: boot-installer.xml:1702 #, no-c-format msgid "" "To boot &debian; CD/DVD on Pegasos II machine, hold Esc key " @@ -1607,13 +1765,13 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1658 +#: boot-installer.xml:1708 #, no-c-format msgid "boot cd install/pegasos" msgstr "" #. Tag: para -#: boot-installer.xml:1660 +#: boot-installer.xml:1710 #, no-c-format msgid "" "On YDL Powerstation machine, pres s immediately after " @@ -1622,19 +1780,19 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:1665 +#: boot-installer.xml:1715 #, no-c-format msgid "0 > boot cdrom" msgstr "" #. Tag: title -#: boot-installer.xml:1671 +#: boot-installer.xml:1721 #, no-c-format msgid "Booting from Hard Disk" msgstr "" #. Tag: para -#: boot-installer.xml:1677 +#: boot-installer.xml:1727 #, no-c-format msgid "" "Booting from an existing operating system is often a convenient option; for " @@ -1642,7 +1800,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1683 +#: boot-installer.xml:1733 #, no-c-format msgid "" "To boot the installer from hard disk, you will have already completed " @@ -1651,13 +1809,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1703 +#: boot-installer.xml:1753 #, no-c-format msgid "Booting OldWorld PowerMacs from MacOS" msgstr "" #. Tag: para -#: boot-installer.xml:1704 +#: boot-installer.xml:1754 #, no-c-format msgid "" "If you set up BootX in , you can use it to " @@ -1671,13 +1829,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1722 +#: boot-installer.xml:1772 #, no-c-format msgid "Booting NewWorld Macs from OpenFirmware" msgstr "" #. Tag: para -#: boot-installer.xml:1723 +#: boot-installer.xml:1773 #, no-c-format msgid "" "You will have already placed the vmlinux, " @@ -1701,19 +1859,19 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1755 +#: boot-installer.xml:1805 #, no-c-format msgid "Booting from USB memory stick" msgstr "" #. Tag: para -#: boot-installer.xml:1756 +#: boot-installer.xml:1806 #, no-c-format msgid "Currently, NewWorld PowerMac systems are known to support USB booting." msgstr "" #. Tag: para -#: boot-installer.xml:1762 +#: boot-installer.xml:1812 #, no-c-format msgid "" "Make sure you have prepared everything from boot-floppy-hfs.img floppy, place it " @@ -1817,7 +1975,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1887 +#: boot-installer.xml:1937 #, no-c-format msgid "" "For those not familiar with Macintosh floppy operations: a floppy placed in " @@ -1827,7 +1985,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:1894 +#: boot-installer.xml:1944 #, no-c-format msgid "" "After booting, the root.bin floppy is requested. Insert " @@ -1836,13 +1994,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:1905 +#: boot-installer.xml:1955 #, no-c-format msgid "PowerPC Boot Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:1906 +#: boot-installer.xml:1956 #, no-c-format msgid "" "Many older Apple monitors used a 640x480 67Hz mode. If your video appears " @@ -1852,8 +2010,46 @@ msgid "" "video=aty128fb:vmode:6 ." msgstr "" +#. Tag: title +#: boot-installer.xml:1968 +#, no-c-format +msgid "Booting a ppc64el machine" +msgstr "" + #. Tag: para -#: boot-installer.xml:1947 +#: boot-installer.xml:1969 +#, no-c-format +msgid "How to boot a ppc64el machine:" +msgstr "" + +#. Tag: title +#: boot-installer.xml:1975 +#, no-c-format +msgid "Petitboot" +msgstr "" + +#. Tag: para +#: boot-installer.xml:1976 +#, no-c-format +msgid "" +"Petitboot is a platform independent bootloader based on the Linux kexec. " +"Petitboot supports loading kernel, initrd and device tree files from any " +"Linux mountable filesystem, plus can load files from the network using the " +"FTP, SFTP, TFTP, NFS, HTTP and HTTPS protocols. Petitboot can boot any " +"operating system that includes kexec boot support." +msgstr "" + +#. Tag: para +#: boot-installer.xml:1984 +#, no-c-format +msgid "" +"Petitboot looks for bootloader configuration files on mountable devices in " +"the system, and can also be configured to use boot information from a DHCP " +"server." +msgstr "" + +#. Tag: para +#: boot-installer.xml:2035 #, no-c-format msgid "" "On machines with OpenBoot, simply enter the boot monitor on the machine " @@ -1866,7 +2062,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2002 +#: boot-installer.xml:2089 #, no-c-format msgid "" "Most OpenBoot versions support the boot cdrom command " @@ -1875,13 +2071,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2011 +#: boot-installer.xml:2098 #, no-c-format msgid "IDPROM Messages" msgstr "" #. Tag: para -#: boot-installer.xml:2012 +#: boot-installer.xml:2099 #, no-c-format msgid "" "If you cannot boot because you get messages about a problem with " @@ -1892,17 +2088,17 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2031 +#: boot-installer.xml:2118 #, no-c-format msgid "Accessibility" msgstr "" #. Tag: para -#: boot-installer.xml:2032 +#: boot-installer.xml:2119 #, no-c-format msgid "" "Some users may need specific support because of e.g. some visual impairment. " -"USB braille displays are detected " +"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. ttya or " @@ -2210,13 +2406,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2291 +#: boot-installer.xml:2378 #, no-c-format msgid "&debian; Installer Parameters" msgstr "" #. Tag: para -#: boot-installer.xml:2292 +#: boot-installer.xml:2379 #, no-c-format msgid "" "The installation system recognizes a few additional boot " @@ -2226,7 +2422,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2305 +#: boot-installer.xml:2392 #, no-c-format msgid "" "A number of parameters have a short form that helps avoid the " @@ -2237,19 +2433,19 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2317 +#: boot-installer.xml:2404 #, no-c-format msgid "debconf/priority (priority)" msgstr "" #. Tag: para -#: boot-installer.xml:2318 +#: boot-installer.xml:2405 #, no-c-format msgid "This parameter sets the lowest priority of messages to be displayed." msgstr "" #. Tag: para -#: boot-installer.xml:2322 +#: boot-installer.xml:2409 #, no-c-format msgid "" "The default installation uses priority=high. This " @@ -2259,7 +2455,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2329 +#: boot-installer.xml:2416 #, no-c-format msgid "" "If you add priority=medium as boot parameter, you " @@ -2272,13 +2468,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2343 +#: boot-installer.xml:2430 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "" #. Tag: para -#: boot-installer.xml:2344 +#: boot-installer.xml:2431 #, no-c-format msgid "" "This boot parameter controls the type of user interface used for the " @@ -2299,13 +2495,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2375 +#: boot-installer.xml:2462 #, no-c-format msgid "BOOT_DEBUG" msgstr "" #. Tag: para -#: boot-installer.xml:2376 +#: boot-installer.xml:2463 #, no-c-format msgid "" "Setting this boot parameter to 2 will cause the installer's boot process to " @@ -2315,49 +2511,49 @@ msgid "" msgstr "" #. Tag: userinput -#: boot-installer.xml:2385 +#: boot-installer.xml:2472 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "" #. Tag: para -#: boot-installer.xml:2386 +#: boot-installer.xml:2473 #, no-c-format msgid "This is the default." msgstr "" #. Tag: userinput -#: boot-installer.xml:2390 +#: boot-installer.xml:2477 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "" #. Tag: para -#: boot-installer.xml:2391 +#: boot-installer.xml:2478 #, no-c-format msgid "More verbose than usual." msgstr "" #. Tag: userinput -#: boot-installer.xml:2395 +#: boot-installer.xml:2482 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "" #. Tag: para -#: boot-installer.xml:2396 +#: boot-installer.xml:2483 #, no-c-format msgid "Lots of debugging information." msgstr "" #. Tag: userinput -#: boot-installer.xml:2400 +#: boot-installer.xml:2487 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "" #. Tag: para -#: boot-installer.xml:2401 +#: boot-installer.xml:2488 #, no-c-format msgid "" "Shells are run at various points in the boot process to allow detailed " @@ -2365,13 +2561,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2415 +#: boot-installer.xml:2502 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "" #. Tag: para -#: boot-installer.xml:2416 +#: boot-installer.xml:2503 #, no-c-format msgid "" "The value of the parameter is the path to the device to load the &debian; " @@ -2380,7 +2576,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2422 +#: boot-installer.xml:2509 #, no-c-format msgid "" "The boot floppy, which normally scans all floppies it can to find the root " @@ -2388,19 +2584,19 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2433 +#: boot-installer.xml:2520 #, no-c-format msgid "log_host" msgstr "" #. Tag: term -#: boot-installer.xml:2434 +#: boot-installer.xml:2521 #, no-c-format msgid "log_port" msgstr "" #. Tag: para -#: boot-installer.xml:2435 +#: boot-installer.xml:2522 #, no-c-format msgid "" "Causes the installer to send log messages to a remote syslog on the " @@ -2409,13 +2605,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2446 +#: boot-installer.xml:2533 #, no-c-format msgid "lowmem" msgstr "" #. Tag: para -#: boot-installer.xml:2447 +#: boot-installer.xml:2534 #, no-c-format msgid "" "Can be used to force the installer to a lowmem level higher than the one the " @@ -2424,13 +2620,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2457 +#: boot-installer.xml:2544 #, no-c-format msgid "noshell" msgstr "" #. Tag: para -#: boot-installer.xml:2458 +#: boot-installer.xml:2545 #, no-c-format msgid "" "Prevents the installer from offering interactive shells on tty2 and tty3. " @@ -2438,13 +2634,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2467 +#: boot-installer.xml:2554 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "" #. Tag: para -#: boot-installer.xml:2468 +#: boot-installer.xml:2555 #, no-c-format msgid "" "Some architectures use the kernel framebuffer to offer installation in a " @@ -2456,13 +2652,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2477 +#: boot-installer.xml:2564 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "" #. Tag: para -#: boot-installer.xml:2481 +#: boot-installer.xml:2568 #, no-c-format msgid "" "Because of display problems on some systems, framebuffer support is " @@ -2474,13 +2670,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2495 +#: boot-installer.xml:2582 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "" #. Tag: para -#: boot-installer.xml:2496 +#: boot-installer.xml:2583 #, no-c-format msgid "" "A theme determines how the user interface of the installer looks (colors, " @@ -2491,13 +2687,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2508 boot-installer.xml:2741 +#: boot-installer.xml:2595 boot-installer.xml:2828 #, no-c-format msgid "netcfg/disable_autoconfig" msgstr "" #. Tag: para -#: boot-installer.xml:2509 +#: boot-installer.xml:2596 #, no-c-format msgid "" "By default, the &d-i; automatically probes for network configuration via " @@ -2507,7 +2703,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2516 +#: boot-installer.xml:2603 #, no-c-format msgid "" "If you have an IPv6 router or a DHCP server on your local network, but want " @@ -2518,13 +2714,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2527 +#: boot-installer.xml:2614 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "" #. Tag: para -#: boot-installer.xml:2528 +#: boot-installer.xml:2615 #, no-c-format msgid "" "Set to false to prevent starting PCMCIA services, if " @@ -2532,13 +2728,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2538 +#: boot-installer.xml:2625 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "" #. Tag: para -#: boot-installer.xml:2539 +#: boot-installer.xml:2626 #, no-c-format msgid "" "Set to true to enable support for Serial ATA RAID " @@ -2548,13 +2744,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2550 +#: boot-installer.xml:2637 #, no-c-format msgid "preseed/url (url)" msgstr "" #. Tag: para -#: boot-installer.xml:2551 +#: boot-installer.xml:2638 #, no-c-format msgid "" "Specify the url to a preconfiguration file to download and use for " @@ -2562,13 +2758,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2560 +#: boot-installer.xml:2647 #, no-c-format msgid "preseed/file (file)" msgstr "" #. Tag: para -#: boot-installer.xml:2561 +#: boot-installer.xml:2648 #, no-c-format msgid "" "Specify the path to a preconfiguration file to load for automating the " @@ -2576,13 +2772,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2570 +#: boot-installer.xml:2657 #, no-c-format msgid "preseed/interactive" msgstr "" #. Tag: para -#: boot-installer.xml:2571 +#: boot-installer.xml:2658 #, no-c-format msgid "" "Set to true to display questions even if they have " @@ -2593,13 +2789,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2583 +#: boot-installer.xml:2670 #, no-c-format msgid "auto-install/enable (auto)" msgstr "" #. Tag: para -#: boot-installer.xml:2584 +#: boot-installer.xml:2671 #, no-c-format msgid "" "Delay questions that are normally asked before preseeding is possible until " @@ -2608,13 +2804,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2595 +#: boot-installer.xml:2682 #, no-c-format msgid "finish-install/keep-consoles" msgstr "" #. Tag: para -#: boot-installer.xml:2596 +#: boot-installer.xml:2683 #, no-c-format msgid "" "During installations from serial or management console, the regular virtual " @@ -2623,13 +2819,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2607 +#: boot-installer.xml:2694 #, no-c-format msgid "cdrom-detect/eject" msgstr "" #. Tag: para -#: boot-installer.xml:2608 +#: boot-installer.xml:2695 #, no-c-format msgid "" "By default, before rebooting, &d-i; automatically ejects the optical media " @@ -2641,7 +2837,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2617 +#: boot-installer.xml:2704 #, no-c-format msgid "" "Set to false to disable automatic ejection, and be " @@ -2650,13 +2846,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2628 +#: boot-installer.xml:2715 #, no-c-format msgid "base-installer/install-recommends (recommends)" msgstr "" #. Tag: para -#: boot-installer.xml:2629 +#: boot-installer.xml:2716 #, no-c-format msgid "" "By setting this option to false, the package " @@ -2666,7 +2862,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2636 +#: boot-installer.xml:2723 #, no-c-format msgid "" "Note that this option allows to have a leaner system, but can also result in " @@ -2677,13 +2873,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2648 +#: boot-installer.xml:2735 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "" #. Tag: para -#: boot-installer.xml:2649 +#: boot-installer.xml:2736 #, no-c-format msgid "" "By default the installer requires that repositories be authenticated using a " @@ -2693,13 +2889,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2660 +#: boot-installer.xml:2747 #, no-c-format msgid "ramdisk_size" msgstr "" #. Tag: para -#: boot-installer.xml:2661 +#: boot-installer.xml:2748 #, no-c-format msgid "" "This parameter should already be set to a correct value where needed; set it " @@ -2708,13 +2904,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2671 +#: boot-installer.xml:2758 #, no-c-format msgid "rescue/enable" msgstr "" #. Tag: para -#: boot-installer.xml:2672 +#: boot-installer.xml:2759 #, no-c-format msgid "" "Set to true to enter rescue mode rather than " @@ -2722,13 +2918,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2685 +#: boot-installer.xml:2772 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "" #. Tag: para -#: boot-installer.xml:2686 +#: boot-installer.xml:2773 #, no-c-format msgid "" "With some exceptions, a value can be set at the boot prompt for any question " @@ -2738,25 +2934,25 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2698 +#: boot-installer.xml:2785 #, no-c-format msgid "debian-installer/language (language)" msgstr "" #. Tag: term -#: boot-installer.xml:2699 +#: boot-installer.xml:2786 #, no-c-format msgid "debian-installer/country (country)" msgstr "" #. Tag: term -#: boot-installer.xml:2700 +#: boot-installer.xml:2787 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "" #. Tag: para -#: boot-installer.xml:2701 +#: boot-installer.xml:2788 #, no-c-format msgid "" "There are two ways to specify the language, country and locale to use for " @@ -2764,7 +2960,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2706 +#: boot-installer.xml:2793 #, no-c-format msgid "" "The first and easiest is to pass only the parameter localelanguage " @@ -2788,13 +2984,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2727 +#: boot-installer.xml:2814 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "" #. Tag: para -#: boot-installer.xml:2728 +#: boot-installer.xml:2815 #, no-c-format msgid "" "Can be used to automatically load installer components that are not loaded " @@ -2805,7 +3001,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2742 +#: boot-installer.xml:2829 #, no-c-format msgid "" "Set to true if you want to disable IPv6 " @@ -2813,13 +3009,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2751 +#: boot-installer.xml:2838 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "" #. Tag: para -#: boot-installer.xml:2752 +#: boot-installer.xml:2839 #, no-c-format msgid "" "By default the installer will use the http protocol to download files from " @@ -2831,13 +3027,13 @@ msgid "" msgstr "" #. Tag: term -#: boot-installer.xml:2765 +#: boot-installer.xml:2852 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "" #. Tag: para -#: boot-installer.xml:2766 +#: boot-installer.xml:2853 #, no-c-format msgid "" "Can be used to select tasks that are not available from the interactive task " @@ -2846,13 +3042,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2780 +#: boot-installer.xml:2867 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "" #. Tag: para -#: boot-installer.xml:2781 +#: boot-installer.xml:2868 #, no-c-format msgid "" "If drivers are compiled into the kernel, you can pass parameters to them as " @@ -2867,7 +3063,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2794 +#: boot-installer.xml:2881 #, no-c-format msgid "" "Note that it is now quite rare that parameters need to be passed to modules. " @@ -2877,7 +3073,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2801 +#: boot-installer.xml:2888 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: " @@ -2891,19 +3087,19 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:2811 +#: boot-installer.xml:2898 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "" #. Tag: title -#: boot-installer.xml:2817 +#: boot-installer.xml:2904 #, no-c-format msgid "Blacklisting kernel modules" msgstr "" #. Tag: para -#: boot-installer.xml:2818 +#: boot-installer.xml:2905 #, no-c-format msgid "" "Sometimes it may be necessary to blacklist a module to prevent it from being " @@ -2915,7 +3111,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2827 +#: boot-installer.xml:2914 #, no-c-format msgid "" "You can blacklist a module using the following syntax: " @@ -2926,7 +3122,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2835 +#: boot-installer.xml:2922 #, no-c-format msgid "" "Note that a module may still be loaded by the installation system itself. " @@ -2936,19 +3132,19 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2851 +#: boot-installer.xml:2938 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "" #. Tag: title -#: boot-installer.xml:2856 +#: boot-installer.xml:2943 #, no-c-format msgid "CD-ROM Reliability" msgstr "" #. Tag: para -#: boot-installer.xml:2857 +#: boot-installer.xml:2944 #, no-c-format msgid "" "Sometimes, especially with older CD-ROM drives, the installer may fail to " @@ -2958,7 +3154,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2864 +#: boot-installer.xml:2951 #, no-c-format msgid "" "There are many different possible causes for these problems. We can only " @@ -2967,13 +3163,13 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2870 +#: boot-installer.xml:2957 #, no-c-format msgid "There are two very simple things that you should try first." msgstr "" #. Tag: para -#: boot-installer.xml:2875 +#: boot-installer.xml:2962 #, no-c-format msgid "" "If the CD-ROM does not boot, check that it was inserted correctly and that " @@ -2981,7 +3177,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2881 +#: boot-installer.xml:2968 #, no-c-format msgid "" "If the installer fails to recognize a CD-ROM, try just running the option " @@ -2991,7 +3187,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2891 +#: boot-installer.xml:2978 #, no-c-format msgid "" "If this does not work, then try the suggestions in the subsections below. " @@ -3000,7 +3196,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2897 +#: boot-installer.xml:2984 #, no-c-format msgid "" "If you cannot get the installation working from CD-ROM, try one of the other " @@ -3008,13 +3204,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2905 +#: boot-installer.xml:2992 #, no-c-format msgid "Common issues" msgstr "" #. Tag: para -#: boot-installer.xml:2908 +#: boot-installer.xml:2995 #, no-c-format msgid "" "Some older CD-ROM drives do not support reading from discs that were burned " @@ -3022,7 +3218,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2925 +#: boot-installer.xml:3012 #, no-c-format msgid "" "Some very old CD-ROM drives do not work correctly if direct memory " @@ -3030,19 +3226,19 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:2936 +#: boot-installer.xml:3023 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "" #. Tag: para -#: boot-installer.xml:2937 +#: boot-installer.xml:3024 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "" #. Tag: para -#: boot-installer.xml:2942 +#: boot-installer.xml:3029 #, no-c-format msgid "" "Check that your BIOS actually supports booting from CD-ROM (only an issue " @@ -3050,7 +3246,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2949 +#: boot-installer.xml:3036 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches " @@ -3066,7 +3262,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:2962 +#: boot-installer.xml:3049 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -3080,7 +3276,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2967 +#: boot-installer.xml:3054 #, no-c-format msgid "" "If, after the installer has been booted successfully, the CD-ROM is not " @@ -3094,7 +3290,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2979 +#: boot-installer.xml:3066 #, no-c-format msgid "" "Switch to VT4 or view the contents of /var/log/syslog " @@ -3103,7 +3299,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:2986 +#: boot-installer.xml:3073 #, no-c-format msgid "" "Check in the output of dmesg if your CD-ROM drive was " @@ -3121,7 +3317,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3000 +#: boot-installer.xml:3087 #, no-c-format msgid "" "Check that there is a device node for your CD-ROM drive under /dev/" @@ -3130,7 +3326,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3008 +#: boot-installer.xml:3095 #, no-c-format msgid "" "Use the mount command to check if the CD-ROM is already " @@ -3141,7 +3337,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3018 +#: boot-installer.xml:3105 #, no-c-format msgid "" "Check if DMA is currently enabled: \n" @@ -3157,7 +3353,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3033 +#: boot-installer.xml:3120 #, no-c-format msgid "" "If there are any problems during the installation, try checking the " @@ -3167,13 +3363,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3048 +#: boot-installer.xml:3135 #, no-c-format msgid "Floppy Disk Reliability" msgstr "" #. Tag: para -#: boot-installer.xml:3050 +#: boot-installer.xml:3137 #, no-c-format msgid "" "The biggest problem for people using floppy disks to install &debian; seems " @@ -3181,7 +3377,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3055 +#: boot-installer.xml:3142 #, no-c-format msgid "" "The boot floppy is the floppy with the worst problems, because it is read by " @@ -3193,7 +3389,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3064 +#: boot-installer.xml:3151 #, no-c-format msgid "" "If you are having the installation stall at a particular floppy, the first " @@ -3205,7 +3401,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3073 +#: boot-installer.xml:3160 #, no-c-format msgid "" "One user reports he had to write the images to floppy three/var/log/\n" "Language-Team: LANGUAGE \n" @@ -128,7 +128,7 @@ msgid "" "If you use BootX to boot into the installed system, just " "select your desired kernel in the Linux Kernels folder, " "un-choose the ramdisk option, and add a root device corresponding to your " -"installation; e.g. /dev/hda8." +"installation; e.g. /dev/sda8." msgstr "" #. Tag: title diff --git a/po/tl/hardware.po b/po/tl/hardware.po index bb20be3b7..ddd841fe3 100644 --- a/po/tl/hardware.po +++ b/po/tl/hardware.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_hardware\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-03-21 16:42+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -67,18 +67,18 @@ msgstr "" #: hardware.xml:42 #, no-c-format msgid "" -"&debian; GNU/Linux &release; supports eight major architectures and several " +"&debian; GNU/Linux &release; supports ten major architectures and several " "variations of each architecture known as flavors." msgstr "" #. Tag: entry -#: hardware.xml:53 hardware.xml:197 +#: hardware.xml:53 hardware.xml:193 #, no-c-format msgid "Architecture" msgstr "" #. Tag: entry -#: hardware.xml:53 hardware.xml:197 +#: hardware.xml:53 hardware.xml:193 #, no-c-format msgid "&debian; Designation" msgstr "" @@ -96,7 +96,7 @@ msgid "Flavor" msgstr "" #. Tag: entry -#: hardware.xml:60 hardware.xml:203 +#: hardware.xml:60 hardware.xml:199 #, no-c-format msgid "Intel x86-based" msgstr "" @@ -108,7 +108,7 @@ msgid "i386" msgstr "" #. Tag: entry -#: hardware.xml:67 hardware.xml:208 +#: hardware.xml:67 hardware.xml:204 #, no-c-format msgid "AMD64 & Intel 64" msgstr "" @@ -192,205 +192,211 @@ msgid "armhf" msgstr "" #. Tag: entry -#: hardware.xml:101 +#: hardware.xml:97 #, no-c-format msgid "multiplatform" msgstr "" #. Tag: entry -#: hardware.xml:102 +#: hardware.xml:98 #, no-c-format msgid "armmp" msgstr "" #. Tag: entry -#: hardware.xml:104 +#: hardware.xml:100 #, no-c-format msgid "multiplatform for LPAE-capable systems" msgstr "" #. Tag: entry -#: hardware.xml:105 +#: hardware.xml:101 #, no-c-format msgid "armmp-lpae" msgstr "" #. Tag: entry -#: hardware.xml:109 +#: hardware.xml:105 #, no-c-format msgid "64bit ARM" msgstr "" #. Tag: entry -#: hardware.xml:110 +#: hardware.xml:106 #, no-c-format msgid "arm64" msgstr "" #. Tag: entry -#: hardware.xml:116 +#: hardware.xml:112 #, no-c-format msgid "MIPS (big endian)" msgstr "" #. Tag: entry -#: hardware.xml:117 +#: hardware.xml:113 #, no-c-format msgid "mips" msgstr "" #. Tag: entry -#: hardware.xml:118 +#: hardware.xml:114 #, no-c-format msgid "SGI IP22 (Indy/Indigo 2)" msgstr "" #. Tag: entry -#: hardware.xml:119 +#: hardware.xml:115 #, no-c-format msgid "r4k-ip22" msgstr "" #. Tag: entry -#: hardware.xml:121 +#: hardware.xml:117 #, no-c-format msgid "SGI IP32 (O2)" msgstr "" #. Tag: entry -#: hardware.xml:122 +#: hardware.xml:118 #, no-c-format msgid "r5k-ip32" msgstr "" #. Tag: entry -#: hardware.xml:124 hardware.xml:134 +#: hardware.xml:120 hardware.xml:130 #, no-c-format msgid "MIPS Malta (32 bit)" msgstr "" #. Tag: entry -#: hardware.xml:125 hardware.xml:135 +#: hardware.xml:121 hardware.xml:131 #, no-c-format msgid "4kc-malta" msgstr "" #. Tag: entry -#: hardware.xml:127 hardware.xml:137 +#: hardware.xml:123 hardware.xml:133 #, no-c-format msgid "MIPS Malta (64 bit)" msgstr "" #. Tag: entry -#: hardware.xml:128 hardware.xml:138 +#: hardware.xml:124 hardware.xml:134 #, no-c-format msgid "5kc-malta" msgstr "" #. Tag: entry -#: hardware.xml:132 +#: hardware.xml:128 #, no-c-format msgid "MIPS (little endian)" msgstr "" #. Tag: entry -#: hardware.xml:133 +#: hardware.xml:129 #, no-c-format msgid "mipsel" msgstr "" #. Tag: entry -#: hardware.xml:142 +#: hardware.xml:138 #, no-c-format msgid "IBM/Motorola PowerPC" msgstr "" #. Tag: entry -#: hardware.xml:143 +#: hardware.xml:139 #, no-c-format msgid "powerpc" msgstr "" #. Tag: entry -#: hardware.xml:144 +#: hardware.xml:140 #, no-c-format msgid "PowerMac" msgstr "" #. Tag: entry -#: hardware.xml:145 +#: hardware.xml:141 #, no-c-format msgid "pmac" msgstr "" #. Tag: entry -#: hardware.xml:147 +#: hardware.xml:143 #, no-c-format msgid "PReP" msgstr "" #. Tag: entry -#: hardware.xml:148 +#: hardware.xml:144 #, no-c-format msgid "prep" msgstr "" #. Tag: entry -#: hardware.xml:152 +#: hardware.xml:148 #, no-c-format -msgid "IBM PowerPC (little endian)" +msgid "Power Systems" msgstr "" #. Tag: entry -#: hardware.xml:153 +#: hardware.xml:149 #, no-c-format msgid "ppc64el" msgstr "" #. Tag: entry -#: hardware.xml:179 +#: hardware.xml:150 +#, no-c-format +msgid "IBM POWER8 or newer machines" +msgstr "" + +#. Tag: entry +#: hardware.xml:175 #, no-c-format msgid "64bit IBM S/390" msgstr "" #. Tag: entry -#: hardware.xml:180 +#: hardware.xml:176 #, no-c-format msgid "s390x" msgstr "" #. Tag: entry -#: hardware.xml:181 +#: hardware.xml:177 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "" #. Tag: entry -#: hardware.xml:182 +#: hardware.xml:178 #, no-c-format msgid "generic" msgstr "" #. Tag: para -#: hardware.xml:187 +#: hardware.xml:183 #, no-c-format msgid "&debian; GNU/kFreeBSD &release; supports two architectures." msgstr "" #. Tag: entry -#: hardware.xml:204 +#: hardware.xml:200 #, no-c-format msgid "kfreebsd-i386" msgstr "" #. Tag: entry -#: hardware.xml:209 +#: hardware.xml:205 #, no-c-format msgid "kfreebsd-amd64" msgstr "" #. Tag: para -#: hardware.xml:214 +#: hardware.xml:210 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -401,18 +407,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:224 -#, 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." -msgstr "" - -#. Tag: para -#: hardware.xml:234 +#: hardware.xml:220 #, no-c-format msgid "" "This is the first official release of &debian-gnu; for the &arch-title; " @@ -427,212 +422,191 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:256 +#: hardware.xml:242 #, no-c-format msgid "CPU Support" msgstr "" #. Tag: para -#: hardware.xml:257 +#: hardware.xml:243 #, no-c-format msgid "Both AMD64 and Intel 64 processors are supported." msgstr "" #. Tag: title -#: hardware.xml:282 hardware.xml:637 hardware.xml:656 hardware.xml:714 -#: hardware.xml:772 hardware.xml:802 +#: hardware.xml:268 hardware.xml:723 hardware.xml:780 hardware.xml:838 +#: hardware.xml:868 hardware.xml:1311 #, no-c-format msgid "CPU, Main Boards, and Video Support" msgstr "" #. Tag: para -#: hardware.xml:284 +#: hardware.xml:270 +#, no-c-format +msgid "" +"ARM systems are much more heterogeneous than the i386/amd64-based PC " +"architecture, so whilst 64-bit ARM machines should boot in a standardised " +"way, like PCs, the situation is more complicated for 32-bit ARM machines." +msgstr "" + +#. Tag: para +#: hardware.xml:279 +#, no-c-format +msgid "" +"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. System firmware interfaces have been " +"increasingly standardised over time, but especially on older hardware " +"firmware/boot interfaces vary a great deal, so on these 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:292 #, no-c-format 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." +"At the beginning of the ARM support in the Linux kernel, the hardware " +"variety resulted in the requirement of having a separate 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 " +"was done to allow booting with 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 separate specific kernel is still required." msgstr "" #. Tag: para -#: hardware.xml:301 +#: hardware.xml:304 #, no-c-format 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." +"Because of this, the standard &debian; distribution only supports " +"installation on a selected number of older 32-bit ARM systems in addition to " +"the newer (32 and 64-bit) systems which are supported by the ARM " +"multiplatform kernels (called 'armmp' on 32-bit armhf, no flavour name on 64-" +"bit arm64)." msgstr "" #. Tag: para -#: hardware.xml:318 +#: hardware.xml:313 #, no-c-format 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. " +"provides three ARM ports: the &debian;/arm64 port for all 64-bit machines, " +"and the &debian;/armel and the &debian;/armhf ports for 32-bit machines. " "&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." +"models. &debian;/arm64 works on processors which implement at least the " +"ARMv8 architecture (which is 64bit)." msgstr "" #. Tag: para -#: hardware.xml:346 +#: hardware.xml:350 #, no-c-format 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 " +"Technically, all currently available ARM CPUs can be run in either endian " +"mode (big or little), but in practice the vast majority use little-endian " +"mode. All of &debian;/arm64, &debian;/armhf and &debian;/armel support only " "little-endian systems." msgstr "" #. Tag: title -#: hardware.xml:354 +#: hardware.xml:357 #, no-c-format -msgid "Platforms supported by Debian/armel" +msgid "Platforms supported by Debian/arm64" msgstr "" #. Tag: para -#: hardware.xml:356 +#: hardware.xml:359 #, no-c-format msgid "" -"The following platforms are supported by &debian;/armel; they require " -"platform-specific kernels." -msgstr "" - -#. Tag: term -#: hardware.xml:364 -#, no-c-format -msgid "IXP4xx" +"Arm64/AArch64/ARMv8 hardware became available quite late in the &debian; " +"&releasename-cap; release cycle so not many platforms have had support " +"merged in the mainline kernel version in this release, which is the main " +"requirement to have &d-i; working on them." msgstr "" #. Tag: para -#: hardware.xml:365 +#: hardware.xml:368 #, no-c-format msgid "" -"The Intel IXP4xx processor series is used in network attached storage " -"devices like the Linksys NSLU2." -msgstr "" - -#. Tag: term -#: hardware.xml:374 -#, no-c-format -msgid "Kirkwood" +"The tested platforms are listed below, but in general, the multiplatform " +"support in the arm64 Linux kernel also allows running &d-i; on arm64 systems " +"not explicitly listed below, so 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, and so long as UEFI is in use, it should be able to " +"make the system bootable as well. If UEFI is not used (some 64-bit machines " +"have been shipped with U-Boot) you will probably also need some manual steps " +"to make the system bootable." msgstr "" #. Tag: para -#: hardware.xml:375 +#: hardware.xml:382 #, 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)." +"The following platforms are known to be supported by &debian;/arm64 in this " +"release. There is only one kernel, which supports all the listed platforms." msgstr "" #. Tag: term -#: hardware.xml:391 +#: hardware.xml:389 #, no-c-format -msgid "Orion5x" +msgid "Applied Micro (APM) Mustang/X-Gene" msgstr "" #. Tag: para -#: hardware.xml:392 +#: hardware.xml:391 #, 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." +"The APM Mustang was the first Linux-capable ARMv8 system available. It uses " +"the X-gene SoC, since also used in other machines, which is an 8-core CPU, " +"with ethernet, USB, serial. A common form-factor looks just like a desktop " +"PC box, but many versions are expected. Most of the hardware is supported in " +"the mainline kernel, but USB support is lacking in the &releasename-cap; " +"kernel." msgstr "" #. Tag: term -#: hardware.xml:406 +#: hardware.xml:404 #, no-c-format -msgid "Versatile" +msgid "ARM Juno Development Platform" msgstr "" #. Tag: para -#: hardware.xml:407 -#, 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:420 -#, no-c-format -msgid "Platforms no longer supported by Debian/armel" -msgstr "" - -#. Tag: term -#: hardware.xml:424 -#, no-c-format -msgid "IOP32x" -msgstr "" - -#. Tag: para -#: hardware.xml:425 +#: hardware.xml:406 #, no-c-format 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:439 -#, no-c-format -msgid "MV78xx0" +"Juno is a capable development board with a 6-core (2xA57, 4xA53) ARMv8-A " +"800Mhz CPU, Mali (T624) graphics, 8GB DDR3 RAM, Ethernet, USB, Serial. It " +"was designed for system bring-up and power testing so is neither small nor " +"cheap, but was one of the first boards available. All the hardware is " +"supported in the mainline kernel and in &releasename-cap;." msgstr "" #. Tag: para -#: hardware.xml:440 +#: hardware.xml:420 #, no-c-format msgid "" -"The MV78xx0 platform has been used on the Marvell DB-78xx0-BP development " -"board. It was supported in Debian 7 with a platform-specific kernel (based " -"on the Linux kernel version 3.2), but is not supported anymore from Debian 8 " -"onwards." +"When using &d-i; on non-UEFI systems, you may 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;. flash-kernel knows how to set " +"up an X-Gene system booting with U-Boot." msgstr "" #. Tag: title -#: hardware.xml:455 +#: hardware.xml:430 #, no-c-format msgid "Platforms supported by Debian/armhf" msgstr "" #. Tag: para -#: hardware.xml:457 +#: hardware.xml:432 #, no-c-format msgid "" "The following systems are known to work with &debian;/armhf using the " @@ -640,39 +614,39 @@ msgid "" msgstr "" #. Tag: term -#: hardware.xml:464 +#: hardware.xml:439 #, no-c-format msgid "Freescale MX53 Quick Start Board" msgstr "" #. Tag: para -#: hardware.xml:466 +#: hardware.xml:441 #, no-c-format msgid "The IMX53QSB is a development board based on the i.MX53 SoC." msgstr "" #. Tag: term -#: hardware.xml:473 +#: hardware.xml:448 #, no-c-format msgid "Versatile Express" msgstr "" #. Tag: para -#: hardware.xml:475 +#: hardware.xml:450 #, no-c-format msgid "" "The Versatile Express is a development board series from ARM consisting of a " -"baseboard which can be equipped with various CPU daughterboards." +"baseboard which can be equipped with various CPU daughter boards." msgstr "" #. Tag: term -#: hardware.xml:484 +#: hardware.xml:459 #, no-c-format msgid "Certain Allwinner sunXi-based development boards and embedded systems" msgstr "" #. Tag: para -#: hardware.xml:487 +#: hardware.xml:462 #, no-c-format msgid "" "The armmp kernel supports several development boards and embedded systems " @@ -683,37 +657,37 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:495 +#: hardware.xml:470 #, no-c-format msgid "Cubietech Cubieboard 1 + 2 / Cubietruck" msgstr "" #. Tag: para -#: hardware.xml:498 +#: hardware.xml:473 #, no-c-format msgid "LeMaker Banana Pi and Banana Pro" msgstr "" #. Tag: para -#: hardware.xml:501 +#: hardware.xml:476 #, no-c-format -msgid "LinkSprite pcDuino" +msgid "LinkSprite pcDuino and pcDuino3" msgstr "" #. Tag: para -#: hardware.xml:504 +#: hardware.xml:479 #, no-c-format msgid "Mele A1000" msgstr "" #. Tag: para -#: hardware.xml:507 +#: hardware.xml:482 #, no-c-format msgid "Miniand Hackberry" msgstr "" #. Tag: para -#: hardware.xml:510 +#: hardware.xml:485 #, no-c-format msgid "" "Olimex A10-Olinuxino-LIME / A10s-Olinuxino Micro / A13-Olinuxino / A13-" @@ -722,13 +696,13 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:515 +#: hardware.xml:490 #, no-c-format msgid "PineRiver Mini X-Plus" msgstr "" #. Tag: para -#: hardware.xml:521 +#: hardware.xml:496 #, no-c-format msgid "" "System support for Allwinner sunXi-based devices is limited to drivers and " @@ -737,7 +711,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:527 +#: hardware.xml:502 #, no-c-format msgid "" "The mainline Linux kernel generally supports serial console, ethernet, SATA, " @@ -748,23 +722,23 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:535 +#: hardware.xml:510 #, no-c-format msgid "" "Using a local display is technically possible without native display drivers " "via the simplefb infrastructure in the mainline kernel, which " -"relies on the u-boot bootloader for initializing the display " -"hardware, but this is not supported by the u-boot version in &debian; 8." +"relies on the U-Boot bootloader for initialising the display " +"hardware, but this is not supported by the U-Boot version in &debian; 8." msgstr "" #. Tag: term -#: hardware.xml:547 +#: hardware.xml:522 #, no-c-format msgid "SolidRun Cubox-i2eX / Cubox-i4Pro" msgstr "" #. Tag: para -#: hardware.xml:549 +#: hardware.xml:524 #, no-c-format msgid "" "The Cubox-i series is a set of small, cubical-shaped systems based on the " @@ -777,13 +751,13 @@ msgid "" msgstr "" #. Tag: term -#: hardware.xml:564 +#: hardware.xml:539 #, no-c-format msgid "Wandboard Quad" msgstr "" #. Tag: para -#: hardware.xml:566 +#: hardware.xml:541 #, no-c-format msgid "" "The Wandboard Quad is a development board based on the Freescale i.MX6 Quad " @@ -797,7 +771,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:584 +#: hardware.xml:559 #, no-c-format msgid "" "Generally, the ARM multiplatform support in the Linux kernel allows running " @@ -810,59 +784,181 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:595 +#: hardware.xml:570 #, no-c-format msgid "" -"When using &d-i; on such systems, you have to manually make the system " +"When using &d-i; on such systems, you may 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:604 +#: hardware.xml:579 #, no-c-format msgid "Platforms no longer supported by Debian/armhf" msgstr "" #. Tag: term -#: hardware.xml:608 +#: hardware.xml:583 #, no-c-format msgid "EfikaMX" msgstr "" #. Tag: para -#: hardware.xml:609 +#: hardware.xml:584 #, 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 " +"been supported in &debian; 7 with a platform-specific kernel, but is no " +"longer supported 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:617 +#: hardware.xml:591 #, 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: title +#: hardware.xml:603 +#, no-c-format +msgid "Platforms supported by Debian/armel" +msgstr "" + +#. Tag: para +#: hardware.xml:605 +#, no-c-format +msgid "" +"The following platforms are supported by &debian;/armel; they require " +"platform-specific kernels." +msgstr "" + +#. Tag: term +#: hardware.xml:613 +#, no-c-format +msgid "IXP4xx" +msgstr "" + +#. Tag: para +#: hardware.xml:614 +#, no-c-format +msgid "" +"The Intel IXP4xx processor series is used in network attached storage " +"devices like the Linksys NSLU2." +msgstr "" + +#. Tag: para +#: hardware.xml:619 +#, no-c-format +msgid "" +"While there is kernel support for this platform in &debian; 8, it is not " +"supported by the &d-i;. It is possible to do a dist-upgrade " +"from Debian 7 to Debian 8 for existing installations, though. Due to the low " +"amount of RAM that systems based on the IXP4xx usually have, this requires " +"that swap space is enabled prior to upgrading. Support for the IXP4xx " +"platform will be dropped completely in &debian; 9." +msgstr "" + +#. Tag: term +#: hardware.xml:632 +#, no-c-format +msgid "Kirkwood" +msgstr "" + #. Tag: para -#: hardware.xml:638 +#: hardware.xml:633 #, 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." +"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:649 +#, no-c-format +msgid "Orion5x" msgstr "" #. Tag: para -#: hardware.xml:657 +#: hardware.xml:650 +#, 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:664 +#, no-c-format +msgid "Versatile" +msgstr "" + +#. Tag: para +#: hardware.xml:665 +#, 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:678 +#, no-c-format +msgid "Platforms no longer supported by Debian/armel" +msgstr "" + +#. Tag: term +#: hardware.xml:682 +#, no-c-format +msgid "IOP32x" +msgstr "" + +#. Tag: para +#: hardware.xml:683 +#, no-c-format +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 any longer 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:698 +#, no-c-format +msgid "MV78xx0" +msgstr "" + +#. Tag: para +#: hardware.xml:699 +#, no-c-format +msgid "" +"The MV78xx0 platform has been used on the Marvell DB-78xx0-BP development " +"board. It was supported in Debian 7 with a platform-specific kernel (based " +"on the Linux kernel version 3.2), but is not supported any more from Debian " +"8 onwards." +msgstr "" + +#. Tag: para +#: hardware.xml:724 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "" #. Tag: para -#: hardware.xml:666 +#: hardware.xml:733 #, no-c-format msgid "" "Nearly all x86-based (IA-32) processors still in use in personal computers " @@ -887,7 +983,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:673 +#: hardware.xml:740 #, no-c-format msgid "" "However, &debian; GNU/Linux &releasename; will not run " @@ -900,7 +996,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:685 +#: hardware.xml:752 #, no-c-format msgid "" "If your system has a 64-bit processor from the AMD64 or Intel 64 families, " @@ -909,13 +1005,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:694 +#: hardware.xml:761 #, no-c-format msgid "I/O Bus" msgstr "" #. Tag: para -#: hardware.xml:695 +#: hardware.xml:762 #, no-c-format msgid "" "The system bus is the part of the motherboard which allows the CPU to " @@ -926,7 +1022,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:715 +#: hardware.xml:781 #, no-c-format msgid "" "&debian; on &arch-title; supports the following platforms: " @@ -946,7 +1042,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:750 +#: hardware.xml:816 #, no-c-format msgid "" "On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and " @@ -956,7 +1052,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:756 +#: hardware.xml:822 #, no-c-format msgid "" "Some MIPS machines can be operated in both big and little endian mode. For " @@ -965,7 +1061,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:773 +#: hardware.xml:839 #, no-c-format msgid "" "&debian; on &arch-title; supports the following platforms: " @@ -980,7 +1076,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:803 +#: hardware.xml:869 #, no-c-format msgid "" "For &debian-gnu; &release; only the PMac (Power-Macintosh or PowerMac) and " @@ -988,13 +1084,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:824 +#: hardware.xml:890 #, no-c-format msgid "Kernel Flavours" msgstr "" #. Tag: para -#: hardware.xml:826 +#: hardware.xml:892 #, no-c-format msgid "" "There are two flavours of the powerpc kernel in &debian;, based on the CPU " @@ -1002,13 +1098,13 @@ msgid "" msgstr "" #. Tag: term -#: hardware.xml:833 +#: hardware.xml:899 #, no-c-format msgid "powerpc" msgstr "" #. Tag: para -#: hardware.xml:834 +#: hardware.xml:900 #, no-c-format msgid "" "This kernel flavour supports the PowerPC 601, 603, 604, 740, 750, and 7400 " @@ -1017,31 +1113,31 @@ msgid "" msgstr "" #. Tag: term -#: hardware.xml:844 +#: hardware.xml:910 #, no-c-format msgid "powerpc-smp" msgstr "" #. Tag: para -#: hardware.xml:845 +#: hardware.xml:911 #, no-c-format msgid "All Apple PowerMac G4 SMP machines." msgstr "" #. Tag: term -#: hardware.xml:853 +#: hardware.xml:919 #, no-c-format msgid "power64" msgstr "" #. Tag: para -#: hardware.xml:854 +#: hardware.xml:920 #, no-c-format msgid "The power64 kernel flavour supports the following CPUs:" msgstr "" #. Tag: para -#: hardware.xml:858 +#: hardware.xml:924 #, no-c-format msgid "" "The POWER3 processor is used in older IBM 64-bit server systems: known " @@ -1050,7 +1146,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:864 +#: hardware.xml:930 #, no-c-format msgid "" "The POWER4 processor is used in more recent IBM 64-bit server systems: known " @@ -1058,7 +1154,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:869 +#: hardware.xml:935 #, no-c-format msgid "" "Systems using the PPC970 processor (Apple G5, YDL PowerStation, IBM " @@ -1067,19 +1163,19 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:875 +#: hardware.xml:941 #, no-c-format msgid "Newer IBM systems using POWER5, POWER6, and POWER7 processors." msgstr "" #. Tag: title -#: hardware.xml:908 +#: hardware.xml:974 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "" #. Tag: para -#: hardware.xml:910 +#: hardware.xml:976 #, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " @@ -1089,7 +1185,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:917 +#: hardware.xml:983 #, no-c-format msgid "" "OldWorld systems are most Power Macintoshes with a floppy drive and a PCI " @@ -1099,7 +1195,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:925 +#: hardware.xml:991 #, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " @@ -1110,7 +1206,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:933 +#: hardware.xml:999 #, no-c-format msgid "" "Specifications for Apple hardware are available at APS" msgstr "" #. Tag: entry -#: hardware.xml:1059 +#: hardware.xml:1125 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "" #. Tag: entry -#: hardware.xml:1064 hardware.xml:1090 +#: hardware.xml:1130 hardware.xml:1156 #, no-c-format msgid "Motorola" msgstr "" #. Tag: entry -#: hardware.xml:1065 +#: hardware.xml:1131 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "" #. Tag: title -#: hardware.xml:1074 +#: hardware.xml:1140 #, no-c-format msgid "PReP subarchitecture" msgstr "" #. Tag: entry -#: hardware.xml:1091 +#: hardware.xml:1157 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "" #. Tag: entry -#: hardware.xml:1093 +#: hardware.xml:1159 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "" #. Tag: entry -#: hardware.xml:1095 +#: hardware.xml:1161 #, no-c-format msgid "MTX, MTX+" msgstr "" #. Tag: entry -#: hardware.xml:1097 +#: hardware.xml:1163 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "" #. Tag: entry -#: hardware.xml:1099 +#: hardware.xml:1165 #, no-c-format msgid "MCP(N)750" msgstr "" #. Tag: entry -#: hardware.xml:1103 hardware.xml:1134 +#: hardware.xml:1169 hardware.xml:1200 #, no-c-format msgid "IBM RS/6000" msgstr "" #. Tag: entry -#: hardware.xml:1104 +#: hardware.xml:1170 #, no-c-format msgid "40P, 43P" msgstr "" #. Tag: entry -#: hardware.xml:1106 +#: hardware.xml:1172 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "" #. Tag: entry -#: hardware.xml:1108 +#: hardware.xml:1174 #, no-c-format msgid "6030, 7025, 7043" msgstr "" #. Tag: entry -#: hardware.xml:1110 +#: hardware.xml:1176 #, no-c-format msgid "p640" msgstr "" #. Tag: title -#: hardware.xml:1118 +#: hardware.xml:1184 #, no-c-format msgid "CHRP subarchitecture" msgstr "" #. Tag: entry -#: hardware.xml:1135 +#: hardware.xml:1201 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "" #. Tag: entry -#: hardware.xml:1138 +#: hardware.xml:1204 #, no-c-format msgid "Genesi" msgstr "" #. Tag: entry -#: hardware.xml:1139 +#: hardware.xml:1205 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "" #. Tag: entry -#: hardware.xml:1142 +#: hardware.xml:1208 #, no-c-format msgid "Fixstars" msgstr "" #. Tag: entry -#: hardware.xml:1143 +#: hardware.xml:1209 #, no-c-format msgid "YDL PowerStation" msgstr "" #. Tag: title -#: hardware.xml:1151 +#: hardware.xml:1217 #, no-c-format msgid "APUS subarchitecture (unsupported)" msgstr "" #. Tag: entry -#: hardware.xml:1167 +#: hardware.xml:1233 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "" #. Tag: entry -#: hardware.xml:1168 +#: hardware.xml:1234 #, no-c-format msgid "A1200, A3000, A4000" msgstr "" #. Tag: title -#: hardware.xml:1176 +#: hardware.xml:1242 #, no-c-format msgid "Nubus PowerMac subarchitecture (unsupported)" msgstr "" #. Tag: para -#: hardware.xml:1178 +#: hardware.xml:1244 #, no-c-format msgid "" "NuBus systems are not currently supported by &debian;/powerpc. The " @@ -1521,13 +1617,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1215 +#: hardware.xml:1281 #, no-c-format msgid "Non-PowerPC Macs" msgstr "" #. Tag: para -#: hardware.xml:1217 +#: hardware.xml:1283 #, no-c-format msgid "" "Macintosh computers using the 680x0 series of processors are notsymmetric multiprocessingsymmetric multiprocessingsymmetric multiprocessingsymmetric multiprocessingcassini network driver does not work with Sun B100 " @@ -2098,13 +2230,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1705 +#: hardware.xml:1807 #, no-c-format msgid "Braille Displays" msgstr "" #. Tag: para -#: hardware.xml:1706 +#: hardware.xml:1808 #, no-c-format msgid "" "Support for braille displays is determined by the underlying support found " @@ -2116,13 +2248,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1720 +#: hardware.xml:1822 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "" #. Tag: para -#: hardware.xml:1721 +#: hardware.xml:1823 #, no-c-format msgid "" "Support for hardware speech synthesis devices is determined by the " @@ -2136,13 +2268,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1741 +#: hardware.xml:1843 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "" #. Tag: para -#: hardware.xml:1742 +#: hardware.xml:1844 #, no-c-format msgid "" "&arch-kernel; supports a large variety of hardware devices such as mice, " @@ -2151,7 +2283,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1748 +#: hardware.xml:1850 #, no-c-format msgid "" "USB hardware generally works fine. On some very old PC systems some USB " @@ -2161,7 +2293,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1757 +#: hardware.xml:1859 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -2170,13 +2302,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1770 +#: hardware.xml:1872 #, no-c-format msgid "Devices Requiring Firmware" msgstr "" #. Tag: para -#: hardware.xml:1771 +#: hardware.xml:1873 #, no-c-format msgid "" "Besides the availability of a device driver, some hardware also requires so-" @@ -2190,7 +2322,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1782 +#: hardware.xml:1884 #, no-c-format msgid "" "On many older devices which require firmware to work, the firmware file was " @@ -2201,7 +2333,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1790 +#: hardware.xml:1892 #, no-c-format msgid "" "In most cases firmware is non-free according to the criteria used by the " @@ -2213,7 +2345,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1799 +#: hardware.xml:1901 #, no-c-format msgid "" "However, this does not mean that such hardware cannot be used during an " @@ -2225,7 +2357,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1808 +#: hardware.xml:1910 #, no-c-format msgid "" "If the &d-i; prompts for a firmware file and you do not have this firmware " @@ -2238,13 +2370,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1825 +#: hardware.xml:1927 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/&arch-kernel;" msgstr "" #. Tag: para -#: hardware.xml:1827 +#: hardware.xml:1929 #, no-c-format msgid "" "There are several vendors, who ship systems with &debian; or other " @@ -2255,7 +2387,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1835 +#: hardware.xml:1937 #, no-c-format msgid "" "If you do have to buy a machine with Windows bundled, carefully read the " @@ -2266,7 +2398,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1843 +#: hardware.xml:1945 #, no-c-format msgid "" "Whether or not you are purchasing a system with &arch-kernel; bundled, or " @@ -2278,13 +2410,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1854 +#: hardware.xml:1956 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "" #. Tag: para -#: hardware.xml:1855 +#: hardware.xml:1957 #, no-c-format msgid "" "Some hardware manufacturers simply won't tell us how to write drivers for " @@ -2296,7 +2428,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1865 +#: hardware.xml:1967 #, no-c-format msgid "" "In many cases there are standards (or at least some de-facto standards) " @@ -2311,7 +2443,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1877 +#: hardware.xml:1979 #, no-c-format msgid "" "In other fields, among them e.g. printers, this is unfortunately not the " @@ -2325,7 +2457,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1888 +#: hardware.xml:1990 #, no-c-format msgid "" "Even if there is a vendor-provided closed-source driver for such hardware " @@ -2341,7 +2473,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1901 +#: hardware.xml:2003 #, no-c-format msgid "" "You can help improve this situation by encouraging manufacturers of closed " @@ -2350,13 +2482,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1916 +#: hardware.xml:2018 #, no-c-format msgid "Installation Media" msgstr "" #. Tag: para -#: hardware.xml:1918 +#: hardware.xml:2020 #, no-c-format msgid "" "This section will help you determine which different media types you can use " @@ -2367,13 +2499,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1928 +#: hardware.xml:2030 #, no-c-format msgid "Floppies" msgstr "" #. Tag: para -#: hardware.xml:1929 +#: hardware.xml:2031 #, no-c-format msgid "" "In some cases, you'll have to do your first boot from floppy disks. " @@ -2382,54 +2514,42 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:1935 +#: hardware.xml:2037 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "" #. Tag: title -#: hardware.xml:1942 +#: hardware.xml:2044 #, no-c-format -msgid "CD-ROM/DVD-ROM" +msgid "CD-ROM/DVD-ROM/BD-ROM" msgstr "" #. Tag: para -#: hardware.xml:1944 +#: hardware.xml:2046 #, 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." +"Whenever you see CD-ROM in this manual, it applies to all of " +"CD-ROMs, DVD-ROMs and BD-ROMs, because all these technologies are really the " +"same from the operating system's point of view." msgstr "" #. Tag: para -#: hardware.xml:1950 +#: hardware.xml:2052 #, no-c-format msgid "CD-ROM based installation is supported for most architectures." msgstr "" #. Tag: para -#: hardware.xml:1954 -#, no-c-format -msgid "On PCs SATA, IDE/ATAPI and SCSI CD-ROMs are supported." -msgstr "" - -#. Tag: para -#: hardware.xml:1958 +#: hardware.xml:2056 #, 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:1963 -#, no-c-format -msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines." +"On PCs SATA, IDE/ATAPI, USB and SCSI CD-ROMs are supported, as are FireWire " +"devices that are supported by the ohci1394 and sbp2 drivers." msgstr "" #. Tag: para -#: hardware.xml:1967 +#: hardware.xml:2071 #, no-c-format msgid "" "On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of " @@ -2442,31 +2562,31 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:1981 +#: hardware.xml:2085 #, no-c-format msgid "USB Memory Stick" msgstr "" #. Tag: para -#: hardware.xml:1983 +#: hardware.xml:2087 #, 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 " +"from USB media is the standard way of installing a new operating system on " "them." msgstr "" #. Tag: title -#: hardware.xml:1995 +#: hardware.xml:2099 #, no-c-format msgid "Network" msgstr "" #. Tag: para -#: hardware.xml:1997 +#: hardware.xml:2101 #, no-c-format msgid "" "The network can be used during the installation to retrieve files needed for " @@ -2479,7 +2599,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2007 +#: hardware.xml:2111 #, no-c-format msgid "" "You can also boot the installation system over the " @@ -2493,7 +2613,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2020 +#: hardware.xml:2124 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -2501,13 +2621,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:2029 +#: hardware.xml:2133 #, no-c-format msgid "Hard Disk" msgstr "" #. Tag: para -#: hardware.xml:2031 +#: hardware.xml:2135 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -2517,7 +2637,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2038 +#: hardware.xml:2142 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -2525,13 +2645,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:2047 +#: hardware.xml:2151 #, no-c-format msgid "Un*x or GNU system" msgstr "" #. Tag: para -#: hardware.xml:2049 +#: hardware.xml:2153 #, no-c-format msgid "" "If you are running another Unix-like system, you could use it to install " @@ -2544,13 +2664,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:2062 +#: hardware.xml:2166 #, no-c-format msgid "Supported Storage Systems" msgstr "" #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2168 #, no-c-format msgid "" "The &debian; installer contains a kernel which is built to maximize the " @@ -2558,7 +2678,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2068 +#: hardware.xml:2172 #, no-c-format msgid "" "Generally, the &debian; installation system includes support for IDE (also " @@ -2568,7 +2688,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2085 +#: hardware.xml:2189 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -2583,7 +2703,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2118 +#: hardware.xml:2222 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -2592,7 +2712,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2124 +#: hardware.xml:2228 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -2601,7 +2721,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2130 +#: hardware.xml:2234 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -2609,7 +2729,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2135 +#: hardware.xml:2239 #, no-c-format msgid "" "Any storage system supported by the Linux kernel is also supported by the " @@ -2618,13 +2738,13 @@ msgid "" msgstr "" #. Tag: title -#: hardware.xml:2152 +#: hardware.xml:2256 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "" #. Tag: para -#: hardware.xml:2154 +#: hardware.xml:2258 #, no-c-format msgid "" "You must have at least &minimum-memory; of memory and &minimum-fs-size; of " @@ -2634,7 +2754,7 @@ msgid "" msgstr "" #. Tag: para -#: hardware.xml:2161 +#: hardware.xml:2265 #, no-c-format msgid "" "Installation on systems with less memory " diff --git a/po/tl/install-methods.po b/po/tl/install-methods.po index 2ce2613b4..0604d8577 100644 --- a/po/tl/install-methods.po +++ b/po/tl/install-methods.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_install-methods\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-02-23 20:58+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -232,14 +232,21 @@ msgid "" "tarball;." msgstr "" +#. Tag: para +#: install-methods.xml:223 +#, no-c-format +msgid "" +"U-boot images for various armhf platforms are available at &armmp-uboot-img;." +msgstr "" + #. Tag: title -#: install-methods.xml:265 +#: install-methods.xml:269 #, no-c-format msgid "Creating Floppies from Disk Images" msgstr "" #. Tag: para -#: install-methods.xml:266 +#: install-methods.xml:270 #, no-c-format msgid "" "Bootable floppy disks are generally used as a last resort to boot the " @@ -247,7 +254,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:271 +#: install-methods.xml:275 #, no-c-format msgid "" "Booting the installer from floppy disk reportedly fails on Mac USB floppy " @@ -255,7 +262,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:276 +#: install-methods.xml:280 #, no-c-format msgid "" "Disk images are files containing the complete contents of a floppy disk in " @@ -268,7 +275,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:287 +#: install-methods.xml:291 #, no-c-format msgid "" "There are different techniques for creating floppies from disk images. This " @@ -277,7 +284,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:293 +#: install-methods.xml:297 #, no-c-format msgid "" "Before you can create the floppies, you will first need to download them " @@ -288,7 +295,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:301 +#: install-methods.xml:305 #, no-c-format msgid "" "No matter which method you use to create your floppies, you should remember " @@ -297,13 +304,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:309 +#: install-methods.xml:313 #, no-c-format msgid "Writing Disk Images From a Linux or Unix System" msgstr "" #. Tag: para -#: install-methods.xml:310 +#: install-methods.xml:314 #, no-c-format msgid "" "To write the floppy disk image files to the floppy disks, you will probably " @@ -324,7 +331,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:331 +#: install-methods.xml:335 #, no-c-format msgid "" "Some systems attempt to automatically mount a floppy disk when you place it " @@ -344,7 +351,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:352 +#: install-methods.xml:356 #, no-c-format msgid "" "If writing a floppy on powerpc Linux, you will need to eject it. The " @@ -353,13 +360,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:370 +#: install-methods.xml:374 #, no-c-format msgid "Writing Disk Images From DOS, Windows, or OS/2" msgstr "" #. Tag: para -#: install-methods.xml:372 +#: install-methods.xml:376 #, no-c-format msgid "" "If you have access to an i386 or amd64 machine, you can use one of the " @@ -367,7 +374,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:377 +#: install-methods.xml:381 #, no-c-format msgid "" "The rawrite1 and rawrite2 programs can " @@ -378,7 +385,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:385 +#: install-methods.xml:389 #, no-c-format msgid "" "The rwwrtwin program runs on Windows 95, NT, 98, 2000, " @@ -387,7 +394,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:391 +#: install-methods.xml:395 #, no-c-format msgid "" "These tools can be found on the Official &debian; CD-ROMs under the " @@ -395,13 +402,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:404 +#: install-methods.xml:408 #, no-c-format msgid "Writing Disk Images From MacOS" msgstr "" #. Tag: para -#: install-methods.xml:405 +#: install-methods.xml:409 #, no-c-format msgid "" "An AppleScript, Make &debian; Floppy, is " @@ -415,7 +422,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:416 +#: install-methods.xml:420 #, no-c-format msgid "" "You can also use the MacOS utility Disk Copy directly, or " @@ -425,13 +432,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:427 +#: install-methods.xml:431 #, no-c-format msgid "Writing Disk Images with Disk Copy" msgstr "" #. Tag: para -#: install-methods.xml:428 +#: install-methods.xml:432 #, no-c-format msgid "" "If you are creating the floppy image from files which were originally on the " @@ -441,7 +448,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:437 +#: install-methods.xml:441 #, no-c-format msgid "" "Obtain Creator-Changer " @@ -449,7 +456,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:444 +#: install-methods.xml:448 #, no-c-format msgid "" "Change the Creator to ddsk (Disk Copy), and the Type " @@ -458,7 +465,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:451 +#: install-methods.xml:455 #, no-c-format msgid "" "Important: In the Finder, use Get InfoDisk Copy; if you have a MacOS system or CD it " @@ -478,7 +485,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:467 +#: install-methods.xml:471 #, no-c-format msgid "" "Run Disk Copy, and select " @@ -489,13 +496,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:482 +#: install-methods.xml:486 #, no-c-format msgid "Writing Disk Images with suntar" msgstr "" #. Tag: para -#: install-methods.xml:486 +#: install-methods.xml:490 #, no-c-format msgid "" "Obtain suntar from root.bin file in the file-opening dialog." msgstr "" #. Tag: para -#: install-methods.xml:505 +#: install-methods.xml:509 #, no-c-format msgid "" "After the floppy has been created successfully, select " @@ -529,7 +536,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:513 +#: install-methods.xml:517 #, no-c-format msgid "" "Before using the floppy you created, set the write protect tabsdX2 /mnt\n" @@ -659,7 +666,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:616 +#: install-methods.xml:620 #, no-c-format msgid "" "You might have written the mini.iso to the USB stick. " @@ -669,13 +676,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:630 +#: install-methods.xml:634 #, no-c-format msgid "Manually copying files to the USB stick" msgstr "" #. Tag: para -#: install-methods.xml:631 +#: install-methods.xml:635 #, no-c-format msgid "" "An alternative way to set up your USB stick is to manually copy the " @@ -685,7 +692,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:638 +#: install-methods.xml:642 #, no-c-format msgid "" "There is an all-in-one file hd-media/boot.img.gz which " @@ -696,7 +703,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:647 +#: install-methods.xml:651 #, no-c-format msgid "" "Note that, although convenient, this method does have one major " @@ -707,19 +714,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:655 +#: install-methods.xml:659 #, no-c-format msgid "To use this image simply extract it directly to your USB stick:" msgstr "" #. Tag: screen -#: install-methods.xml:659 +#: install-methods.xml:663 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX" msgstr "" #. Tag: para -#: install-methods.xml:661 +#: install-methods.xml:665 #, no-c-format msgid "" "Create a partition of type \"Apple_Bootstrap\" on your USB stick using " @@ -728,13 +735,13 @@ msgid "" msgstr "" #. Tag: screen -#: install-methods.xml:667 +#: install-methods.xml:671 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX2" msgstr "" #. Tag: para -#: install-methods.xml:669 +#: install-methods.xml:673 #, no-c-format msgid "" "After that, mount the USB memory stick " @@ -748,13 +755,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:686 +#: install-methods.xml:690 #, no-c-format msgid "Manually copying files to the USB stick — the flexible way" msgstr "" #. Tag: para -#: install-methods.xml:687 +#: install-methods.xml:691 #, no-c-format msgid "" "If you like more flexibility or just want to know what's going on, you " @@ -765,13 +772,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:702 install-methods.xml:824 +#: install-methods.xml:706 install-methods.xml:828 #, no-c-format msgid "Partitioning the USB stick" msgstr "" #. Tag: para -#: install-methods.xml:703 +#: install-methods.xml:707 #, no-c-format msgid "" "We will show how to set up the memory stick to use the first partition, " @@ -779,7 +786,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:708 +#: install-methods.xml:712 #, no-c-format msgid "" "Since most USB sticks come pre-configured with a single FAT16 partition, you " @@ -799,7 +806,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:732 +#: install-methods.xml:736 #, no-c-format msgid "" "In order to start the kernel after booting from the USB stick, we will put a " @@ -811,7 +818,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:742 +#: install-methods.xml:746 #, no-c-format msgid "" "To put syslinux on the FAT16 partition on your USB " @@ -826,13 +833,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:759 install-methods.xml:871 +#: install-methods.xml:763 install-methods.xml:875 #, no-c-format msgid "Adding the installer image" msgstr "" #. Tag: para -#: install-methods.xml:760 +#: install-methods.xml:764 #, no-c-format msgid "" "Mount the partition (mount /dev/sdX1 /" @@ -848,7 +855,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:784 +#: install-methods.xml:788 #, no-c-format msgid "" "Next you should create a syslinux.cfg configuration " @@ -864,7 +871,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:796 +#: install-methods.xml:800 #, no-c-format msgid "" "To enable the boot prompt to permit further parameter appending, add a " @@ -872,7 +879,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:801 install-methods.xml:911 +#: install-methods.xml:805 install-methods.xml:915 #, no-c-format msgid "" "If you used an hd-media image, you should now copy the " @@ -885,7 +892,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:825 +#: install-methods.xml:829 #, no-c-format msgid "" "Most USB sticks do not come pre-configured in such a way that Open Firmware " @@ -903,7 +910,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:842 +#: install-methods.xml:846 #, no-c-format msgid "" "In order to start the kernel after booting from the USB stick, we will put a " @@ -914,7 +921,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:851 +#: install-methods.xml:855 #, no-c-format msgid "" "The normal ybin tool that comes with yabootmount /dev/sdX2 /" @@ -943,31 +950,31 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:879 +#: install-methods.xml:883 #, no-c-format msgid "vmlinux (kernel binary)" msgstr "" #. Tag: para -#: install-methods.xml:884 +#: install-methods.xml:888 #, no-c-format msgid "initrd.gz (initial ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:889 +#: install-methods.xml:893 #, no-c-format msgid "yaboot.conf (yaboot configuration file)" msgstr "" #. Tag: para -#: install-methods.xml:894 +#: install-methods.xml:898 #, no-c-format msgid "boot.msg (optional boot message)" msgstr "" #. Tag: para -#: install-methods.xml:901 +#: install-methods.xml:905 #, no-c-format msgid "" "The yaboot.conf configuration file should contain the " @@ -988,13 +995,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:939 +#: install-methods.xml:943 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "" #. Tag: para -#: install-methods.xml:940 +#: install-methods.xml:944 #, no-c-format msgid "" "The installer may be booted using boot files placed on an existing hard " @@ -1003,7 +1010,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:946 +#: install-methods.xml:950 #, no-c-format msgid "" "A full, pure network installation can be achieved using this " @@ -1013,7 +1020,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:953 +#: install-methods.xml:957 #, no-c-format msgid "" "The installer cannot boot from files on an HFS+ file system. MacOS System " @@ -1027,7 +1034,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:964 +#: install-methods.xml:968 #, no-c-format msgid "" "Different programs are used for hard disk installation system booting, " @@ -1036,7 +1043,7 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:973 +#: install-methods.xml:977 #, no-c-format msgid "" "Hard disk installer booting from Linux using LILO or " @@ -1044,7 +1051,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:975 +#: install-methods.xml:979 #, no-c-format msgid "" "This section explains how to add to or even replace an existing linux " @@ -1052,7 +1059,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:981 +#: install-methods.xml:985 #, no-c-format msgid "" "At boot time, both bootloaders support loading in memory not only the " @@ -1061,7 +1068,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:987 +#: install-methods.xml:991 #, no-c-format msgid "" "Copy the following files from the &debian; archives to a convenient location " @@ -1070,19 +1077,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:995 +#: install-methods.xml:999 #, no-c-format msgid "vmlinuz (kernel binary)" msgstr "" #. Tag: para -#: install-methods.xml:1000 +#: install-methods.xml:1004 #, no-c-format msgid "initrd.gz (ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:1007 +#: install-methods.xml:1011 #, no-c-format msgid "" "Finally, to configure the bootloader proceed to loadlin" msgstr "" #. Tag: para -#: install-methods.xml:1018 +#: install-methods.xml:1022 #, no-c-format msgid "" "This section explains how to prepare your hard drive for booting the " @@ -1104,7 +1111,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1023 +#: install-methods.xml:1027 #, no-c-format msgid "" "Copy the following directories from a &debian; CD image to c:\\/&x86-install-dir; (kernel binary and ramdisk image)" msgstr "" #. Tag: para -#: install-methods.xml:1033 +#: install-methods.xml:1037 #, no-c-format msgid "/tools (loadlin tool)" msgstr "" #. Tag: title -#: install-methods.xml:1046 +#: install-methods.xml:1050 #, no-c-format msgid "Hard Disk Installer Booting for OldWorld Macs" msgstr "" #. Tag: para -#: install-methods.xml:1047 +#: install-methods.xml:1051 #, no-c-format msgid "" "The boot-floppy-hfs floppy uses miBootBootX distribution, " @@ -1163,13 +1170,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1080 +#: install-methods.xml:1084 #, no-c-format msgid "Hard Disk Installer Booting for NewWorld Macs" msgstr "" #. Tag: para -#: install-methods.xml:1081 +#: install-methods.xml:1085 #, no-c-format msgid "" "NewWorld PowerMacs support booting from a network or an ISO9660 CD-ROM, as " @@ -1182,7 +1189,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1092 +#: install-methods.xml:1096 #, no-c-format msgid "" "Copy (not move) the following four files which you " @@ -1192,31 +1199,31 @@ msgid "" msgstr "" #. Tag: filename -#: install-methods.xml:1102 install-methods.xml:1428 +#: install-methods.xml:1106 install-methods.xml:1432 #, no-c-format msgid "vmlinux" msgstr "" #. Tag: filename -#: install-methods.xml:1107 install-methods.xml:1433 +#: install-methods.xml:1111 install-methods.xml:1437 #, no-c-format msgid "initrd.gz" msgstr "" #. Tag: filename -#: install-methods.xml:1112 install-methods.xml:1438 +#: install-methods.xml:1116 install-methods.xml:1442 #, no-c-format msgid "yaboot" msgstr "" #. Tag: filename -#: install-methods.xml:1117 install-methods.xml:1443 +#: install-methods.xml:1121 install-methods.xml:1447 #, no-c-format msgid "yaboot.conf" msgstr "" #. Tag: para -#: install-methods.xml:1122 +#: install-methods.xml:1126 #, no-c-format msgid "" "Make a note of the partition number of the MacOS partition where you place " @@ -1227,19 +1234,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1130 +#: install-methods.xml:1134 #, no-c-format msgid "To boot the installer, proceed to ." msgstr "" #. Tag: title -#: install-methods.xml:1143 +#: install-methods.xml:1147 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "" #. Tag: para -#: install-methods.xml:1144 +#: install-methods.xml:1148 #, no-c-format msgid "" "If your machine is connected to a local area network, you may be able to " @@ -1250,7 +1257,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1152 +#: install-methods.xml:1156 #, no-c-format msgid "" "You need to set up a TFTP server, and for many machines a DHCP serverThe Reverse Address Resolution Protocol " @@ -1272,7 +1279,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1173 +#: install-methods.xml:1177 #, no-c-format msgid "" "For PowerPC, if you have a NewWorld Power Macintosh machine, it is a good " @@ -1281,7 +1288,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1179 +#: install-methods.xml:1183 #, no-c-format msgid "" "Some older HPPA machines (e.g. 715/75) use RBOOTD rather than BOOTP. There " @@ -1289,7 +1296,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1184 +#: install-methods.xml:1188 #, no-c-format msgid "" "The Trivial File Transfer Protocol (TFTP) is used to serve the boot image to " @@ -1299,7 +1306,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1192 +#: install-methods.xml:1196 #, no-c-format msgid "" "For a &debian-gnu; server we recommend tftpd-hpa. " @@ -1309,13 +1316,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1208 +#: install-methods.xml:1212 #, no-c-format msgid "Setting up RARP server" msgstr "" #. Tag: para -#: install-methods.xml:1209 +#: install-methods.xml:1213 #, no-c-format msgid "" "To set up RARP, you need to know the Ethernet address (a.k.a. the MAC " @@ -1328,7 +1335,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1221 +#: install-methods.xml:1225 #, no-c-format msgid "" "On a RARP server system using a Linux kernel or Solaris/SunOS, you use the " @@ -1343,13 +1350,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1242 +#: install-methods.xml:1246 #, no-c-format msgid "Setting up a DHCP server" msgstr "" #. Tag: para -#: install-methods.xml:1243 +#: install-methods.xml:1247 #, no-c-format msgid "" "One free software DHCP server is ISC dhcpd. For &debian-" @@ -1359,7 +1366,7 @@ msgid "" msgstr "" #. Tag: screen -#: install-methods.xml:1250 +#: install-methods.xml:1254 #, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -1384,7 +1391,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1252 +#: install-methods.xml:1256 #, no-c-format msgid "" "In this example, there is one server servername " @@ -1396,7 +1403,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1262 +#: install-methods.xml:1266 #, no-c-format msgid "" "After you have edited the dhcpd configuration file, " @@ -1404,13 +1411,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1270 +#: install-methods.xml:1274 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "" #. Tag: para -#: install-methods.xml:1271 +#: install-methods.xml:1275 #, no-c-format msgid "" "Here is another example for a dhcp.conf using the Pre-" @@ -1448,13 +1455,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1291 +#: install-methods.xml:1295 #, no-c-format msgid "Setting up a BOOTP server" msgstr "" #. Tag: para -#: install-methods.xml:1292 +#: install-methods.xml:1296 #, no-c-format msgid "" "There are two BOOTP servers available for GNU/Linux. The first is CMU " @@ -1465,7 +1472,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1300 +#: install-methods.xml:1304 #, no-c-format msgid "" "To use CMU bootpd, you must first uncomment (or add) the " @@ -1500,7 +1507,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1333 +#: install-methods.xml:1337 #, no-c-format msgid "" "By contrast, setting up BOOTP with ISC dhcpd is really " @@ -1515,13 +1522,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1352 +#: install-methods.xml:1356 #, no-c-format msgid "Enabling the TFTP Server" msgstr "" #. Tag: para -#: install-methods.xml:1353 +#: install-methods.xml:1357 #, no-c-format msgid "" "To get the TFTP server ready to go, you should first make sure that " @@ -1529,7 +1536,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1358 +#: install-methods.xml:1362 #, no-c-format msgid "" "In the case of tftpd-hpa there are two ways the " @@ -1540,7 +1547,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1367 +#: install-methods.xml:1371 #, no-c-format msgid "" "Historically, TFTP servers used /tftpboot as directory " @@ -1552,7 +1559,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1377 +#: install-methods.xml:1381 #, no-c-format msgid "" "All in.tftpd alternatives available in &debian; should " @@ -1563,7 +1570,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1385 +#: install-methods.xml:1389 #, no-c-format msgid "" "If you intend to install &debian; on an SGI machine and your TFTP server is " @@ -1581,13 +1588,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1407 +#: install-methods.xml:1411 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "" #. Tag: para -#: install-methods.xml:1408 +#: install-methods.xml:1412 #, no-c-format msgid "" "Next, place the TFTP boot image you need, as found in boot netbootpd to supply the " @@ -1698,13 +1705,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1617 +#: install-methods.xml:1621 #, no-c-format msgid "Automatic Installation" msgstr "" #. Tag: para -#: install-methods.xml:1618 +#: install-methods.xml:1622 #, no-c-format msgid "" "For installing on multiple computers it's possible to do fully automatic " @@ -1715,13 +1722,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1630 +#: install-methods.xml:1634 #, no-c-format msgid "Automatic Installation Using the &debian; Installer" msgstr "" #. Tag: para -#: install-methods.xml:1631 +#: install-methods.xml:1635 #, no-c-format msgid "" "The &debian; Installer supports automating installs via preconfiguration " @@ -1731,7 +1738,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1638 +#: install-methods.xml:1642 #, no-c-format msgid "" "Full documentation on preseeding including a working example that you can " diff --git a/po/tl/partitioning.po b/po/tl/partitioning.po index 83238ee4d..029764b17 100644 --- a/po/tl/partitioning.po +++ b/po/tl/partitioning.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_partitioning\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-01-09 19:07+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -490,10 +490,10 @@ msgstr "" #, no-c-format msgid "" "As an example, an older home machine might have 32MB of RAM and a 1.7GB IDE " -"drive on /dev/hda. There might be a 500MB partition for " -"another operating system on /dev/hda1, a 32MB swap " -"partition on /dev/hda3 and about 1.2GB on /" -"dev/hda2 as the Linux partition." +"drive on /dev/sda. There might be a 500MB partition for " +"another operating system on /dev/sda1, a 32MB swap " +"partition on /dev/sda3 and about 1.2GB on /" +"dev/sda2 as the Linux partition." msgstr "" #. Tag: para @@ -535,21 +535,19 @@ msgstr "" #. Tag: para #: partitioning.xml:335 #, no-c-format -msgid "" -"The first SCSI disk (SCSI ID address-wise) is named /dev/sda." +msgid "The first hard disk detected is named /dev/sda." msgstr "" #. Tag: para -#: partitioning.xml:341 +#: partitioning.xml:340 #, no-c-format msgid "" -"The second SCSI disk (address-wise) is named /dev/sdb, " -"and so on." +"The second hard disk detected is named /dev/sdb, and so " +"on." msgstr "" #. Tag: para -#: partitioning.xml:347 +#: partitioning.xml:346 #, no-c-format msgid "" "The first SCSI CD-ROM is named /dev/scd0, also known as " @@ -557,46 +555,20 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:353 -#, no-c-format -msgid "" -"The master disk on IDE primary controller is named /dev/hda." -msgstr "" - -#. Tag: para -#: partitioning.xml:359 -#, no-c-format -msgid "" -"The slave disk on IDE primary controller is named /dev/hdb." -msgstr "" - -#. Tag: para -#: partitioning.xml:365 -#, no-c-format -msgid "" -"The master and slave disks of the secondary controller can be called " -"/dev/hdc and /dev/hdd, " -"respectively. Newer IDE controllers can actually have two channels, " -"effectively acting like two controllers." -msgstr "" - -#. Tag: para -#: partitioning.xml:376 +#: partitioning.xml:355 #, no-c-format msgid "The first DASD device is named /dev/dasda." msgstr "" #. Tag: para -#: partitioning.xml:382 +#: partitioning.xml:361 #, no-c-format msgid "" "The second DASD device is named /dev/dasdb, and so on." msgstr "" #. Tag: para -#: partitioning.xml:390 +#: partitioning.xml:369 #, no-c-format msgid "" "The partitions on each disk are represented by appending a decimal number to " @@ -606,7 +578,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:397 +#: partitioning.xml:376 #, no-c-format msgid "" "Here is a real-life example. Let's assume you have a system with 2 SCSI " @@ -619,7 +591,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:408 +#: partitioning.xml:387 #, no-c-format msgid "" "Note that if you have two SCSI host bus adapters (i.e., controllers), the " @@ -629,20 +601,19 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:415 +#: partitioning.xml:394 #, no-c-format msgid "" "Linux represents the primary partitions as the drive name, plus the numbers " -"1 through 4. For example, the first primary partition on the first IDE drive " -"is /dev/hda1. The logical partitions are numbered " -"starting at 5, so the first logical partition on that same drive is " -"/dev/hda5. Remember that the extended partition, that " -"is, the primary partition holding the logical partitions, is not usable by " -"itself. This applies to SCSI disks as well as IDE disks." +"1 through 4. For example, the first primary partition on the first drive is " +"/dev/sda1. The logical partitions are numbered starting " +"at 5, so the first logical partition on that same drive is /dev/" +"sda5. Remember that the extended partition, that is, the primary " +"partition holding the logical partitions, is not usable by itself." msgstr "" #. Tag: para -#: partitioning.xml:426 +#: partitioning.xml:404 #, no-c-format msgid "" "Sun disk partitions allow for 8 separate partitions (or slices). The third " @@ -652,7 +623,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:433 +#: partitioning.xml:411 #, no-c-format msgid "" "The partitions on each disk are represented by appending a decimal number to " @@ -662,13 +633,13 @@ msgid "" msgstr "" #. Tag: title -#: partitioning.xml:448 +#: partitioning.xml:426 #, no-c-format msgid "&debian; Partitioning Programs" msgstr "" #. Tag: para -#: partitioning.xml:449 +#: partitioning.xml:427 #, no-c-format msgid "" "Several varieties of partitioning programs have been adapted by &debian; " @@ -678,7 +649,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:462 +#: partitioning.xml:440 #, no-c-format msgid "" "Recommended partitioning tool in &debian;. This Swiss army knife can also " @@ -688,13 +659,13 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:474 +#: partitioning.xml:452 #, no-c-format msgid "The original Linux disk partitioner, good for gurus." msgstr "" #. Tag: para -#: partitioning.xml:478 +#: partitioning.xml:456 #, no-c-format msgid "" "Be careful if you have existing FreeBSD partitions on your machine. The " @@ -705,13 +676,13 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:491 +#: partitioning.xml:469 #, no-c-format msgid "A simple-to-use, full-screen disk partitioner for the rest of us." msgstr "" #. Tag: para -#: partitioning.xml:495 +#: partitioning.xml:473 #, no-c-format msgid "" "Note that cfdisk doesn't understand FreeBSD partitions at " @@ -719,25 +690,25 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:505 +#: partitioning.xml:483 #, no-c-format msgid "Atari-aware version of fdisk." msgstr "" #. Tag: para -#: partitioning.xml:514 +#: partitioning.xml:492 #, no-c-format msgid "Amiga-aware version of fdisk." msgstr "" #. Tag: para -#: partitioning.xml:523 +#: partitioning.xml:501 #, no-c-format msgid "Mac-aware version of fdisk." msgstr "" #. Tag: para -#: partitioning.xml:532 +#: partitioning.xml:510 #, no-c-format msgid "" "PowerMac-aware version of fdisk, also used by BVM and " @@ -745,7 +716,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:542 +#: partitioning.xml:520 #, no-c-format msgid "" "&arch-title; version of fdisk; Please read the fdasd " @@ -755,7 +726,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:553 +#: partitioning.xml:531 #, no-c-format msgid "" "One of these programs will be run by default when you select " @@ -765,13 +736,13 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:560 +#: partitioning.xml:538 #, no-c-format msgid "Remember to mark your boot partition as Bootable." msgstr "" #. Tag: para -#: partitioning.xml:563 +#: partitioning.xml:541 #, no-c-format msgid "" "One key point when partitioning for Mac type disks is that the swap " @@ -783,14 +754,14 @@ msgid "" msgstr "" #. Tag: title -#: partitioning.xml:579 partitioning.xml:603 partitioning.xml:699 -#: partitioning.xml:813 partitioning.xml:890 +#: partitioning.xml:557 partitioning.xml:581 partitioning.xml:677 +#: partitioning.xml:791 partitioning.xml:868 #, no-c-format msgid "Partitioning for &arch-title;" msgstr "" #. Tag: para -#: partitioning.xml:580 +#: partitioning.xml:558 #, no-c-format msgid "" "PALO, the HPPA boot loader, requires a partition of type F0 " @@ -808,7 +779,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:604 +#: partitioning.xml:582 #, no-c-format msgid "" "If you have an existing other operating system such as DOS or Windows and " @@ -821,7 +792,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:614 +#: partitioning.xml:592 #, no-c-format msgid "" "The PC BIOS generally adds additional constraints for disk partitioning. " @@ -834,7 +805,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:624 +#: partitioning.xml:602 #, no-c-format msgid "" "Primary partitions are the original partitioning scheme for " @@ -847,7 +818,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:635 +#: partitioning.xml:613 #, no-c-format msgid "" "Linux limits the partitions per drive to 255 partitions for SCSI disks (3 " @@ -859,7 +830,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:645 +#: partitioning.xml:623 #, no-c-format msgid "" "If you have a large IDE disk, and are using neither LBA addressing, nor " @@ -870,7 +841,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:653 +#: partitioning.xml:631 #, no-c-format msgid "" "This restriction doesn't apply if you have a BIOS newer than around " @@ -887,7 +858,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:667 +#: partitioning.xml:645 #, no-c-format msgid "" "If you have a large disk, you might have to use cylinder translation " @@ -901,7 +872,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:679 +#: partitioning.xml:657 #, no-c-format msgid "" "The recommended way of accomplishing this is to create a small " @@ -916,7 +887,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:700 +#: partitioning.xml:678 #, no-c-format msgid "" "The partman disk partitioner is the default partitioning " @@ -927,13 +898,13 @@ msgid "" msgstr "" #. Tag: title -#: partitioning.xml:712 +#: partitioning.xml:690 #, no-c-format msgid "EFI Recognized Formats" msgstr "" #. Tag: para -#: partitioning.xml:713 +#: partitioning.xml:691 #, no-c-format msgid "" "The IA-64 EFI firmware supports two partition table (or disk label) formats, " @@ -945,7 +916,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:725 +#: partitioning.xml:703 #, no-c-format msgid "" "The automatic partitioning recipes for partman allocate " @@ -956,7 +927,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:733 +#: partitioning.xml:711 #, no-c-format msgid "" "The partman partitioner will handle most disk layouts. " @@ -984,13 +955,13 @@ msgid "" msgstr "" #. Tag: title -#: partitioning.xml:758 +#: partitioning.xml:736 #, no-c-format msgid "Boot Loader Partition Requirements" msgstr "" #. Tag: para -#: partitioning.xml:759 +#: partitioning.xml:737 #, no-c-format msgid "" "ELILO, the IA-64 boot loader, requires a partition containing a FAT file " @@ -1001,7 +972,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:768 +#: partitioning.xml:746 #, no-c-format msgid "" "The EFI Boot Manager and the EFI Shell fully support the GPT table so the " @@ -1017,7 +988,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:783 +#: partitioning.xml:761 #, no-c-format msgid "" "It is strongly recommended that you allocate the EFI boot partition on the " @@ -1025,13 +996,13 @@ msgid "" msgstr "" #. Tag: title -#: partitioning.xml:791 +#: partitioning.xml:769 #, no-c-format msgid "EFI Diagnostic Partitions" msgstr "" #. Tag: para -#: partitioning.xml:792 +#: partitioning.xml:770 #, no-c-format msgid "" "The EFI firmware is significantly more sophisticated than the usual BIOS " @@ -1045,7 +1016,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:814 +#: partitioning.xml:792 #, no-c-format msgid "" "SGI machines require an SGI disk label in order to make the system bootable " @@ -1057,13 +1028,13 @@ msgid "" msgstr "" #. Tag: title -#: partitioning.xml:831 +#: partitioning.xml:809 #, no-c-format msgid "Partitioning Newer PowerMacs" msgstr "" #. Tag: para -#: partitioning.xml:832 +#: partitioning.xml:810 #, no-c-format msgid "" "If you are installing onto a NewWorld PowerMac you must create a special " @@ -1078,7 +1049,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:845 +#: partitioning.xml:823 #, no-c-format msgid "" "The special partition type Apple_Bootstrap is required to prevent MacOS from " @@ -1087,7 +1058,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:852 +#: partitioning.xml:830 #, no-c-format msgid "" "Note that the bootstrap partition is only meant to hold 3 very small files: " @@ -1099,7 +1070,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:862 +#: partitioning.xml:840 #, no-c-format msgid "" "In order for OpenFirmware to automatically boot &debian-gnu; the bootstrap " @@ -1113,7 +1084,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:874 +#: partitioning.xml:852 #, no-c-format msgid "" "Apple disks normally have several small driver partitions. If you intend to " @@ -1124,7 +1095,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:891 +#: partitioning.xml:869 #, no-c-format msgid "" "Make sure you create a Sun disk label on your boot disk. This " @@ -1134,7 +1105,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:899 +#: partitioning.xml:877 #, no-c-format msgid "" "Furthermore, on &arch-title; disks, make sure your first partition on your " @@ -1148,7 +1119,7 @@ msgid "" msgstr "" #. Tag: para -#: partitioning.xml:910 +#: partitioning.xml:888 #, no-c-format msgid "" "It is also advised that the third partition should be of type Whole " diff --git a/po/tl/post-install.po b/po/tl/post-install.po index e22aac91d..3249dca17 100644 --- a/po/tl/post-install.po +++ b/po/tl/post-install.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2012-10-24 19:53+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -806,19 +806,19 @@ msgstr "" #: post-install.xml:700 #, no-c-format msgid "" -"To access rescue mode, type rescue at the " -"boot: prompt, or boot with the rescue/" -"enable=true boot parameter. You'll be shown the first few " -"screens of the installer, with a note in the corner of the display to " -"indicate that this is rescue mode, not a full installation. Don't worry, " -"your system is not about to be overwritten! Rescue mode simply takes " -"advantage of the hardware detection facilities available in the installer to " -"ensure that your disks, network devices, and so on are available to you " -"while repairing your system." +"To access rescue mode, select rescue from the boot " +"menu, type rescue at the boot: " +"prompt, or boot with the rescue/enable=true boot " +"parameter. You'll be shown the first few screens of the installer, with a " +"note in the corner of the display to indicate that this is rescue mode, not " +"a full installation. Don't worry, your system is not about to be " +"overwritten! Rescue mode simply takes advantage of the hardware detection " +"facilities available in the installer to ensure that your disks, network " +"devices, and so on are available to you while repairing your system." msgstr "" #. Tag: para -#: post-install.xml:715 +#: post-install.xml:717 #, no-c-format msgid "" "Instead of the partitioning tool, you should now be presented with a list of " @@ -829,7 +829,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:723 +#: post-install.xml:725 #, no-c-format msgid "" "If possible, the installer will now present you with a shell prompt in the " @@ -841,7 +841,7 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:735 +#: post-install.xml:737 #, no-c-format msgid "" "If the installer cannot run a usable shell in the root file system you " @@ -853,13 +853,13 @@ msgid "" msgstr "" #. Tag: para -#: post-install.xml:744 +#: post-install.xml:746 #, no-c-format msgid "In either case, after you exit the shell, the system will reboot." msgstr "" #. Tag: para -#: post-install.xml:748 +#: post-install.xml:750 #, no-c-format msgid "" "Finally, note that repairing broken systems can be difficult, and this " diff --git a/po/tl/preparing.po b/po/tl/preparing.po index cd85d564b..d69576247 100644 --- a/po/tl/preparing.po +++ b/po/tl/preparing.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_preparing\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2014-08-05 21:38+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1340,7 +1340,7 @@ msgid "" msgstr "" #. Tag: title -#: preparing.xml:1138 preparing.xml:1290 +#: preparing.xml:1138 preparing.xml:1479 #, no-c-format msgid "Boot Device Selection" msgstr "" @@ -1369,8 +1369,8 @@ msgstr "" #: preparing.xml:1154 #, no-c-format msgid "" -"Most BIOS versions allow to call up a boot menu on system startup in which " -"you select from which device the computer should start for the current " +"Most BIOS versions allow you to call up a boot menu on system startup in " +"which you select from which device the computer should start for the current " "session. If this option is available, the BIOS usually displays a short " "message like press F12 for boot menu on " "system startup. The actual key used to select this menu varies from system " @@ -1386,7 +1386,7 @@ msgstr "" #, no-c-format msgid "" "If your BIOS does not provide you with a boot menu to do ad-hoc choices of " -"the current boot device, you have to change your BIOS setup to make the " +"the current boot device, you will have to change your BIOS setup to make the " "device from which the &d-i; shall be booted the primary boot device." msgstr "" @@ -1477,15 +1477,309 @@ msgid "" msgstr "" #. Tag: title -#: preparing.xml:1257 +#: preparing.xml:1253 #, no-c-format -msgid "Invoking OpenBoot" +msgid "How to update bare metal ppc64el firmware" +msgstr "" + +#. Tag: para +#: preparing.xml:1254 +#, no-c-format +msgid "" +"This is an excerpt from IBM PowerKVM on " +"IBM POWER8" msgstr "" #. Tag: para #: preparing.xml:1259 #, no-c-format msgid "" +"Open Power Abstraction Layer (OPAL) is the system firmware in the stack of " +"POWER processor-based server." +msgstr "" + +#. Tag: para +#: preparing.xml:1264 +#, no-c-format +msgid "" +"There may be instances when the user might have to upgrade the Power Systems " +"firmware to a more recent level to acquire new features or additional " +"support for devices." +msgstr "" + +#. Tag: para +#: preparing.xml:1270 +#, no-c-format +msgid "Make sure that the following requirements are met:" +msgstr "" + +#. Tag: para +#: preparing.xml:1275 +#, no-c-format +msgid "an OS to be running on the system;" +msgstr "" + +#. Tag: para +#: preparing.xml:1277 +#, no-c-format +msgid "the .img file of the OPAL level that the user needs to update to;" +msgstr "" + +#. Tag: para +#: preparing.xml:1279 +#, no-c-format +msgid "the machine isn't under HMC control." +msgstr "" + +#. Tag: para +#: preparing.xml:1283 +#, no-c-format +msgid "" +"Power Systems has two sides of flash to boot firmware from, namely permanent " +"and temporary. This provides a way to test firmware updates on the temporary " +"side of the flash before committing the tested changes to the permanent " +"side, thereby committing the new updates." +msgstr "" + +#. Tag: para +#: preparing.xml:1290 +#, no-c-format +msgid "Perform the following steps for the update:" +msgstr "" + +#. Tag: para +#: preparing.xml:1295 +#, no-c-format +msgid "" +"Save the level of the existing firmware before really updating. In ASM, in " +"the system menu, click Service Aids ??? Service Processor Command " +"Line, and run the following command:" +msgstr "" + +#. Tag: screen +#: preparing.xml:1299 +#, no-c-format +msgid "cupdcmd -f" +msgstr "" + +#. Tag: para +#: preparing.xml:1300 +#, no-c-format +msgid "" +"Download the .img file of the level of firmware to be updated to a location " +"in the host filesystem. Refer to IBM Fix Central for downloading the image " +"file." +msgstr "" + +#. Tag: para +#: preparing.xml:1304 +#, no-c-format +msgid "" +"Verify the image downloaded by running the following command and save the " +"output." +msgstr "" + +#. Tag: screen +#: preparing.xml:1307 +#, no-c-format +msgid "$update_flash -v -f <file_name.img>" +msgstr "" + +#. Tag: para +#: preparing.xml:1309 +#, no-c-format +msgid "Update the firmware by running the following command." +msgstr "" + +#. Tag: screen +#: preparing.xml:1311 +#, no-c-format +msgid "$update_flash -f <file_name.img>" +msgstr "" + +#. Tag: para +#: preparing.xml:1317 +#, no-c-format +msgid "" +"The command reboots the system and therefore, sessions if any, would be lost." +msgstr "" + +#. Tag: para +#: preparing.xml:1320 +#, no-c-format +msgid "Do not reboot or switch off the system until it is back." +msgstr "" + +#. Tag: para +#: preparing.xml:1327 +#, no-c-format +msgid "" +"Verify the updated firmware level of the temporary side of the flash as in " +"step 1." +msgstr "" + +#. Tag: para +#: preparing.xml:1330 +#, no-c-format +msgid "" +"In case the update has to be reverted, the user can do so by running this " +"command: \n" +" $update_flash -r\n" +" Rejection would reject only the temporary side " +"of the flash. Therefore, the new level should be committed to the permanent " +"side only after thorough testing of the new firmware." +msgstr "" + +#. Tag: para +#: preparing.xml:1337 +#, no-c-format +msgid "" +"The new updated level can be committed to the permanent side of the flash by " +"running the following command." +msgstr "" + +#. Tag: screen +#: preparing.xml:1340 +#, no-c-format +msgid "$update_flash -c" +msgstr "" + +#. Tag: title +#: preparing.xml:1348 +#, no-c-format +msgid "Updating KVM guest firmware (SLOF)" +msgstr "" + +#. Tag: para +#: preparing.xml:1349 +#, no-c-format +msgid "" +"Slimline Open Firmware (SLOF) is an implementation of the IEEE 1275 " +"standard. It can be used as partition firmware for pSeries machines running " +"on QEMU or KVM." +msgstr "" + +#. Tag: para +#: preparing.xml:1356 +#, no-c-format +msgid "" +"The package qemu-slof is, in fact, a dependency of package qemu-system-ppc " +"(which also provides the virtual package qemu-system-ppc64), and can be " +"installed or updated via apt-get tool on Debian-based " +"distros. Like so: \n" +"# apt-get install qemu-slof\n" +" SLOF can also be installed into rpm-based " +"distribution systems, given the proper repository or rpm package. " +"Additionally, the upstream source code is available at http://github.com/" +"leilihh/SLOF." +msgstr "" + +#. Tag: para +#: preparing.xml:1370 +#, no-c-format +msgid "" +"Thus, one can use a different SLOF file rather than the default, when " +"running qemu-system, by adding the command line argument " +"-bios <slof_file> when starting qemu." +msgstr "" + +#. Tag: title +#: preparing.xml:1380 +#, no-c-format +msgid "Updating PowerKVM hypervisor" +msgstr "" + +#. Tag: title +#: preparing.xml:1381 +#, no-c-format +msgid "Instructions for Netboot installation" +msgstr "" + +#. Tag: para +#: preparing.xml:1382 +#, no-c-format +msgid "" +"You will need a DHCP/TFTP (BOOTP) server, as well as a web server. After " +"downloading ibm-powerkvm-*-ppc64-service-*.iso, mount loop it and unpack it " +"into some directory within your HTTP server www root structure (say " +"wwwroot): \n" +"# cd <directory-where-the-iso-is>\n" +"# mkdir ./iso\n" +"# sudo mount -o loop ibm-powerkvm-*-ppc64-service-*.iso ./iso\n" +"# cp -a ./iso/* <path-to-wwwroot>\n" +" Create the petitboot.conf file in a directory " +"under your tftproot, say /tftproot/powerkvm, with the following contents: " +"\n" +"label PowerKVM Automated Install\n" +"kernel http://YOUR-SERVER-IP/SOME-PATH-TO-wwwroot/ppc/ppc64/vmlinuz\n" +"initrd http://YOUR-SERVER-IP/SOME-PATH-TO-wwwroot/ppc/ppc64/initrd.img\n" +"append root=live:http://YOUR-SERVER-IP/SOME-PATH-TO-wwwroot/LiveOS/squashfs." +"img repo=http://YOUR-SERVER-IP/SOME-PATH-TO-wwwroot/packages rd.dm=0 rd.md=0 " +"console=hvc0 console=tty0\n" +" Editing your dhcpd.conf, set this directive at " +"the beginning: \n" +"option conf-file code 209 = text;\n" +" Add the system directive: " +"\n" +"host <your-system> {\n" +" hardware ethernet <system macaddr>\n" +" fixed-address <system ip>;\n" +" option host-name \"<system hostname>\";\n" +" option conf-file \"<powerkvm/petitboot.conf>\";\n" +" }\n" +" Reboot the dhcp server." +msgstr "" + +#. Tag: para +#: preparing.xml:1406 +#, no-c-format +msgid "Boot your PowerLinux machine." +msgstr "" + +#. Tag: para +#: preparing.xml:1410 +#, no-c-format +msgid "" +"There should be the following option at petitboot (select it): " +"\n" +"\"Power KVM Automated Install\" \n" +" The installer menu should appear automatically." +msgstr "" + +#. Tag: title +#: preparing.xml:1421 +#, no-c-format +msgid "Instructions for DVD" +msgstr "" + +#. Tag: para +#: preparing.xml:1422 +#, no-c-format +msgid "" +"Boot the ISO ibm-powerkvm-*-ppc64-service-*.iso (either burn a DVD or make " +"it virtual if using QEMU) and simply wait for the boot." +msgstr "" + +#. Tag: para +#: preparing.xml:1425 +#, no-c-format +msgid "" +"There should be the following option at petitboot (select it): " +"\n" +"\"POWERKVM_LIVECD\" \n" +" The installer menu should appear automatically." +msgstr "" + +#. Tag: title +#: preparing.xml:1446 +#, no-c-format +msgid "Invoking OpenBoot" +msgstr "" + +#. Tag: para +#: preparing.xml:1448 +#, no-c-format +msgid "" "OpenBoot provides the basic functions needed to boot the &arch-title; " "architecture. This is rather similar in function to the BIOS in the x86 " "architecture, although much nicer. The Sun boot PROMs have a built-in forth " @@ -1494,7 +1788,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1267 +#: preparing.xml:1456 #, no-c-format msgid "" "To get to the boot prompt you need to hold down the Stop " @@ -1507,7 +1801,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1279 +#: preparing.xml:1468 #, no-c-format msgid "" "If you are using a serial console, send a break to the machine. With " @@ -1517,7 +1811,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1292 +#: preparing.xml:1481 #, no-c-format msgid "" "You can use OpenBoot to boot from specific devices, and also to change your " @@ -1530,7 +1824,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1302 +#: preparing.xml:1491 #, no-c-format msgid "" "Typically, with newer revisions, you can use OpenBoot devices such as " @@ -1554,7 +1848,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1325 +#: preparing.xml:1514 #, no-c-format msgid "" "To boot from a specific device, use the command boot " @@ -1572,19 +1866,19 @@ msgid "" msgstr "" #. Tag: screen -#: preparing.xml:1344 +#: preparing.xml:1533 #, no-c-format msgid "eeprom boot-device=disk1:1" msgstr "" #. Tag: title -#: preparing.xml:1354 +#: preparing.xml:1543 #, no-c-format msgid "BIOS Setup" msgstr "" #. Tag: para -#: preparing.xml:1355 +#: preparing.xml:1544 #, no-c-format msgid "" "In order to install &debian-gnu; on a &arch-title; or zSeries machine you " @@ -1599,7 +1893,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1367 +#: preparing.xml:1556 #, no-c-format msgid "" "Linux on this platform runs either natively on the bare machine, in a so-" @@ -1611,7 +1905,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1376 +#: preparing.xml:1565 #, no-c-format msgid "" "Before you actually perform an installation, you have to go over some design " @@ -1627,13 +1921,13 @@ msgid "" msgstr "" #. Tag: title -#: preparing.xml:1393 +#: preparing.xml:1582 #, no-c-format msgid "Native and LPAR installations" msgstr "" #. Tag: para -#: preparing.xml:1394 +#: preparing.xml:1583 #, no-c-format msgid "" "Please refer to chapter 5 of the generic sub-" @@ -1675,13 +1969,13 @@ msgid "" msgstr "" #. Tag: title -#: preparing.xml:1437 +#: preparing.xml:1626 #, no-c-format msgid "Setting up an installation server" msgstr "" #. Tag: para -#: preparing.xml:1439 +#: preparing.xml:1628 #, no-c-format msgid "" "If you don't have a connection to the Internet (either directly or via a web " @@ -1691,7 +1985,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1447 +#: preparing.xml:1636 #, no-c-format msgid "" "The installation server needs to copy the exact directory structure from any " @@ -1701,19 +1995,19 @@ msgid "" msgstr "" #. Tag: emphasis -#: preparing.xml:1456 +#: preparing.xml:1645 #, no-c-format msgid "FIXME: more information needed — from a Redbook?" msgstr "" #. Tag: title -#: preparing.xml:1466 +#: preparing.xml:1655 #, no-c-format msgid "ARM firmware" msgstr "" #. Tag: para -#: preparing.xml:1468 +#: preparing.xml:1657 #, no-c-format msgid "" "As already mentioned before, there is unfortunately no standard for system " @@ -1728,7 +2022,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1480 +#: preparing.xml:1669 #, no-c-format msgid "" "As a result even newly sold systems often use a firmware that is based on a " @@ -1742,13 +2036,44 @@ msgid "" msgstr "" #. Tag: title -#: preparing.xml:1493 +#: preparing.xml:1682 +#, no-c-format +msgid "Debian-provided U-Boot (system firmware) images" +msgstr "" + +#. Tag: para +#: preparing.xml:1683 +#, no-c-format +msgid "" +"Debian provides U-Boot images for various armhf systems that can load their " +"U-Boot from an SD card at &armmp-uboot-img;. The U-Boot builds are offered " +"in two formats: raw U-Boot components and a ready-made card image that can " +"easily be written onto an SD card. The raw U-Boot components are provided " +"for advanced users; the generally recommended way is to use one of the ready-" +"made SD card images. They are named <system-type>.sdcard.img.gz and " +"can be written to a card e.g. with zcat <system-" +"type>.sdcard.img.gz > /dev/SD_CARD_DEVICE As " +"with all images, please be aware that writing the image to an SD card wipes " +"all previous contents of the card!" +msgstr "" + +#. Tag: para +#: preparing.xml:1698 +#, no-c-format +msgid "" +"If Debian provides a U-Boot image for your system, it is recommended that " +"you use this image instead of the vendor-provided U-Boot, as the version in " +"Debian is usually newer and has more features." +msgstr "" + +#. Tag: title +#: preparing.xml:1706 #, no-c-format -msgid "Setting the ethernet MAC address in u-boot" +msgid "Setting the ethernet MAC address in U-Boot" msgstr "" #. Tag: para -#: preparing.xml:1494 +#: preparing.xml:1707 #, no-c-format msgid "" "The MAC address of every ethernet interface should normally be globally " @@ -1759,7 +2084,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1502 +#: preparing.xml:1715 #, no-c-format msgid "" "In the case of development boards, sometimes the manufacturer wants to avoid " @@ -1774,7 +2099,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1513 +#: preparing.xml:1726 #, no-c-format msgid "" "To avoid conflicts with existing officially-assigned MAC addresses, there is " @@ -1787,68 +2112,68 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1523 +#: preparing.xml:1736 #, no-c-format msgid "" -"On systems using u-boot as system firmware, the ethernet MAC address is " +"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 ethaddrprintenv 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 +#: preparing.xml:1747 #, no-c-format -msgid "Kernel/Initrd/Device-Tree relocation issues in u-boot" +msgid "Kernel/Initrd/Device-Tree relocation issues in U-Boot" msgstr "" #. Tag: para -#: preparing.xml:1535 +#: preparing.xml:1748 #, no-c-format msgid "" -"On some systems with older u-boot versions there can be problems with " +"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 " +"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." +"U-Boot versions from v2014.07 onwards." msgstr "" #. Tag: para -#: preparing.xml:1544 +#: preparing.xml:1757 #, no-c-format msgid "" -"If the system has originally used a u-boot version older than v2014.07 and " +"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 " +"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." +"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:1555 +#: preparing.xml:1768 #, 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 " +"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:1565 +#: preparing.xml:1778 #, no-c-format msgid "Systems with UEFI firmware" msgstr "" #. Tag: para -#: preparing.xml:1566 +#: preparing.xml:1779 #, no-c-format msgid "" "UEFI (Unified Extensible Firmware Interface) is a new kind of " @@ -1857,7 +2182,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1572 +#: preparing.xml:1785 #, no-c-format msgid "" "Currently most PC systems that use UEFI also have a so-called " @@ -1866,18 +2191,18 @@ msgid "" "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." +"lot of systems with UEFI but without CSM." msgstr "" #. Tag: para -#: preparing.xml:1582 +#: preparing.xml:1795 #, 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 " +"partitions are 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 " @@ -1886,14 +2211,14 @@ msgid "" "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." +"GPT allows for far larger disks. The other major difference between BIOS (or " +"UEFI in CSM mode) and native UEFI is the location where boot code is stored " +"and in which format it has to be. This means that different bootloaders are " +"needed for each system." msgstr "" #. Tag: para -#: preparing.xml:1602 +#: preparing.xml:1815 #, no-c-format msgid "" "The latter becomes important when booting &d-i; on a UEFI system with CSM " @@ -1912,7 +2237,7 @@ msgid "" msgstr "" #. Tag: para -#: preparing.xml:1618 +#: preparing.xml:1831 #, no-c-format msgid "" "Another UEFI-related topic is the so-called secure boot " @@ -1924,54 +2249,66 @@ msgid "" "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 " +"enabled by default on systems that come preinstalled with a 64-bit version " +"of Windows 8 and there is unfortunately no standard way to disable it in the " +"UEFI setup. 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:1640 +#: preparing.xml:1853 #, no-c-format msgid "Disabling the Windows 8 fast boot feature" msgstr "" #. Tag: para -#: preparing.xml:1641 +#: preparing.xml:1854 +#, no-c-format +msgid "" +"Windows 8 offers a feature called fast boot to cut down " +"system startup time. 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: para +#: preparing.xml:1870 #, 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." +"It may also be necessary to disable fast boot to even allow " +"access to UEFI setup to choose to boot another operating system or &d-i;. On " +"some UEFI systems, the firmware will reduce boot time by not " +"initialising the keyboard controller or USB hardware; in these cases, it is " +"necessary to boot into Windows and disable this feature to allow for a " +"change of boot order." msgstr "" #. Tag: title -#: preparing.xml:1659 +#: preparing.xml:1882 #, no-c-format msgid "Hardware Issues to Watch Out For" msgstr "" #. Tag: title -#: preparing.xml:1662 +#: preparing.xml:1885 #, no-c-format msgid "USB BIOS support and keyboards" msgstr "" #. Tag: para -#: preparing.xml:1663 +#: preparing.xml:1886 #, no-c-format msgid "" "If you have no PS/2-style keyboard, but only a USB model, on some very old " @@ -1983,13 +2320,13 @@ msgid "" msgstr "" #. Tag: title -#: preparing.xml:1676 +#: preparing.xml:1899 #, no-c-format msgid "Display-visibility on OldWorld Powermacs" msgstr "" #. Tag: para -#: preparing.xml:1678 +#: preparing.xml:1901 #, no-c-format msgid "" "Some OldWorld Powermacs, most notably those with the control " diff --git a/po/tl/preseed.po b/po/tl/preseed.po index 74c1aa814..13cad065a 100644 --- a/po/tl/preseed.po +++ b/po/tl/preseed.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-03-21 16:42+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1586,8 +1586,8 @@ msgid "" "only\n" "# one disk the installer will default to using that, but otherwise the " "device\n" -"# name must be given in traditional, non-devfs format (so e.g. /dev/hda or\n" -"# /dev/sda, and not e.g. /dev/discs/disc0/disc).\n" +"# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n" +"# and not e.g. /dev/discs/disc0/disc).\n" "# For example, to use the first SCSI/SATA hard disk:\n" "#d-i partman-auto/disk string /dev/sda\n" "# In addition, you'll need to specify the method to use.\n" diff --git a/po/tl/random-bits.po b/po/tl/random-bits.po index 030da697a..11c365c1a 100644 --- a/po/tl/random-bits.po +++ b/po/tl/random-bits.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_random-bits\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-01-09 19:07+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,263 +66,179 @@ msgstr "" #. Tag: filename #: random-bits.xml:37 #, no-c-format -msgid "hda" +msgid "sda" msgstr "" #. Tag: entry #: random-bits.xml:38 #, no-c-format -msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)" +msgid "First hard disk" msgstr "" #. Tag: filename #: random-bits.xml:40 #, no-c-format -msgid "hdb" +msgid "sdb" msgstr "" #. Tag: entry #: random-bits.xml:41 #, no-c-format -msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)" +msgid "Second hard disk" msgstr "" #. Tag: filename #: random-bits.xml:43 #, no-c-format -msgid "hdc" +msgid "sda1" msgstr "" #. Tag: entry #: random-bits.xml:44 #, no-c-format -msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)" +msgid "First partition of the first hard disk" msgstr "" #. Tag: filename #: random-bits.xml:46 #, no-c-format -msgid "hdd" +msgid "sdb7" msgstr "" #. Tag: entry #: random-bits.xml:47 #, no-c-format -msgid "IDE Hard disk / CD-ROM on the second IDE port (Slave)" +msgid "Seventh partition of the second hard disk" msgstr "" #. Tag: filename -#: random-bits.xml:49 -#, no-c-format -msgid "hda1" -msgstr "" - -#. Tag: entry -#: random-bits.xml:50 -#, no-c-format -msgid "First partition of the first IDE hard disk" -msgstr "" - -#. Tag: filename -#: random-bits.xml:52 -#, no-c-format -msgid "hdd15" -msgstr "" - -#. Tag: entry #: random-bits.xml:53 #, no-c-format -msgid "Fifteenth partition of the fourth IDE hard disk" -msgstr "" - -#. Tag: filename -#: random-bits.xml:59 -#, no-c-format -msgid "sda" -msgstr "" - -#. Tag: entry -#: random-bits.xml:60 -#, no-c-format -msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)" -msgstr "" - -#. Tag: filename -#: random-bits.xml:62 -#, no-c-format -msgid "sdb" -msgstr "" - -#. Tag: entry -#: random-bits.xml:63 -#, no-c-format -msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)" -msgstr "" - -#. Tag: filename -#: random-bits.xml:65 -#, no-c-format -msgid "sdc" -msgstr "" - -#. Tag: entry -#: random-bits.xml:66 -#, no-c-format -msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)" -msgstr "" - -#. Tag: filename -#: random-bits.xml:68 -#, no-c-format -msgid "sda1" -msgstr "" - -#. Tag: entry -#: random-bits.xml:69 -#, no-c-format -msgid "First partition of the first SCSI hard disk" -msgstr "" - -#. Tag: filename -#: random-bits.xml:71 -#, no-c-format -msgid "sdd10" -msgstr "" - -#. Tag: entry -#: random-bits.xml:72 -#, no-c-format -msgid "Tenth partition of the fourth SCSI hard disk" -msgstr "" - -#. Tag: filename -#: random-bits.xml:78 -#, no-c-format msgid "sr0" msgstr "" #. Tag: entry -#: random-bits.xml:79 +#: random-bits.xml:54 #, no-c-format -msgid "SCSI CD-ROM with the lowest SCSI ID" +msgid "First CD-ROM" msgstr "" #. Tag: filename -#: random-bits.xml:81 +#: random-bits.xml:56 #, no-c-format msgid "sr1" msgstr "" #. Tag: entry -#: random-bits.xml:82 +#: random-bits.xml:57 #, no-c-format -msgid "SCSI CD-ROM with the next higher SCSI ID" +msgid "Second CD-ROM" msgstr "" #. Tag: filename -#: random-bits.xml:88 +#: random-bits.xml:63 #, no-c-format msgid "ttyS0" msgstr "" #. Tag: entry -#: random-bits.xml:89 +#: random-bits.xml:64 #, no-c-format msgid "Serial port 0, COM1 under MS-DOS" msgstr "" #. Tag: filename -#: random-bits.xml:91 +#: random-bits.xml:66 #, no-c-format msgid "ttyS1" msgstr "" #. Tag: entry -#: random-bits.xml:92 +#: random-bits.xml:67 #, no-c-format msgid "Serial port 1, COM2 under MS-DOS" msgstr "" #. Tag: filename -#: random-bits.xml:94 +#: random-bits.xml:69 #, no-c-format msgid "psaux" msgstr "" #. Tag: entry -#: random-bits.xml:95 +#: random-bits.xml:70 #, no-c-format msgid "PS/2 mouse device" msgstr "" #. Tag: filename -#: random-bits.xml:97 +#: random-bits.xml:72 #, no-c-format msgid "gpmdata" msgstr "" #. Tag: entry -#: random-bits.xml:98 +#: random-bits.xml:73 #, no-c-format msgid "Pseudo device, repeater data from GPM (mouse) daemon" msgstr "" #. Tag: filename -#: random-bits.xml:104 +#: random-bits.xml:79 #, no-c-format msgid "cdrom" msgstr "" #. Tag: entry -#: random-bits.xml:105 +#: random-bits.xml:80 #, no-c-format msgid "Symbolic link to the CD-ROM drive" msgstr "" #. Tag: filename -#: random-bits.xml:107 +#: random-bits.xml:82 #, no-c-format msgid "mouse" msgstr "" #. Tag: entry -#: random-bits.xml:108 +#: random-bits.xml:83 #, no-c-format msgid "Symbolic link to the mouse device file" msgstr "" #. Tag: filename -#: random-bits.xml:114 +#: random-bits.xml:89 #, no-c-format msgid "null" msgstr "" #. Tag: entry -#: random-bits.xml:115 +#: random-bits.xml:90 #, no-c-format msgid "Anything written to this device will disappear" msgstr "" #. Tag: filename -#: random-bits.xml:117 +#: random-bits.xml:92 #, no-c-format msgid "zero" msgstr "" #. Tag: entry -#: random-bits.xml:118 +#: random-bits.xml:93 #, no-c-format msgid "One can endlessly read zeros out of this device" msgstr "" #. Tag: title -#: random-bits.xml:125 +#: random-bits.xml:100 #, no-c-format msgid "Setting Up Your Mouse" msgstr "" #. Tag: para -#: random-bits.xml:126 +#: random-bits.xml:101 #, no-c-format msgid "" "The mouse can be used in both the Linux console (with gpm) and the X window " @@ -336,7 +252,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:137 +#: random-bits.xml:112 #, no-c-format msgid "" "Certain kernel modules must be loaded in order for your mouse to work. In " @@ -360,7 +276,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:184 +#: random-bits.xml:159 #, no-c-format msgid "" "Modern kernels give you the capability to emulate a three-button mouse when " @@ -369,7 +285,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:191 +#: random-bits.xml:166 #, no-c-format msgid "" "# 3-button mouse emulation\n" @@ -383,13 +299,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:198 +#: random-bits.xml:173 #, no-c-format msgid "Disk Space Needed for Tasks" msgstr "" #. Tag: para -#: random-bits.xml:199 +#: random-bits.xml:174 #, no-c-format msgid "" "A standard installation for the amd64 architecture, including all standard " @@ -399,7 +315,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:207 +#: random-bits.xml:182 #, no-c-format msgid "" "In both cases this is the actual disk space used after " @@ -410,7 +326,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:216 +#: random-bits.xml:191 #, no-c-format msgid "" "The following table lists sizes reported by aptitude for the tasks listed in " @@ -420,7 +336,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:223 +#: random-bits.xml:198 #, no-c-format msgid "" "By default the installer will install the GNOME desktop environment, but " @@ -430,7 +346,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:230 +#: random-bits.xml:205 #, no-c-format msgid "" "Note that you will need to add the sizes listed in the table to the size of " @@ -442,283 +358,283 @@ msgid "" msgstr "" #. Tag: entry -#: random-bits.xml:244 +#: random-bits.xml:219 #, no-c-format msgid "Task" msgstr "" #. Tag: entry -#: random-bits.xml:245 +#: random-bits.xml:220 #, no-c-format msgid "Installed size (MB)" msgstr "" #. Tag: entry -#: random-bits.xml:246 +#: random-bits.xml:221 #, no-c-format msgid "Download size (MB)" msgstr "" #. Tag: entry -#: random-bits.xml:247 +#: random-bits.xml:222 #, no-c-format msgid "Space needed to install (MB)" msgstr "" #. Tag: entry -#: random-bits.xml:253 +#: random-bits.xml:228 #, no-c-format msgid "Desktop environment" msgstr "" #. Tag: entry -#: random-bits.xml:254 random-bits.xml:255 random-bits.xml:256 +#: random-bits.xml:229 random-bits.xml:230 random-bits.xml:231 #, no-c-format msgid " " msgstr "" #. Tag: entry -#: random-bits.xml:259 +#: random-bits.xml:234 #, no-c-format msgid "  • GNOME (default)" msgstr "" #. Tag: entry -#: random-bits.xml:260 +#: random-bits.xml:235 #, no-c-format msgid "&task-desktop-gnome-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:261 +#: random-bits.xml:236 #, no-c-format msgid "&task-desktop-gnome-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:262 +#: random-bits.xml:237 #, no-c-format msgid "&task-desktop-gnome-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:265 +#: random-bits.xml:240 #, no-c-format msgid "  • KDE" msgstr "" #. Tag: entry -#: random-bits.xml:266 +#: random-bits.xml:241 #, no-c-format msgid "&task-desktop-kde-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:267 +#: random-bits.xml:242 #, no-c-format msgid "&task-desktop-kde-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:268 +#: random-bits.xml:243 #, no-c-format msgid "&task-desktop-kde-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:271 +#: random-bits.xml:246 #, no-c-format msgid "  • Xfce" msgstr "" #. Tag: entry -#: random-bits.xml:272 +#: random-bits.xml:247 #, no-c-format msgid "&task-desktop-xfce-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:273 +#: random-bits.xml:248 #, no-c-format msgid "&task-desktop-xfce-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:274 +#: random-bits.xml:249 #, no-c-format msgid "&task-desktop-xfce-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:277 +#: random-bits.xml:252 #, no-c-format msgid "  • LXDE" msgstr "" #. Tag: entry -#: random-bits.xml:278 +#: random-bits.xml:253 #, no-c-format msgid "&task-desktop-lxde-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:279 +#: random-bits.xml:254 #, no-c-format msgid "&task-desktop-lxde-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:280 +#: random-bits.xml:255 #, no-c-format msgid "&task-desktop-lxde-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:283 +#: random-bits.xml:258 #, no-c-format msgid "  • MATE" msgstr "" #. Tag: entry -#: random-bits.xml:284 +#: random-bits.xml:259 #, no-c-format msgid "&task-desktop-mate-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:285 +#: random-bits.xml:260 #, no-c-format msgid "&task-desktop-mate-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:286 +#: random-bits.xml:261 #, no-c-format msgid "&task-desktop-mate-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:289 +#: random-bits.xml:264 #, no-c-format msgid "  • Cinnamon" msgstr "" #. Tag: entry -#: random-bits.xml:290 +#: random-bits.xml:265 #, no-c-format msgid "&task-desktop-cinnamon-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:291 +#: random-bits.xml:266 #, no-c-format msgid "&task-desktop-cinnamon-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:292 +#: random-bits.xml:267 #, no-c-format msgid "&task-desktop-cinnamon-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:296 +#: random-bits.xml:271 #, no-c-format msgid "Laptop" msgstr "" #. Tag: entry -#: random-bits.xml:297 +#: random-bits.xml:272 #, no-c-format msgid "&task-laptop-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:298 +#: random-bits.xml:273 #, no-c-format msgid "&task-laptop-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:299 +#: random-bits.xml:274 #, no-c-format msgid "&task-laptop-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:303 +#: random-bits.xml:278 #, no-c-format msgid "Web server" msgstr "" #. Tag: entry -#: random-bits.xml:304 +#: random-bits.xml:279 #, no-c-format msgid "&task-web-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:305 +#: random-bits.xml:280 #, no-c-format msgid "&task-web-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:306 +#: random-bits.xml:281 #, no-c-format msgid "&task-web-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:310 +#: random-bits.xml:285 #, no-c-format msgid "Print server" msgstr "" #. Tag: entry -#: random-bits.xml:311 +#: random-bits.xml:286 #, no-c-format msgid "&task-print-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:312 +#: random-bits.xml:287 #, no-c-format msgid "&task-print-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:313 +#: random-bits.xml:288 #, no-c-format msgid "&task-print-tot;" msgstr "" #. Tag: entry -#: random-bits.xml:317 +#: random-bits.xml:292 #, no-c-format msgid "SSH server" msgstr "" #. Tag: entry -#: random-bits.xml:318 +#: random-bits.xml:293 #, no-c-format msgid "&task-ssh-inst;" msgstr "" #. Tag: entry -#: random-bits.xml:319 +#: random-bits.xml:294 #, no-c-format msgid "&task-ssh-dl;" msgstr "" #. Tag: entry -#: random-bits.xml:320 +#: random-bits.xml:295 #, no-c-format msgid "&task-ssh-tot;" msgstr "" #. Tag: para -#: random-bits.xml:326 +#: random-bits.xml:301 #, no-c-format msgid "" "If you install in a language other than English, tasksel " @@ -728,13 +644,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:341 +#: random-bits.xml:316 #, no-c-format msgid "Installing &debian-gnu; from a Unix/Linux System" msgstr "" #. Tag: para -#: random-bits.xml:343 +#: random-bits.xml:318 #, no-c-format msgid "" "This section explains how to install &debian-gnu; from an existing Unix or " @@ -748,7 +664,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:355 +#: random-bits.xml:330 #, no-c-format msgid "" "Once you've got the new &debian; system configured to your preference, you " @@ -759,7 +675,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:366 +#: random-bits.xml:341 #, no-c-format msgid "" "As this is a mostly manual procedure, you should bear in mind that you will " @@ -773,13 +689,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:380 +#: random-bits.xml:355 #, no-c-format msgid "Getting Started" msgstr "" #. Tag: para -#: random-bits.xml:381 +#: random-bits.xml:356 #, no-c-format msgid "" "With your current *nix partitioning tools, repartition the hard drive as " @@ -790,26 +706,26 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:389 +#: random-bits.xml:364 #, no-c-format msgid "" "Next, create file systems on the partitions. For example, to create an ext3 " -"file system on partition /dev/hda6 (that's our example " +"file system on partition /dev/sda6 (that's our example " "root partition): \n" -"# mke2fs -j /dev/hda6\n" +"# mke2fs -j /dev/sda6\n" " To create an ext2 file system instead, omit " "-j." msgstr "" #. Tag: para -#: random-bits.xml:399 +#: random-bits.xml:374 #, no-c-format msgid "" "Initialize and activate swap (substitute the partition number for your " "intended &debian; swap partition): \n" -"# mkswap /dev/hda5\n" +"# mkswap /dev/sda5\n" "# sync\n" -"# swapon /dev/hda5\n" +"# swapon /dev/sda5\n" " Mount one partition as /mnt/debinst (the installation point, to be the root (/) " "filesystem on your new system). The mount point name is strictly arbitrary, " @@ -817,15 +733,15 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:411 +#: random-bits.xml:386 #, no-c-format msgid "" "# mkdir /mnt/debinst\n" -"# mount /dev/hda6 /mnt/debinst" +"# mount /dev/sda6 /mnt/debinst" msgstr "" #. Tag: para -#: random-bits.xml:414 +#: random-bits.xml:389 #, no-c-format msgid "" "If you want to have parts of the filesystem (e.g. /usr) mounted on separate " @@ -834,13 +750,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:424 +#: random-bits.xml:399 #, no-c-format msgid "Install debootstrap" msgstr "" #. Tag: para -#: random-bits.xml:425 +#: random-bits.xml:400 #, no-c-format msgid "" "The utility used by the &debian; installer, and recognized as the official " @@ -855,7 +771,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:455 +#: random-bits.xml:430 #, no-c-format msgid "" "Or, you can use the following procedure to install it manually. Make a work " @@ -871,7 +787,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:470 +#: random-bits.xml:445 #, no-c-format msgid "" "# ar -x debootstrap_0.X.X_all.deb\n" @@ -880,13 +796,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:476 +#: random-bits.xml:451 #, no-c-format msgid "Run debootstrap" msgstr "" #. Tag: para -#: random-bits.xml:477 +#: random-bits.xml:452 #, no-c-format msgid "" "debootstrap can download the needed files directly from " @@ -897,7 +813,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:486 +#: random-bits.xml:461 #, no-c-format msgid "" "If you have a &releasename; &debian-gnu; CD mounted at /cdromARCH in the " @@ -918,7 +834,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:508 +#: random-bits.xml:483 #, no-c-format msgid "" "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" @@ -926,13 +842,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:514 +#: random-bits.xml:489 #, no-c-format msgid "Configure The Base System" msgstr "" #. Tag: para -#: random-bits.xml:515 +#: random-bits.xml:490 #, no-c-format msgid "" "Now you've got a real &debian; system, though rather lean, on disk. " @@ -948,13 +864,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:533 +#: random-bits.xml:508 #, no-c-format msgid "Create device files" msgstr "" #. Tag: para -#: random-bits.xml:534 +#: random-bits.xml:509 #, no-c-format msgid "" "At this point /dev/ only contains very basic device " @@ -967,13 +883,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:544 +#: random-bits.xml:519 #, no-c-format msgid "A few of the available options are:" msgstr "" #. Tag: para -#: random-bits.xml:549 +#: random-bits.xml:524 #, no-c-format msgid "" "install the makedev package, and create a default set of static device files " @@ -981,7 +897,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:553 +#: random-bits.xml:528 #, no-c-format msgid "" "# apt-get install makedev\n" @@ -991,14 +907,14 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:556 +#: random-bits.xml:531 #, no-c-format msgid "" "manually create only specific device files using MAKEDEV" msgstr "" #. Tag: para -#: random-bits.xml:561 +#: random-bits.xml:536 #, no-c-format msgid "" "bind mount /dev from your host system on top of /dev in the target system; " @@ -1007,13 +923,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:574 +#: random-bits.xml:549 #, no-c-format msgid "Mount Partitions" msgstr "" #. Tag: para -#: random-bits.xml:575 +#: random-bits.xml:550 #, no-c-format msgid "" "You need to create /etc/fstab. " @@ -1057,13 +973,13 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:601 +#: random-bits.xml:576 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "" #. Tag: para -#: random-bits.xml:603 +#: random-bits.xml:578 #, no-c-format msgid "" "The command ls /proc should now show a non-empty " @@ -1072,19 +988,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:609 +#: random-bits.xml:584 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "" #. Tag: title -#: random-bits.xml:615 +#: random-bits.xml:590 #, no-c-format msgid "Setting Timezone" msgstr "" #. Tag: para -#: random-bits.xml:616 +#: random-bits.xml:591 #, no-c-format msgid "" "Setting the third line of the file /etc/adjtime to " @@ -1101,19 +1017,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:630 +#: random-bits.xml:605 #, no-c-format msgid "# dpkg-reconfigure tzdata" msgstr "" #. Tag: title -#: random-bits.xml:636 +#: random-bits.xml:611 #, no-c-format msgid "Configure Networking" msgstr "" #. Tag: para -#: random-bits.xml:637 +#: random-bits.xml:612 #, no-c-format msgid "" "To configure networking, edit /etc/network/interfaces, " @@ -1177,13 +1093,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:678 +#: random-bits.xml:653 #, no-c-format msgid "Configure Apt" msgstr "" #. Tag: para -#: random-bits.xml:679 +#: random-bits.xml:654 #, no-c-format msgid "" "Debootstrap will have created a very basic /etc/apt/sources.listarch-etc" msgstr "" #. Tag: title -#: random-bits.xml:736 +#: random-bits.xml:711 #, no-c-format msgid "Set up the Boot Loader" msgstr "" #. Tag: para -#: random-bits.xml:737 +#: random-bits.xml:712 #, no-c-format msgid "" "To make your &debian-gnu; system bootable, set up your boot loader to load " @@ -1282,7 +1198,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:744 +#: random-bits.xml:719 #, no-c-format msgid "" "Check info grub or " @@ -1297,41 +1213,41 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:756 +#: random-bits.xml:731 #, no-c-format msgid "" "Installing and setting up grub2 is as easy as: " "\n" "# aptitude install grub-pc\n" -"# grub-install /dev/hda\n" +"# grub-install /dev/sda\n" "# update-grub\n" " The second command will install grub2 (in this case in the MBR of hda). The last " +"command> (in this case in the MBR of sda). The last " "command will create a sane and working /boot/grub/grub.cfg." msgstr "" #. Tag: para -#: random-bits.xml:766 +#: random-bits.xml:741 #, no-c-format msgid "" -"Note that this assumes that a /dev/hda device file has " +"Note that this assumes that a /dev/sda device file has " "been created. There are alternative methods to install grub2, but those are outside the scope of this appendix." msgstr "" #. Tag: para -#: random-bits.xml:772 +#: random-bits.xml:747 #, no-c-format msgid "Here is a basic /etc/lilo.conf as an example:" msgstr "" #. Tag: screen -#: random-bits.xml:776 +#: random-bits.xml:751 #, no-c-format msgid "" -"boot=/dev/hda6\n" -"root=/dev/hda6\n" +"boot=/dev/sda6\n" +"root=/dev/sda6\n" "install=menu\n" "delay=20\n" "lba32\n" @@ -1341,7 +1257,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:778 +#: random-bits.xml:753 #, no-c-format msgid "" "Check man yaboot.conf for instructions on setting up " @@ -1353,15 +1269,15 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:788 +#: random-bits.xml:763 #, no-c-format msgid "" "Here is a basic /etc/yaboot.conf as an example: " "\n" -"boot=/dev/hda2\n" +"boot=/dev/sda2\n" "device=hd:\n" "partition=6\n" -"root=/dev/hda6\n" +"root=/dev/sda6\n" "magicboot=/usr/lib/yaboot/ofboot\n" "timeout=50\n" "image=/vmlinux\n" @@ -1371,13 +1287,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:801 +#: random-bits.xml:776 #, no-c-format msgid "Remote access: Installing SSH and setting up access" msgstr "" #. Tag: para -#: random-bits.xml:802 +#: random-bits.xml:777 #, no-c-format msgid "" "In case you can login to the system via console, you can skip this section. " @@ -1403,7 +1319,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:826 +#: random-bits.xml:801 #, no-c-format msgid "" "# adduser joe\n" @@ -1411,13 +1327,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:831 +#: random-bits.xml:806 #, no-c-format msgid "Finishing touches" msgstr "" #. Tag: para -#: random-bits.xml:832 +#: random-bits.xml:807 #, no-c-format msgid "" "As mentioned earlier, the installed system will be very basic. If you would " @@ -1430,7 +1346,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:843 +#: random-bits.xml:818 #, no-c-format msgid "" "After the installation there will be a lot of downloaded packages in " @@ -1439,19 +1355,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:849 +#: random-bits.xml:824 #, no-c-format msgid "# aptitude clean" msgstr "" #. Tag: title -#: random-bits.xml:860 +#: random-bits.xml:835 #, no-c-format msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)" msgstr "" #. Tag: para -#: random-bits.xml:862 +#: random-bits.xml:837 #, no-c-format msgid "" "This section explains how to install &debian-gnu; on a computer without an " @@ -1462,7 +1378,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:870 +#: random-bits.xml:845 #, no-c-format msgid "" "In the example in this appendix we will set up a PLIP connection using a " @@ -1473,7 +1389,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:878 +#: random-bits.xml:853 #, no-c-format msgid "" "The PLIP connection set up during the installation will also be available " @@ -1482,7 +1398,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:883 +#: random-bits.xml:858 #, no-c-format msgid "" "Before you start, you will need to check the BIOS configuration (IO base " @@ -1492,13 +1408,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:893 +#: random-bits.xml:868 #, no-c-format msgid "Requirements" msgstr "" #. Tag: para -#: random-bits.xml:896 +#: random-bits.xml:871 #, no-c-format msgid "" "A target computer, called target, where &debian; will " @@ -1506,13 +1422,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:902 +#: random-bits.xml:877 #, no-c-format msgid "System installation media; see ." msgstr "" #. Tag: para -#: random-bits.xml:907 +#: random-bits.xml:882 #, no-c-format msgid "" "Another computer connected to the Internet, called sourceplip-modules option from the list; this " @@ -1603,13 +1519,13 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:967 +#: random-bits.xml:942 #, no-c-format msgid "Detect network hardware" msgstr "" #. Tag: para -#: random-bits.xml:972 +#: random-bits.xml:947 #, no-c-format msgid "" "If target does have a network card, a list of driver " @@ -1619,7 +1535,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:981 +#: random-bits.xml:956 #, no-c-format msgid "" "Because no network card was detected/selected earlier, the installer will " @@ -1628,26 +1544,26 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:993 +#: random-bits.xml:968 #, no-c-format msgid "Configure the network" msgstr "" #. Tag: para -#: random-bits.xml:996 +#: random-bits.xml:971 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "" #. Tag: para -#: random-bits.xml:1001 +#: random-bits.xml:976 #, no-c-format msgid "" "IP address: 192.168.0.1" msgstr "" #. Tag: para -#: random-bits.xml:1006 +#: random-bits.xml:981 #, no-c-format msgid "" "Point-to-point address: 192.168.0.2modules=ppp-udeb\n" "Language-Team: LANGUAGE \n" @@ -1297,7 +1297,7 @@ msgid "" "detect the size of the drive correctly. Creating a new partition table does " "not fix this issue. What does help, is to zero the first few " "sectors of the drive: \n" -"# dd if=/dev/zero of=/dev/hdX bs=512 count=2; " +"# dd if=/dev/zero of=/dev/sdX bs=512 count=2; " "sync\n" " Note that this will make any existing data on " "that disk inaccessible." @@ -1748,10 +1748,11 @@ msgstr "" #: using-d-i.xml:1367 #, no-c-format msgid "" -"If you choose guided partitioning for your IA-64 system, there will be an " -"additional partition, formatted as a FAT16 bootable filesystem, for the EFI " -"boot loader. There is also an additional menu item in the formatting menu to " -"manually set up a partition as an EFI boot partition." +"If you have booted in EFI mode then within the guided partitioning setup " +"there will be an additional partition, formatted as a FAT32 bootable " +"filesystem, for the EFI boot loader. This partition is known as an EFI " +"System Partition (ESP). There is also an additional menu item in the " +"formatting menu to manually set up a partition as an ESP." msgstr "" #. Tag: para @@ -1768,24 +1769,22 @@ msgstr "" #, no-c-format msgid "" "The list of partitions might look like this: \n" -" IDE1 master (hda) - 6.4 GB WDC AC36400L\n" +" SCSI1 (0,0,0) (sda) - 6.4 GB WDC AC36400L\n" " #1 primary 16.4 MB B f ext2 /boot\n" " #2 primary 551.0 MB swap swap\n" " #3 primary 5.8 GB ntfs\n" " pri/log 8.2 MB FREE SPACE\n" "\n" -" IDE1 slave (hdb) - 80.0 GB ST380021A\n" +" SCSI2 (1,0,0) (sdb) - 80.0 GB ST380021A\n" " #1 primary 15.9 MB ext3\n" " #2 primary 996.0 MB fat16\n" " #3 primary 3.9 GB xfs /home\n" -" #5 logical 6.0 GB f ext3 /\n" +" #5 logical 6.0 GB f ext4 /\n" " #6 logical 1.0 GB f ext3 /var\n" " #7 logical 498.8 MB ext3\n" -" #8 logical 551.5 MB swap swap\n" -" #9 logical 65.8 GB ext2\n" -" This example shows two IDE harddrives divided " -"into several partitions; the first disk has some free space. Each partition " -"line consists of the partition number, its type, size, optional flags, file " +" This example shows two hard drives divided into " +"several partitions; the first disk has some free space. Each partition line " +"consists of the partition number, its type, size, optional flags, file " "system, and mountpoint (if any). Note: this particular setup cannot be " "created using guided partitioning but it does show possible variation that " "can be achieved using manual partitioning." @@ -1883,9 +1882,9 @@ msgstr "" #: using-d-i.xml:1465 #, 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." +"If you boot in EFI mode but forget to select and format an EFI System " +"Partition, partman will detect this and will not let you " +"continue until you allocate one." msgstr "" #. Tag: para @@ -2161,19 +2160,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1728 -#, 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:1737 +#: using-d-i.xml:1727 #, no-c-format msgid "" "Next, you should choose Configure software RAID " @@ -2187,7 +2174,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1750 +#: using-d-i.xml:1740 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -2196,7 +2183,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1757 +#: using-d-i.xml:1747 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -2209,7 +2196,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1769 +#: using-d-i.xml:1759 #, no-c-format msgid "" "RAID5 has a setup procedure similar to RAID1 with the exception that you " @@ -2217,7 +2204,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1775 +#: using-d-i.xml:1765 #, no-c-format msgid "" "RAID6 also has a setup procedure similar to RAID1 except that at least " @@ -2225,7 +2212,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1781 +#: using-d-i.xml:1771 #, no-c-format msgid "" "RAID10 again has a setup procedure similar to RAID1 except in expert mode. " @@ -2238,7 +2225,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1795 +#: using-d-i.xml:1785 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example, " @@ -2250,7 +2237,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1804 +#: using-d-i.xml:1794 #, no-c-format msgid "" "After you set up MD devices to your liking, you can Finish/homepartman screen, you will see " @@ -2327,7 +2314,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1869 +#: using-d-i.xml:1859 #, no-c-format msgid "" "Display configuration details: shows LVM device " @@ -2335,43 +2322,43 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1874 +#: using-d-i.xml:1864 #, no-c-format msgid "Create volume group" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1877 +#: using-d-i.xml:1867 #, no-c-format msgid "Create logical volume" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1880 +#: using-d-i.xml:1870 #, no-c-format msgid "Delete volume group" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1883 +#: using-d-i.xml:1873 #, no-c-format msgid "Delete logical volume" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1886 +#: using-d-i.xml:1876 #, no-c-format msgid "Extend volume group" msgstr "" #. Tag: guimenuitem -#: using-d-i.xml:1889 +#: using-d-i.xml:1879 #, no-c-format msgid "Reduce volume group" msgstr "" #. Tag: para -#: using-d-i.xml:1891 +#: using-d-i.xml:1881 #, no-c-format msgid "" "Finish: return to the main partmanpartman screen, any created " @@ -2396,13 +2383,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:1916 +#: using-d-i.xml:1906 #, no-c-format msgid "Configuring Encrypted Volumes" msgstr "" #. Tag: para -#: using-d-i.xml:1917 +#: using-d-i.xml:1907 #, no-c-format msgid "" "&d-i; allows you to set up encrypted partitions. Every file you write to " @@ -2416,7 +2403,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1929 +#: using-d-i.xml:1919 #, no-c-format msgid "" "The two most important partitions to encrypt are: the home partition, where " @@ -2433,7 +2420,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1944 +#: using-d-i.xml:1934 #, no-c-format msgid "" "Please note that the performance of encrypted partitions will be less than " @@ -2443,7 +2430,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1951 +#: using-d-i.xml:1941 #, no-c-format msgid "" "To use encryption, you have to create a new partition by selecting some free " @@ -2456,7 +2443,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1962 +#: using-d-i.xml:1952 #, no-c-format msgid "" "The encryption method supported by &d-i; is dm-crypt " @@ -2464,7 +2451,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:1971 +#: using-d-i.xml:1961 #, no-c-format msgid "" "Let's have a look at the options available when you select encryption via " @@ -2474,13 +2461,13 @@ msgid "" msgstr "" #. Tag: term -#: using-d-i.xml:1981 +#: using-d-i.xml:1971 #, no-c-format msgid "Encryption: aes" msgstr "" #. Tag: para -#: using-d-i.xml:1983 +#: using-d-i.xml:1973 #, no-c-format msgid "" "This option lets you select the encryption algorithm (cipher256" msgstr "" #. Tag: para -#: using-d-i.xml:2003 +#: using-d-i.xml:1993 #, no-c-format msgid "" "Here you can specify the length of the encryption key. With a larger key " @@ -2512,13 +2499,13 @@ msgid "" msgstr "" #. Tag: term -#: using-d-i.xml:2015 +#: using-d-i.xml:2005 #, no-c-format msgid "IV algorithm: xts-plain64" msgstr "" #. Tag: para -#: using-d-i.xml:2017 +#: using-d-i.xml:2007 #, no-c-format msgid "" "The Initialization Vector or IVxts-plain64Passphrase" msgstr "" #. Tag: para -#: using-d-i.xml:2041 +#: using-d-i.xml:2031 #, no-c-format msgid "Here you can choose the type of the encryption key for this partition." msgstr "" #. Tag: term -#: using-d-i.xml:2047 +#: using-d-i.xml:2037 #, no-c-format msgid "Passphrase" msgstr "" #. Tag: para -#: using-d-i.xml:2048 +#: using-d-i.xml:2038 #, no-c-format msgid "" "The encryption key will be computed Using a passphrase as " @@ -2568,13 +2555,13 @@ msgid "" msgstr "" #. Tag: term -#: using-d-i.xml:2063 +#: using-d-i.xml:2053 #, no-c-format msgid "Random key" msgstr "" #. Tag: para -#: using-d-i.xml:2064 +#: using-d-i.xml:2054 #, no-c-format msgid "" "A new encryption key will be generated from random data each time you try to " @@ -2586,7 +2573,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2073 +#: using-d-i.xml:2063 #, no-c-format msgid "" "Random keys are useful for swap partitions because you do not need to bother " @@ -2599,13 +2586,13 @@ msgid "" msgstr "" #. Tag: term -#: using-d-i.xml:2092 +#: using-d-i.xml:2082 #, no-c-format msgid "Erase data: yes" msgstr "" #. Tag: para -#: using-d-i.xml:2094 +#: using-d-i.xml:2084 #, no-c-format msgid "" "Determines whether the content of this partition should be overwritten with " @@ -2619,7 +2606,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2115 +#: using-d-i.xml:2105 #, no-c-format msgid "" "After you have selected the desired parameters for your encrypted " @@ -2631,7 +2618,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2125 +#: using-d-i.xml:2115 #, no-c-format msgid "" "Next you will be asked to enter a passphrase for partitions configured to " @@ -2642,7 +2629,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2134 +#: using-d-i.xml:2124 #, no-c-format msgid "" "Before you input any passphrases, you should have made sure that your " @@ -2657,7 +2644,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2147 +#: using-d-i.xml:2137 #, no-c-format msgid "" "If you selected to use methods other than a passphrase to create encryption " @@ -2671,7 +2658,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2163 +#: using-d-i.xml:2153 #, no-c-format msgid "" "After returning to the main partitioning menu, you will see all encrypted " @@ -2687,7 +2674,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2175 +#: using-d-i.xml:2165 #, no-c-format msgid "" "Pay attention to the identifiers in parentheses (sda2_cryptapt must be configured so that it knows from where to " @@ -2826,7 +2813,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2302 +#: using-d-i.xml:2292 #, no-c-format msgid "" "If you are installing at default priority, the installer will largely take " @@ -2838,7 +2825,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2311 +#: using-d-i.xml:2301 #, no-c-format msgid "" "If you are installing at a lower priority (e.g. in expert mode), you will be " @@ -2849,13 +2836,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2322 +#: using-d-i.xml:2312 #, no-c-format msgid "Installing from more than one CD or DVD" msgstr "" #. Tag: para -#: using-d-i.xml:2324 +#: using-d-i.xml:2314 #, no-c-format msgid "" "If you are installing from a CD or a DVD that is part of a larger set, the " @@ -2865,7 +2852,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2331 +#: using-d-i.xml:2321 #, no-c-format msgid "" "If you do not have any additional CDs or DVDs, that is no problem: using " @@ -2875,7 +2862,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2339 +#: using-d-i.xml:2329 #, no-c-format msgid "" "Packages are included on CDs (and DVDs) in the order of their popularity. " @@ -2885,7 +2872,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2346 +#: using-d-i.xml:2336 #, no-c-format msgid "" "It also means that buying or downloading and burning a full CD set is just a " @@ -2896,7 +2883,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2356 +#: using-d-i.xml:2346 #, no-c-format msgid "" "If you do scan multiple CDs or DVDs, the installer will prompt you to " @@ -2908,13 +2895,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2369 +#: using-d-i.xml:2359 #, no-c-format msgid "Using a network mirror" msgstr "" #. Tag: para -#: using-d-i.xml:2371 +#: using-d-i.xml:2361 #, no-c-format msgid "" "One question that will be asked during most installs is whether or not to " @@ -2923,7 +2910,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2377 +#: using-d-i.xml:2367 #, no-c-format msgid "" "If you are not installing from a full CD or DVD or " @@ -2935,7 +2922,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2386 +#: using-d-i.xml:2376 #, no-c-format msgid "" "If you are installing from a single full CD or using a full CD image, using " @@ -2948,7 +2935,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2397 +#: using-d-i.xml:2387 #, no-c-format msgid "" "If you are installing from a DVD or using a DVD image, any packages needed " @@ -2958,7 +2945,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2404 +#: using-d-i.xml:2394 #, no-c-format msgid "" "One advantage of adding a network mirror is that updates that have occurred " @@ -2969,7 +2956,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2411 +#: using-d-i.xml:2401 #, no-c-format msgid "" "In summary: selecting a network mirror is generally a good idea, except if " @@ -2980,26 +2967,26 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2420 +#: using-d-i.xml:2410 #, no-c-format msgid "the tasks you select in the next step of the installation," msgstr "" #. Tag: para -#: using-d-i.xml:2425 +#: using-d-i.xml:2415 #, no-c-format msgid "which packages are needed for those tasks," msgstr "" #. Tag: para -#: using-d-i.xml:2430 +#: using-d-i.xml:2420 #, 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:2435 +#: using-d-i.xml:2425 #, no-c-format msgid "" "whether any updated versions of packages included on the CDs or DVDs are " @@ -3008,7 +2995,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2444 +#: using-d-i.xml:2434 #, no-c-format msgid "" "Note that the last point means that, even if you choose not to use a network " @@ -3018,13 +3005,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2455 +#: using-d-i.xml:2445 #, no-c-format msgid "Choosing a network mirror" msgstr "" #. Tag: para -#: using-d-i.xml:2456 +#: using-d-i.xml:2446 #, no-c-format msgid "" "If you have selected to use a network mirror during the installation " @@ -3035,7 +3022,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2464 +#: using-d-i.xml:2454 #, no-c-format msgid "" "A mirror can also be specified by hand by choosing enter information " @@ -3046,7 +3033,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2472 +#: using-d-i.xml:2462 #, no-c-format msgid "" "If your computer is on an IPv6-only network (which is probably not the case " @@ -3063,25 +3050,25 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2486 +#: using-d-i.xml:2476 #, 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 " +"httpredir.debian.org as your mirror. httpredir.debian." +"org 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:2505 +#: using-d-i.xml:2495 #, no-c-format msgid "Selecting and Installing Software" msgstr "" #. Tag: para -#: using-d-i.xml:2507 +#: using-d-i.xml:2497 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -3093,7 +3080,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2516 +#: using-d-i.xml:2506 #, no-c-format msgid "" "So, you have the ability to choose tasks first, and " @@ -3113,7 +3100,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2543 +#: using-d-i.xml:2533 #, no-c-format msgid "" "Some tasks may be pre-selected based on the characteristics of the computer " @@ -3122,7 +3109,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2550 +#: using-d-i.xml:2540 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -3130,7 +3117,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2556 +#: using-d-i.xml:2546 #, no-c-format msgid "" "The Desktop environment task will install a graphical desktop " @@ -3138,7 +3125,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2561 +#: using-d-i.xml:2551 #, no-c-format msgid "" "By default, &d-i; installs the Gnome Standard system task will install any package that has a " @@ -3182,7 +3169,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2594 +#: using-d-i.xml:2584 #, no-c-format msgid "" "If during language selection a default locale other than the Cpalo-installer" msgstr "" #. Tag: para -#: using-d-i.xml:2681 +#: using-d-i.xml:2671 #, no-c-format msgid "" "The bootloader on PA-RISC is palo. PALO is " @@ -3290,19 +3277,19 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2690 +#: using-d-i.xml:2680 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "" #. Tag: title -#: using-d-i.xml:2702 +#: using-d-i.xml:2692 using-d-i.xml:3030 #, no-c-format msgid "Install the Grub Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:2704 +#: using-d-i.xml:2694 using-d-i.xml:3032 #, no-c-format msgid "" "The main &architecture; boot loader is called grub. Grub is a " @@ -3311,7 +3298,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2710 +#: using-d-i.xml:2700 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -3320,7 +3307,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2716 +#: using-d-i.xml:2706 #, no-c-format msgid "" "If you do not want to install grub, use the &BTN-GOBACK; button to get to " @@ -3329,13 +3316,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2729 +#: using-d-i.xml:2719 #, no-c-format msgid "Install the LILO Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:2731 +#: using-d-i.xml:2721 #, no-c-format msgid "" "The second &architecture; boot loader is called LILO. It is " @@ -3346,7 +3333,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2741 +#: using-d-i.xml:2731 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -3356,7 +3343,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2749 +#: using-d-i.xml:2739 #, no-c-format msgid "" "&d-i; offers you three choices on where to install the LILOLILO will take complete control of the boot " @@ -3378,13 +3365,13 @@ msgid "" msgstr "" #. Tag: term -#: using-d-i.xml:2763 +#: using-d-i.xml:2753 #, no-c-format msgid "new &debian; partition" msgstr "" #. Tag: para -#: using-d-i.xml:2763 +#: using-d-i.xml:2753 #, no-c-format msgid "" "Choose this if you want to use another boot manager. LILO " @@ -3393,23 +3380,22 @@ msgid "" msgstr "" #. Tag: term -#: using-d-i.xml:2772 +#: using-d-i.xml:2762 #, no-c-format msgid "Other choice" msgstr "" #. Tag: para -#: using-d-i.xml:2772 +#: using-d-i.xml:2762 #, 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." +"use traditional device names such as /dev/sda." msgstr "" #. Tag: para -#: using-d-i.xml:2782 +#: using-d-i.xml:2772 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -3420,13 +3406,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2798 +#: using-d-i.xml:2788 #, no-c-format msgid "Install the ELILO Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:2800 +#: using-d-i.xml:2790 #, no-c-format msgid "" "The &architecture; boot loader is called elilo. It is modeled " @@ -3443,7 +3429,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2816 +#: using-d-i.xml:2806 #, no-c-format msgid "" "The elilo configuration and installation is done as the last " @@ -3455,13 +3441,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2828 +#: using-d-i.xml:2818 #, no-c-format msgid "Choose the correct partition!" msgstr "" #. Tag: para -#: using-d-i.xml:2830 +#: using-d-i.xml:2820 #, no-c-format msgid "" "The criterion for selecting a partition is that it must be a FAT format " @@ -3473,13 +3459,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2845 +#: using-d-i.xml:2835 #, no-c-format msgid "EFI Partition Contents" msgstr "" #. Tag: para -#: using-d-i.xml:2847 +#: using-d-i.xml:2837 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -3497,13 +3483,13 @@ msgid "" msgstr "" #. Tag: filename -#: using-d-i.xml:2869 +#: using-d-i.xml:2859 #, no-c-format msgid "elilo.conf" msgstr "" #. Tag: para -#: using-d-i.xml:2870 +#: using-d-i.xml:2860 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -3512,13 +3498,13 @@ msgid "" msgstr "" #. Tag: filename -#: using-d-i.xml:2879 +#: using-d-i.xml:2869 #, no-c-format msgid "elilo.efi" msgstr "" #. Tag: para -#: using-d-i.xml:2880 +#: using-d-i.xml:2870 #, no-c-format msgid "" "This is the boot loader program that the EFI Boot Manager " @@ -3528,13 +3514,13 @@ msgid "" msgstr "" #. Tag: filename -#: using-d-i.xml:2890 +#: using-d-i.xml:2880 #, no-c-format msgid "initrd.img" msgstr "" #. Tag: para -#: using-d-i.xml:2891 +#: using-d-i.xml:2881 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -3544,13 +3530,13 @@ msgid "" msgstr "" #. Tag: filename -#: using-d-i.xml:2903 +#: using-d-i.xml:2893 #, no-c-format msgid "readme.txt" msgstr "" #. Tag: para -#: using-d-i.xml:2904 +#: using-d-i.xml:2894 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -3559,13 +3545,13 @@ msgid "" msgstr "" #. Tag: filename -#: using-d-i.xml:2914 +#: using-d-i.xml:2904 #, no-c-format msgid "vmlinuz" msgstr "" #. Tag: para -#: using-d-i.xml:2915 +#: using-d-i.xml:2905 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -3575,13 +3561,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:2935 +#: using-d-i.xml:2925 #, no-c-format msgid "arcboot-installer" msgstr "" #. Tag: para -#: using-d-i.xml:2936 +#: using-d-i.xml:2926 #, no-c-format msgid "" "The boot loader on SGI machines is arcboot. It has to be " @@ -3606,13 +3592,13 @@ msgid "" msgstr "" #. Tag: replaceable -#: using-d-i.xml:2955 +#: using-d-i.xml:2945 #, no-c-format msgid "scsi" msgstr "" #. Tag: para -#: using-d-i.xml:2956 +#: using-d-i.xml:2946 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is 0 for the " @@ -3620,13 +3606,13 @@ msgid "" msgstr "" #. Tag: replaceable -#: using-d-i.xml:2964 +#: using-d-i.xml:2954 #, no-c-format msgid "disk" msgstr "" #. Tag: para -#: using-d-i.xml:2965 +#: using-d-i.xml:2955 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which arcboot is " @@ -3634,13 +3620,13 @@ msgid "" msgstr "" #. Tag: replaceable -#: using-d-i.xml:2973 +#: using-d-i.xml:2963 #, no-c-format msgid "partnr" msgstr "" #. Tag: para -#: using-d-i.xml:2974 +#: using-d-i.xml:2964 #, no-c-format msgid "" "is the number of the partition on which /etc/arcboot.conf/etc/arcboot.confYaboot on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:3005 +#: using-d-i.xml:2995 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use yaboot as their " @@ -3681,13 +3667,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3023 +#: using-d-i.xml:3013 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:3024 +#: using-d-i.xml:3014 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is quikzipl-installer" msgstr "" #. Tag: para -#: using-d-i.xml:3041 +#: using-d-i.xml:3052 #, no-c-format msgid "" "The boot loader on &arch-title; is zipl. ZIPLSILO Boot Loader on a Hard Disk" msgstr "" #. Tag: para -#: using-d-i.xml:3060 +#: using-d-i.xml:3071 #, no-c-format msgid "" "The standard &architecture; boot loader is called silo. It is " @@ -3738,13 +3732,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3085 +#: using-d-i.xml:3096 #, no-c-format msgid "Making the system bootable with flash-kernel" msgstr "" #. Tag: para -#: using-d-i.xml:3086 +#: using-d-i.xml:3097 #, no-c-format msgid "" "As there is no common firmware interface on all ARM platforms, the steps " @@ -3757,7 +3751,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3097 +#: using-d-i.xml:3108 #, no-c-format msgid "" "On devices which boot from internal NOR- or NAND-flash memory, flash-kernel " @@ -3769,7 +3763,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3107 +#: using-d-i.xml:3118 #, no-c-format msgid "" "For ARM systems that use u-boot as their system firmware and boot the kernel " @@ -3779,13 +3773,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3123 +#: using-d-i.xml:3134 #, no-c-format msgid "Continue Without Boot Loader" msgstr "" #. Tag: para -#: using-d-i.xml:3125 +#: using-d-i.xml:3136 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -3794,7 +3788,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3132 +#: using-d-i.xml:3143 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -3808,13 +3802,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3149 +#: using-d-i.xml:3160 #, no-c-format msgid "Finishing the Installation" msgstr "" #. Tag: para -#: using-d-i.xml:3150 +#: using-d-i.xml:3161 #, no-c-format msgid "" "This is the last step in the &debian; installation process during which the " @@ -3823,13 +3817,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3163 +#: using-d-i.xml:3174 #, no-c-format msgid "Setting the System Clock" msgstr "" #. Tag: para -#: using-d-i.xml:3165 +#: using-d-i.xml:3176 #, no-c-format msgid "" "The installer may ask you if the computer's clock is set to UTC. Normally " @@ -3839,7 +3833,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3172 +#: using-d-i.xml:3183 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -3851,7 +3845,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3183 +#: using-d-i.xml:3194 #, no-c-format msgid "" "At this point &d-i; will also attempt to save the current time to the " @@ -3860,13 +3854,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3198 +#: using-d-i.xml:3209 #, no-c-format msgid "Reboot the System" msgstr "" #. Tag: para -#: using-d-i.xml:3200 +#: using-d-i.xml:3211 #, no-c-format msgid "" "You will be prompted to remove the boot media (CD, floppy, etc) that you " @@ -3875,7 +3869,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3206 +#: using-d-i.xml:3217 #, no-c-format msgid "" "After a final prompt the system will be halted because rebooting is not " @@ -3885,13 +3879,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3219 +#: using-d-i.xml:3230 #, no-c-format msgid "Troubleshooting" msgstr "" #. Tag: para -#: using-d-i.xml:3220 +#: using-d-i.xml:3231 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -3900,13 +3894,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3233 +#: using-d-i.xml:3244 #, no-c-format msgid "Saving the installation logs" msgstr "" #. Tag: para -#: using-d-i.xml:3235 +#: using-d-i.xml:3246 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -3915,7 +3909,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3242 +#: using-d-i.xml:3253 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -3926,13 +3920,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3262 +#: using-d-i.xml:3273 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "" #. Tag: para -#: using-d-i.xml:3264 +#: using-d-i.xml:3275 #, no-c-format msgid "" "There are several methods you can use to get a shell while running an " @@ -3948,13 +3942,13 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3282 +#: using-d-i.xml:3293 #, no-c-format msgid "For the graphical installer see also ." msgstr "" #. Tag: para -#: using-d-i.xml:3286 +#: using-d-i.xml:3297 #, no-c-format msgid "" "If you cannot switch consoles, there is also an Execute a " @@ -3965,7 +3959,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3294 +#: using-d-i.xml:3305 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -3977,7 +3971,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3303 +#: using-d-i.xml:3314 #, no-c-format msgid "" "To edit and view files, use the text editor nano. Log " @@ -3986,7 +3980,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3310 +#: using-d-i.xml:3321 #, no-c-format msgid "" "Although you can do basically anything in a shell that the available " @@ -3995,7 +3989,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3316 +#: using-d-i.xml:3327 #, no-c-format msgid "" "Doing things manually from the shell may interfere with the installation " @@ -4005,13 +3999,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3332 +#: using-d-i.xml:3343 #, no-c-format msgid "Installation Over the Network" msgstr "" #. Tag: para -#: using-d-i.xml:3334 +#: using-d-i.xml:3345 #, no-c-format msgid "" "One of the more interesting components is network-consoleAfter selecting this new entry, you " @@ -4059,7 +4053,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3374 +#: using-d-i.xml:3385 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -4068,7 +4062,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3380 +#: using-d-i.xml:3391 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -4087,7 +4081,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3397 +#: using-d-i.xml:3408 #, no-c-format msgid "" "The ssh server in the installer uses a default " @@ -4103,7 +4097,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3410 +#: using-d-i.xml:3421 #, no-c-format msgid "" "You may be able to avoid the connection being dropped by adding the option " @@ -4117,7 +4111,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3423 +#: using-d-i.xml:3434 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -4132,7 +4126,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3439 +#: using-d-i.xml:3450 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -4145,7 +4139,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3449 +#: using-d-i.xml:3460 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -4156,13 +4150,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3468 +#: using-d-i.xml:3479 #, no-c-format msgid "Loading Missing Firmware" msgstr "" #. Tag: para -#: using-d-i.xml:3469 +#: using-d-i.xml:3480 #, no-c-format msgid "" "As described in , some devices require " @@ -4172,7 +4166,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3477 +#: using-d-i.xml:3488 #, no-c-format msgid "" "If a device driver requests firmware that is not available, &d-i; will " @@ -4184,7 +4178,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3487 +#: using-d-i.xml:3498 #, no-c-format msgid "" "Which devices are scanned and which file systems are supported depends on " @@ -4196,7 +4190,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3497 +#: using-d-i.xml:3508 #, no-c-format msgid "" "Note that it is possible to skip loading the firmware if you know the device " @@ -4205,7 +4199,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3503 +#: using-d-i.xml:3514 #, no-c-format msgid "" "&d-i; only prompts for firmware needed by kernel modules loaded during the " @@ -4219,13 +4213,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3517 +#: using-d-i.xml:3528 #, no-c-format msgid "Preparing a medium" msgstr "" #. Tag: para -#: using-d-i.xml:3518 +#: using-d-i.xml:3529 #, no-c-format msgid "" "Official CD images do not include non-free firmware. The most common method " @@ -4240,7 +4234,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3531 +#: using-d-i.xml:3542 #, no-c-format msgid "" "Tarballs and zip files containing current packages for the most common " @@ -4251,7 +4245,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3545 +#: using-d-i.xml:3556 #, no-c-format msgid "" "If the firmware you need is not included in the tarball, you can also " @@ -4262,7 +4256,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3559 +#: using-d-i.xml:3570 #, no-c-format msgid "" "It is also possible to copy individual firmware files to the medium. Loose " @@ -4271,13 +4265,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:3568 +#: using-d-i.xml:3579 #, no-c-format msgid "Firmware and the Installed System" msgstr "" #. Tag: para -#: using-d-i.xml:3569 +#: using-d-i.xml:3580 #, no-c-format msgid "" "Any firmware loaded during the installation will be copied automatically to " @@ -4289,7 +4283,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3578 +#: using-d-i.xml:3589 #, no-c-format msgid "" "If the firmware was loaded from a firmware package, &d-i; will also install " @@ -4300,7 +4294,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3586 +#: using-d-i.xml:3597 #, no-c-format msgid "" "If loading the firmware was skipped during the installation, the relevant " @@ -4309,7 +4303,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:3593 +#: using-d-i.xml:3604 #, no-c-format msgid "" "If the firmware was loaded from loose firmware files, the firmware copied to " -- cgit v1.2.3