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/fr/boot-installer.po | 1246 ++++++++++++++++++++++++++++---------------- po/fr/boot-new.po | 11 +- po/fr/hardware.po | 1298 ++++++++++++++++++++++++++++------------------ po/fr/install-methods.po | 307 +++++------ po/fr/partitioning.po | 248 +++++---- po/fr/post-install.po | 42 +- po/fr/preparing.po | 649 +++++++++++++++++++---- po/fr/preseed.po | 89 +++- po/fr/random-bits.po | 644 ++++++++++++----------- po/fr/using-d-i.po | 600 +++++++++++---------- 10 files changed, 3197 insertions(+), 1937 deletions(-) (limited to 'po/fr') diff --git a/po/fr/boot-installer.po b/po/fr/boot-installer.po index a3984a714..bd2947f4a 100644 --- a/po/fr/boot-installer.po +++ b/po/fr/boot-installer.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 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: 2015-03-22 19:51+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -79,12 +79,19 @@ msgstr "" #. Tag: para #: 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 " +#, fuzzy, 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 format, so these are often used on older armel systems. " +#| "Newer u-boot versions can - besides booting uImages/uInitrds - also boot " +#| "standard Linux kernels and ramdisk images, but the command syntax to do " +#| "that is slightly different from that for booting uImages." +msgid "" +"uImage/uInitrd are image formats designed for the U-Boot firmware that is " +"used on many ARM-based systems. Older U-Boot versions can only boot files in " "uImage/uInitrd format, so these are often used on older armel systems. Newer " -"u-boot versions can - besides booting uImages/uInitrds - also boot standard " +"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 "" @@ -111,14 +118,42 @@ msgstr "" "contient une description d'un matériel particulier." #. Tag: title -#: boot-installer.xml:64 +#: boot-installer.xml:65 +#, fuzzy, no-c-format +#| msgid "Boot Configuration" +msgid "Console configuration" +msgstr "Configuration d'amorçage" + +#. 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 "Amorcer à partir de TFTP" #. 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 " @@ -130,8 +165,8 @@ msgstr "" "configuration automatique du réseau)." #. 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 " @@ -141,8 +176,8 @@ msgstr "" "RBOOT à la place d'un serveur BOOTP." #. 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 ." #. Tag: title -#: boot-installer.xml:90 -#, no-c-format -msgid "TFTP-booting in u-boot" +#: boot-installer.xml:108 +#, fuzzy, no-c-format +#| msgid "TFTP-booting in u-boot" +msgid "TFTP-booting in U-Boot" msgstr "Amorcer à partir de TFTP avec u-boot" #. Tag: para -#: boot-installer.xml:91 -#, no-c-format +#: boot-installer.xml:109 +#, fuzzy, no-c-format +#| msgid "" +#| "Network booting on systems using the u-boot firmware consists of three " +#| "steps: a) configuring the network, b) loading the images (kernel/initial " +#| "ramdisk/dtb) into memory and c) actually executing the previosly loaded " +#| "code." msgid "" -"Network booting on systems using the u-boot firmware consists of three " +"Network booting on systems using the U-Boot firmware consists of three " "steps: a) configuring the network, b) loading the images (kernel/initial " "ramdisk/dtb) into memory and c) actually executing the previosly loaded code." msgstr "" @@ -170,7 +211,7 @@ msgstr "" "les images (noyau/initrd/dtb) en mémoire et c) exécuter le code chargé." #. Tag: para -#: boot-installer.xml:97 +#: boot-installer.xml:115 #, no-c-format msgid "" "First you have to configure the network, either automatically via DHCP by " @@ -202,13 +243,13 @@ msgstr "" "réglages permanents en exécutant :" #. Tag: screen -#: boot-installer.xml:104 +#: boot-installer.xml:122 #, no-c-format msgid "saveenv" msgstr "saveenv" #. Tag: para -#: boot-installer.xml:106 +#: boot-installer.xml:124 #, no-c-format msgid "" "Afterwards you need to load the images (kernel/initial ramdisk/dtb) into " @@ -224,10 +265,21 @@ msgstr "" "à appliquer." #. Tag: para -#: boot-installer.xml:114 -#, no-c-format -msgid "" -"On some systems, u-boot predefines a set of environment variables with " +#: boot-installer.xml:132 +#, fuzzy, no-c-format +#| msgid "" +#| "On some systems, u-boot predefines a set of environment variables with " +#| "suitable load addresses: kernel_addr_r, ramdisk_addr_r and fdt_addr_r. " +#| "You can check whether they are defined by running " +#| "\n" +#| "printenv kernel_addr_r ramdisk_addr_r fdt_addr_r\n" +#| " If they are not defined, you have to check " +#| "your system's documentation for appropriate values and set them manually. " +#| "For systems based on Allwinner SunXi SOCs (e.g. the Allwinner A10, " +#| "architecture name sun4i or the Allwinner A20, architecture " +#| "name sun7i), you can e.g. use the follwing values:" +msgid "" +"On some systems, U-Boot predefines a set of environment variables with " "suitable load addresses: kernel_addr_r, ramdisk_addr_r and fdt_addr_r. You " "can check whether they are defined by running \n" "printenv kernel_addr_r ramdisk_addr_r fdt_addr_r\n" @@ -249,7 +301,7 @@ msgstr "" "utiliser les valeurs suivantes :" #. Tag: screen -#: boot-installer.xml:125 +#: boot-installer.xml:143 #, no-c-format msgid "" "setenv kernel_addr_r 0x46000000\n" @@ -261,7 +313,7 @@ msgstr "" "setenv ramdisk_addr_r 0x48000000" #. 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 " @@ -271,7 +323,7 @@ msgstr "" "images depuis le serveur tftp défini précédemment avec :" #. Tag: screen -#: boot-installer.xml:130 +#: boot-installer.xml:148 #, no-c-format msgid "" "tftpboot ${kernel_addr_r} <filename of the kernel image>\n" @@ -283,11 +335,25 @@ msgstr "" "tftpboot ${ramdisk_addr_r} <fichier de l'image initrd>" #. Tag: para -#: boot-installer.xml:132 -#, no-c-format +#: boot-installer.xml:150 +#, fuzzy, 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 " +#| "environment variable as commandline to the kernel, so any parameters for " +#| "the kernel and the installer - such as the console device (see ) or preseeding options (see and ) - can be " +#| "set with a command like \n" +#| "setenv bootargs console=ttyS0,115200 rootwait panic=10\n" +#| " The exact command to execute the previously " +#| "loaded code depends on the image format used. With uImage/uInitrd, the " +#| "command is \n" +#| "bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\n" +#| " and with native Linux images it is" 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 et avec une image Linux native, elle sera :" #. Tag: screen -#: boot-installer.xml:145 +#: boot-installer.xml:163 #, no-c-format msgid "bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}" msgstr "bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}" #. Tag: para -#: boot-installer.xml:147 -#, no-c-format +#: boot-installer.xml:165 +#, fuzzy, no-c-format +#| msgid "" +#| "Note: When booting standard linux images, it is important to load the " +#| "initial ramdisk image after the kernel and the dtb as u-boot sets the " +#| "filesize variable to the size of the last file loaded and the bootz " +#| "command requires the size of the ramdisk image to work correctly. In case " +#| "of booting a platform-specific kernel, i.e. a kernel without device-tree, " +#| "simply omit the ${fdt_addr_r} parameter." msgid "" "Note: When booting standard linux images, it is important to load the " -"initial ramdisk image after the kernel and the dtb as u-boot sets the " +"initial ramdisk image after the kernel and the dtb as U-Boot sets the " "filesize variable to the size of the last file loaded and the bootz command " "requires the size of the ramdisk image to work correctly. In case of booting " "a platform-specific kernel, i.e. a kernel without device-tree, simply omit " @@ -340,16 +413,73 @@ msgstr "" "sans arbre de périphériques), il suffit d'omettre le paramètre ${fdt_addr_r}." #. Tag: title -#: boot-installer.xml:160 +#: boot-installer.xml:176 #, no-c-format -msgid "Booting from a USB stick in u-boot" -msgstr "Amorcer sur une clé USB avec u-boot" +msgid "Pre-built netboot tarball" +msgstr "" + +#. Tag: para +#: boot-installer.xml:177 +#, no-c-format +msgid "" +"&debian; provides a pre-built tarball (&armmp-netboot-tarball;) that can " +"simply be unpacked on your tftp server and contains all files necessary for " +"netbooting. It also includes a boot script that automates all steps to load " +"the installer. Modern U-Boot versions contain a tftp autoboot feature that " +"becomes active if there is no bootable local storage device (MMC/SD, USB, " +"IDE/SATA/SCSI) and then loads this boot script from the tftp server. " +"Prerequisite for using this feature is that you have a dhcp server in your " +"network which provides the client with the address of the tftp server." +msgstr "" #. Tag: para -#: boot-installer.xml:161 +#: boot-installer.xml:189 #, no-c-format msgid "" -"Many modern u-boot versions have USB support and allow booting from USB mass " +"If you would like to trigger the tftp autoboot feature from the U-Boot " +"commandline, you can use the follwing command:" +msgstr "" + +#. Tag: screen +#: boot-installer.xml:192 +#, no-c-format +msgid "run bootcmd_dhcp" +msgstr "" + +#. Tag: para +#: boot-installer.xml:194 +#, no-c-format +msgid "" +"To manually load the bootscript provided by the tarball, you can " +"alternatively issue the following commands at the U-Boot prompt:" +msgstr "" + +#. Tag: screen +#: boot-installer.xml:198 +#, no-c-format +msgid "" +"setenv autoload no\n" +"dhcp\n" +"tftpboot ${scriptaddr} /debian-installer/armhf/tftpboot.scr\n" +"source ${scriptaddr}" +msgstr "" + +#. Tag: title +#: boot-installer.xml:206 +#, fuzzy, no-c-format +#| msgid "Booting from a USB stick in u-boot" +msgid "Booting from a USB stick in U-Boot" +msgstr "Amorcer sur une clé USB avec u-boot" + +#. Tag: para +#: boot-installer.xml:207 +#, fuzzy, no-c-format +#| msgid "" +#| "Many modern u-boot versions have USB support and allow booting from USB " +#| "mass storage devices such as USB sticks. Unfortunately the exact steps " +#| "required to do that can vary quite a bit from device to device." +msgid "" +"Many modern U-Boot versions have USB support and allow booting from USB mass " "storage devices such as USB sticks. Unfortunately the exact steps required " "to do that can vary quite a bit from device to device." msgstr "" @@ -359,7 +489,7 @@ msgstr "" "à l'autre." #. Tag: para -#: boot-installer.xml:168 +#: boot-installer.xml:214 #, no-c-format msgid "" "U-Boot v2014.10 has introduced a common commandline handling and autoboot " @@ -376,13 +506,20 @@ msgstr "" "tous n'ont pas encore adopté ce cadre applicatif." #. Tag: para -#: boot-installer.xml:177 -#, no-c-format +#: boot-installer.xml:223 +#, fuzzy, no-c-format +#| msgid "" +#| "To build a bootable USB stick for installing &debian;, unpack the hd-" +#| "media tarball (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. Then copy the ISO image file of the first &debian; " +#| "installation CD or DVD onto the stick." msgid "" "To build a bootable USB stick for installing &debian;, unpack the hd-media " "tarball (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 "" @@ -394,15 +531,23 @@ msgstr "" "copiez l'image ISO du premier CD ou DVD &debian; sur cette clef." #. Tag: para -#: boot-installer.xml:187 -#, no-c-format +#: boot-installer.xml:233 +#, fuzzy, no-c-format +#| msgid "" +#| "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 run bootcmd_usb0 command." 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 "" "Le cadre applicatif autoboot des versions récentes de u-boot fonctionne de " @@ -415,20 +560,36 @@ msgstr "" "l'invite de u-boot." #. Tag: para -#: boot-installer.xml:197 -#, no-c-format +#: boot-installer.xml:243 +#, fuzzy, 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 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 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." 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." @@ -451,22 +612,121 @@ msgstr "" "bootcmd_usb0." #. 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 "Amorcer sur une clé USB" + +#. Tag: para +#: boot-installer.xml:449 +#, fuzzy, 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;." +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 "" +"Supposons que tout a été préparé comme l'expliquent la et la . Branchez maintenant " +"votre clé USB dans un port libre et relancez la machine. Le système devrait " +"se lancer et, sauf si vous avez utilisé la méthode flexible pour créer la " +"clé et que vous ne l'avez pas activée, une invite boot: " +"devrait apparaître. Maintenant, vous pouvez saisir des paramètres optionnels " +"ou simplement appuyer sur la touche &enterkey;." + +#. 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 "Amorcer depuis un CD" #. Tag: para -#: boot-installer.xml:351 boot-installer.xml:930 boot-installer.xml:1587 -#: boot-installer.xml:1968 -#, no-c-format +#: boot-installer.xml:469 boot-installer.xml:982 boot-installer.xml:1638 +#: boot-installer.xml:2056 +#, fuzzy, no-c-format +#| msgid "" +#| "The easiest route for most people will be to use a set of &debian; CDs. " +#| "If you have a CD set, and if your machine supports booting directly off " +#| "the CD, great! Simply configure your system for " +#| "booting off a CD as described in , insert your CD, reboot, and proceed to the next chapter." msgid "" -"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 "" "La manière la plus simple est d'utiliser les CD &debian;. Si vous avez un " "jeu de CD et si votre machine peut s'amorcer depuis un CD, c'est " @@ -476,8 +736,8 @@ msgstr "" "chapitre suivant." #. 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 " @@ -493,8 +753,8 @@ msgstr "" "possibles." #. 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; " @@ -510,8 +770,8 @@ msgstr "" "paquets, faites pointer le système d'installation sur le lecteur de CD." #. 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 ." @@ -520,19 +780,19 @@ msgstr "" "troubleshooting\"/>." #. Tag: title -#: boot-installer.xml:452 +#: boot-installer.xml:505 #, no-c-format msgid "Booting from Windows" msgstr "Amorcer depuis Windows" #. Tag: para -#: boot-installer.xml:453 +#: boot-installer.xml:506 #, no-c-format msgid "To start the installer from Windows, you can either" msgstr "Pour lancer l'installateur à partir de Windows, vous devez" #. Tag: para -#: boot-installer.xml:458 +#: boot-installer.xml:511 #, no-c-format msgid "" "obtain CD-ROM/DVD-ROM or USB memory " @@ -546,7 +806,7 @@ 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-" @@ -556,7 +816,7 @@ msgstr "" "tools/win32-loader/stable/win32-loader.exe sur les miroirs &debian;." #. 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 " @@ -571,7 +831,7 @@ msgstr "" "setup.exe sur le périphérique." #. 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 " @@ -582,13 +842,13 @@ msgstr "" "pour le lancement de l'installateur &debian-gnu;." #. Tag: title -#: boot-installer.xml:492 +#: boot-installer.xml:545 #, no-c-format msgid "Booting from DOS using loadlin" msgstr "Amorcer depuis DOS avec loadlin" #. 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 " @@ -598,7 +858,7 @@ msgstr "" "un disque de dépannage ou de diagnostic." #. 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-" @@ -616,7 +876,7 @@ 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., " @@ -639,7 +899,7 @@ msgstr "" "command>. Le noyau sera chargé et l'installateur lancé." #. Tag: title -#: boot-installer.xml:526 +#: boot-installer.xml:579 #, no-c-format msgid "" "Booting from Linux using LILO or GRUB" @@ -648,7 +908,7 @@ msgstr "" "command>" #. 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 " @@ -659,7 +919,7 @@ msgstr "" "\"boot-drive-files\"/>." #. 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 " @@ -678,7 +938,7 @@ msgstr "" "plus grande prudence." #. 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 " @@ -696,7 +956,7 @@ msgstr "" "partir de cette image, sans avoir besoin du réseau." #. Tag: para -#: boot-installer.xml:553 +#: boot-installer.xml:606 #, no-c-format msgid "" "For LILO, you will need to configure two essential things " @@ -715,7 +975,7 @@ msgstr "" "fichier /etc/lilo.conf :" #. Tag: screen -#: boot-installer.xml:574 +#: boot-installer.xml:627 #, no-c-format msgid "" "image=/boot/newinstall/vmlinuz\n" @@ -727,7 +987,7 @@ msgstr "" " initrd=/boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:574 +#: boot-installer.xml:627 #, no-c-format msgid "" "For more details, refer to the initrdlilo et relancez la machine." #. Tag: para -#: boot-installer.xml:583 +#: boot-installer.xml:636 #, no-c-format msgid "" "The procedure for GRUB1 is quite similar. Locate your " @@ -760,7 +1020,7 @@ msgstr "" "premier disque du système :" #. Tag: screen -#: boot-installer.xml:591 +#: boot-installer.xml:644 #, no-c-format msgid "" "title New Install\n" @@ -774,7 +1034,7 @@ msgstr "" "initrd /boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:593 +#: boot-installer.xml:646 #, no-c-format msgid "" "The procedure for GRUB2 is very similar. The file is " @@ -786,7 +1046,7 @@ msgstr "" "filename>. Une entrée pour l'installateur pourrait être celle-ci :" #. Tag: screen -#: boot-installer.xml:599 +#: boot-installer.xml:652 #, no-c-format msgid "" "menuentry 'New Install' {\n" @@ -806,7 +1066,7 @@ 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 " @@ -816,38 +1076,13 @@ msgstr "" "GRUB et LILO." #. Tag: title -#: boot-installer.xml:610 -#, no-c-format -msgid "Booting from USB Memory Stick" -msgstr "Amorcer sur une clé USB" - -#. 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 "" -"Supposons que tout a été préparé comme l'expliquent la et la . Branchez maintenant " -"votre clé USB dans un port libre et relancez la machine. Le système devrait " -"se lancer et, sauf si vous avez utilisé la méthode flexible pour créer la " -"clé et que vous ne l'avez pas activée, une invite boot: " -"devrait apparaître. Maintenant, vous pouvez saisir des paramètres optionnels " -"ou simplement appuyer sur la touche &enterkey;." - -#. 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 "Amorcer depuis des disquettes" #. 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 " @@ -857,7 +1092,7 @@ msgstr "" "partir des images présentes dans la ." #. 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 " @@ -868,7 +1103,7 @@ msgstr "" "habituellement puis rallumez-la." #. 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, " @@ -887,7 +1122,7 @@ msgstr "" "hdc à l'invite de démarrage." #. Tag: para -#: boot-installer.xml:649 +#: boot-installer.xml:687 #, no-c-format msgid "" "Note that on some machines, Control Altboot: au bas de l'écran." #. Tag: para -#: boot-installer.xml:664 +#: boot-installer.xml:702 #, no-c-format msgid "" "Once you press &enterkey;, you should see the message " @@ -932,7 +1167,7 @@ msgstr "" "linkend=\"kernel-msgs\"/>." #. Tag: para -#: boot-installer.xml:673 +#: boot-installer.xml:711 #, no-c-format msgid "" "After booting from the boot floppy, the root floppy is requested. Insert the " @@ -946,26 +1181,26 @@ msgstr "" "automatiquement lancé." #. Tag: title -#: boot-installer.xml:683 boot-installer.xml:1293 boot-installer.xml:1435 -#: boot-installer.xml:1489 boot-installer.xml:1812 boot-installer.xml:1922 +#: boot-installer.xml:721 boot-installer.xml:1344 boot-installer.xml:1486 +#: boot-installer.xml:1540 boot-installer.xml:1862 boot-installer.xml:2010 #, no-c-format msgid "Booting with TFTP" msgstr "Amorcer avec TFTP" #. Tag: para -#: boot-installer.xml:708 +#: boot-installer.xml:746 #, no-c-format msgid "There are various ways to do a TFTP boot on i386." msgstr "Il y a plusieurs façons d'amorcer avec TFTP sur une machine i386." #. Tag: title -#: boot-installer.xml:714 +#: boot-installer.xml:752 #, no-c-format msgid "NIC or Motherboard that support PXE" msgstr "Carte réseau ou carte mère avec PXE" #. Tag: para -#: boot-installer.xml:715 +#: boot-installer.xml:753 #, no-c-format msgid "" "It could be that your Network Interface Card or Motherboard provides PXE " @@ -979,13 +1214,13 @@ msgstr "" "votre bios pour qu'il s'amorce sur le réseau." #. Tag: title -#: boot-installer.xml:726 +#: boot-installer.xml:764 #, no-c-format msgid "NIC with Network BootROM" msgstr "Carte réseau avec ROM de démarrage réseau" #. Tag: para -#: boot-installer.xml:727 +#: boot-installer.xml:765 #, no-c-format msgid "" "It could be that your Network Interface Card provides TFTP boot " @@ -994,7 +1229,7 @@ msgstr "" "Une carte d'interface réseau peut offrir la possibilité de démarrer par TFTP." #. Tag: para -#: boot-installer.xml:732 +#: boot-installer.xml:770 #, no-c-format msgid "" "Let us (&email-debian-boot-list;) know how did you manage it. " @@ -1004,13 +1239,13 @@ msgstr "" "Veuillez vous référer à ce document." #. Tag: title -#: boot-installer.xml:740 +#: boot-installer.xml:778 #, no-c-format msgid "Etherboot" msgstr "Etherboot" #. Tag: para -#: boot-installer.xml:741 +#: boot-installer.xml:779 #, no-c-format msgid "" "The etherboot project " @@ -1020,49 +1255,52 @@ msgstr "" "des disquettes d'amorçage et même des ROM qui permettent l'amorçage par TFTP." #. Tag: title -#: boot-installer.xml:751 +#: boot-installer.xml:789 #, no-c-format msgid "The Boot Screen" msgstr "L'écran d'amorçage" #. 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" -"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." -msgstr "" -"Quand l'installateur démarre, apparaît un écran montrant le logo &debian; et " -"un 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" -" Selon la méthode d'installation utilisée, " -"l'option Graphical install est, ou non, disponible. Les " -"images pouvant s'installer sur deux architectures ont une variante 64 bits " -"pour chaque option, ce qui double presque le nombre d'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 " @@ -1091,13 +1329,21 @@ msgstr "" "automatisées." #. Tag: para -#: boot-installer.xml:778 -#, no-c-format +#: boot-installer.xml:828 +#, fuzzy, no-c-format +#| msgid "" +#| "If you wish or need to add any boot parameters for either the installer " +#| "or the kernel, press &tabkey;. This will display the default boot command " +#| "for the selected menu entry and allow to add additional options. The help " +#| "screens (see below) list some common possible options. Press &enterkey; " +#| "to boot the installer with your options; pressing &escapekey; will return " +#| "you to the boot menu and undo any changes you made." 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 "" @@ -1110,7 +1356,7 @@ msgstr "" "touche &escapekey;." #. 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 " @@ -1143,7 +1389,7 @@ msgstr "" "userinput>)." #. 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 " @@ -1161,7 +1407,7 @@ msgstr "" "caractères." #. 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 " @@ -1181,7 +1427,7 @@ msgstr "" "quote> (IRA) de HP." #. 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; " @@ -1201,13 +1447,13 @@ msgstr "" "paramètre vga=normal fb=false à l'invite d'amorçage." #. Tag: title -#: boot-installer.xml:841 +#: boot-installer.xml:893 #, no-c-format msgid "The Graphical Installer" msgstr "L'installateur graphique" #. 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 " @@ -1223,7 +1469,7 @@ msgstr "" "différente." #. 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 " @@ -1241,7 +1487,7 @@ msgstr "" "dans un seul écran." #. 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-" @@ -1263,7 +1509,7 @@ msgstr "" "l'amorçage si l'on sélectionne l'option Help." #. 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 " @@ -1281,7 +1527,7 @@ msgstr "" "utile surtout pour les tests." #. Tag: para -#: boot-installer.xml:883 +#: boot-installer.xml:935 #, no-c-format msgid "" "For &arch-title;, currently only an experimental mini ISO " @@ -1299,7 +1545,7 @@ msgstr "" "PowerPC qui possèdent une carte ATI, mais pas sur d'autres systèmes." #. 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 " @@ -1309,7 +1555,7 @@ msgstr "" "d'amorçage au lancement de l'installateur graphique." #. 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 " @@ -1322,7 +1568,7 @@ msgstr "" "l'installateur reviendra à l'interface newt." #. 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 " @@ -1336,13 +1582,13 @@ msgstr "" "mémoire, il est recommandé d'utiliser l'installateur texte." #. Tag: title -#: boot-installer.xml:965 +#: boot-installer.xml:1016 #, no-c-format msgid "CD Contents" msgstr "Contenus du CD" #. Tag: para -#: boot-installer.xml:967 +#: boot-installer.xml:1018 #, no-c-format msgid "" "There are three basic variations of &debian; Install CDs. The " @@ -1365,7 +1611,7 @@ msgstr "" "peut installer un système complet sans avoir besoin du réseau." #. Tag: para -#: boot-installer.xml:983 +#: boot-installer.xml:1034 #, no-c-format msgid "" "The IA-64 architecture uses the next generation Extensible Firmware " @@ -1392,7 +1638,7 @@ msgstr "" "MBR ou du bloc de démarrage sur les systèmes plus conventionnels." #. 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 " @@ -1409,7 +1655,7 @@ msgstr "" "depuis l’interpréteur de commande EFI comme décrit plus bas." #. Tag: para -#: boot-installer.xml:1008 +#: boot-installer.xml:1059 #, no-c-format msgid "" "Most of the details of how ELILO actually loads and " @@ -1432,7 +1678,7 @@ msgstr "" "présente avant de permettre l'installation." #. 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 " @@ -1455,13 +1701,13 @@ msgstr "" "disponible, ou si le CD ne peut pas s'amorcer, utilisez la seconde option." #. Tag: title -#: boot-installer.xml:1039 +#: boot-installer.xml:1090 #, no-c-format msgid "IMPORTANT" msgstr "IMPORTANT" #. 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 " @@ -1482,14 +1728,14 @@ msgstr "" "l'invite de l’interpréteur de commande." #. Tag: title -#: boot-installer.xml:1052 +#: boot-installer.xml:1103 #, no-c-format msgid "Option 1: Booting from the Boot Option Maintenance Menu" msgstr "" "Option 1 : Amorcer à partir du menu Boot Option Maintenance" #. 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 " @@ -1501,7 +1747,7 @@ msgstr "" "menu après avoir terminé l'initialisation du système." #. Tag: para -#: boot-installer.xml:1065 +#: boot-installer.xml:1116 #, no-c-format msgid "" "Select Boot Maintenance Menu from the menu with the arrow " @@ -1512,7 +1758,7 @@ msgstr "" "s'affichera." #. 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 " @@ -1531,7 +1777,7 @@ msgstr "" "le périphérique et sur le contrôleur sont les mêmes." #. 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 " @@ -1549,7 +1795,7 @@ msgstr "" "amorçable du CD sera affiché, vous demandant de passer à la prochaine étape." #. 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 ...ENTER. Cela lancera la séquence d'amorçage." #. Tag: para -#: boot-installer.xml:1105 +#: boot-installer.xml:1156 #, no-c-format msgid "" "These steps start the &debian; boot loader which will display a menu page " @@ -1577,13 +1823,13 @@ msgstr "" "Poursuivez en choisissant le noyau et les options." #. Tag: title -#: boot-installer.xml:1115 +#: boot-installer.xml:1166 #, no-c-format msgid "Option 2: Booting from the EFI Shell" msgstr "Option 2 : Amorcer depuis l’interpréteur de commande EFI" #. Tag: para -#: boot-installer.xml:1116 +#: boot-installer.xml:1167 #, no-c-format msgid "" "If, for some reason, option 1 is not successful, reboot the machine and when " @@ -1598,7 +1844,7 @@ msgstr "" "ces étapes :" #. Tag: para -#: boot-installer.xml:1127 +#: boot-installer.xml:1178 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1610,7 +1856,7 @@ msgstr "" "après avoir terminé l'initialisation du système." #. Tag: para -#: boot-installer.xml:1133 +#: boot-installer.xml:1184 #, no-c-format msgid "" "Select EFI Shell from the menu with the arrow keys and " @@ -1634,7 +1880,7 @@ msgstr "" "secondes de plus car il initialise le lecteur de CD." #. 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 " @@ -1648,7 +1894,7 @@ msgstr "" "fsn." #. Tag: para -#: boot-installer.xml:1154 +#: boot-installer.xml:1205 #, no-c-format msgid "" "Enter fsn: and press " @@ -1663,7 +1909,7 @@ msgstr "" "son invite." #. Tag: para -#: boot-installer.xml:1161 +#: boot-installer.xml:1212 #, no-c-format msgid "" "Enter elilo and press ENTER. This will " @@ -1673,7 +1919,7 @@ msgstr "" "Cela lancera la séquence d'amorçage." #. 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 " @@ -1690,13 +1936,13 @@ msgstr "" "options." #. Tag: title -#: boot-installer.xml:1182 +#: boot-installer.xml:1233 #, no-c-format msgid "Installing using a Serial Console" msgstr "Installer avec une console série" #. 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 " @@ -1717,7 +1963,7 @@ msgstr "" "taux sur le périphérique ttyS0 sont préconfigurés." #. 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 " @@ -1731,7 +1977,7 @@ msgstr "" "command> entrée dans l’interpréteur EFI." #. 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 " @@ -1748,7 +1994,7 @@ msgstr "" "fenêtre Boot:." #. 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 " @@ -1767,7 +2013,7 @@ msgstr "" "instructions sur la manière de lancer l'installateur en mode texte." #. 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 " @@ -1781,13 +2027,13 @@ msgstr "" "la machine avant de pouvoir débuter l'installation." #. Tag: title -#: boot-installer.xml:1231 +#: boot-installer.xml:1282 #, no-c-format msgid "Selecting the Boot Kernel and Options" msgstr "Sélection du noyau et des options" #. 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 " @@ -1808,7 +2054,7 @@ msgstr "" "ligne de commande." #. Tag: para -#: boot-installer.xml:1245 +#: boot-installer.xml:1296 #, no-c-format msgid "" "Consult the General help screen for the description " @@ -1831,7 +2077,7 @@ msgstr "" "prochaines étapes sélectionneront et lanceront l'installation :" #. 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 " @@ -1841,7 +2087,7 @@ msgstr "" "d'installation le plus approprié à vos besoins." #. 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 " @@ -1853,7 +2099,7 @@ msgstr "" "sont définis (tels que les réglages de la console série)." #. Tag: para -#: boot-installer.xml:1275 +#: boot-installer.xml:1326 #, no-c-format msgid "" "Press ENTER. This will load and start the kernel. The " @@ -1865,7 +2111,7 @@ msgstr "" "l'installateur &debian;." #. 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 " @@ -1875,7 +2121,7 @@ msgstr "" "régler la localisation, le réseau et les partitions des disques." #. 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 " @@ -1895,7 +2141,7 @@ msgstr "" "chargés depuis le réseau plutôt que depuis le CD." #. 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. " @@ -1910,13 +2156,13 @@ msgstr "" "EFI afin de permettre le chargement via le réseau." #. Tag: title -#: boot-installer.xml:1341 +#: boot-installer.xml:1392 #, no-c-format msgid "Configuring the Server" msgstr "Configuration du serveur" #. 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 " @@ -1940,7 +2186,7 @@ msgstr "" "elilo.efi soit lancé sur le client." #. Tag: para -#: boot-installer.xml:1352 +#: boot-installer.xml:1403 #, no-c-format msgid "" "Extract the netboot.tar.gz file into the directory used " @@ -1956,7 +2202,7 @@ msgstr "" "filename> contenant les fichiers de démarrage pour un système IA-64." #. Tag: screen -#: boot-installer.xml:1362 +#: boot-installer.xml:1413 #, no-c-format msgid "" "# cd /var/lib/tftp\n" @@ -1974,7 +2220,7 @@ msgstr "" "[...]" #. Tag: para -#: boot-installer.xml:1362 +#: boot-installer.xml:1413 #, no-c-format msgid "" "The netboot.tar.gz contains an elilo.confelilo." #. Tag: title -#: boot-installer.xml:1379 +#: boot-installer.xml:1430 #, no-c-format msgid "Configuring the Client" msgstr "Configuration du client" #. Tag: para -#: boot-installer.xml:1380 +#: boot-installer.xml:1431 #, no-c-format msgid "" "To configure the client to support TFTP booting, start by booting to EFI and " @@ -2035,7 +2281,7 @@ msgstr "" "depuis le serveur par TFTP du fichier elilo.efi." #. Tag: para -#: boot-installer.xml:1412 +#: boot-installer.xml:1463 #, no-c-format msgid "" "The boot loader will display its prompt after it has downloaded and " @@ -2051,13 +2297,13 @@ msgstr "" "depuis le réseau, il lancera l'installateur &debian;." #. Tag: title -#: boot-installer.xml:1438 boot-installer.xml:1462 +#: boot-installer.xml:1489 boot-installer.xml:1513 #, no-c-format msgid "SGI TFTP Booting" msgstr "Amorcer avec TFTP les SGI" #. Tag: para -#: boot-installer.xml:1439 +#: boot-installer.xml:1490 #, no-c-format msgid "" "After entering the command monitor use \n" @@ -2080,13 +2326,13 @@ msgstr "" " dans le moniteur de commandes." #. 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 "Paramètres d'amorçage" #. 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(): dans le moniteur de commandes." #. Tag: para -#: boot-installer.xml:1468 +#: boot-installer.xml:1519 #, no-c-format msgid "" "Following the bootp(): command you can give the path and " @@ -2114,19 +2360,19 @@ msgstr "" "avec la commande append :" #. Tag: screen -#: boot-installer.xml:1478 +#: boot-installer.xml:1529 #, no-c-format msgid "bootp(): append=\"root=/dev/sda1\"" msgstr "bootp(): append=\"root=/dev/sda1\"" #. Tag: title -#: boot-installer.xml:1521 +#: boot-installer.xml:1572 #, no-c-format msgid "s390 Limitations" msgstr "Limitations des s390" #. 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 " @@ -2136,7 +2382,7 @@ msgstr "" "besoin d'un réseau en état de marche ainsi qu'une session ssh." #. 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 " @@ -2150,13 +2396,13 @@ msgstr "" "session SSH, ce qui lancera le système d'installation standard." #. Tag: title -#: boot-installer.xml:1538 +#: boot-installer.xml:1589 #, no-c-format msgid "s390 Boot Parameters" msgstr "Paramètres d'amorçage pour s390" #. 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 " @@ -2176,7 +2422,7 @@ msgstr "" "noyau." #. 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 " @@ -2217,7 +2463,7 @@ msgstr "" "le fichier parmfile.debian." #. Tag: para -#: boot-installer.xml:1621 +#: boot-installer.xml:1671 #, no-c-format msgid "" "Currently, the only &arch-title; subarchitectures that support CD-ROM " @@ -2236,7 +2482,7 @@ msgstr "" "d'origine." #. 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 " @@ -2254,13 +2500,13 @@ msgstr "" "DVD, saisissez :" #. Tag: screen -#: boot-installer.xml:1641 +#: boot-installer.xml:1691 #, no-c-format msgid "0 > boot cd:,\\install\\yaboot" msgstr "0 > boot cd:,\\install\\yaboot" #. 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 " @@ -2277,7 +2523,7 @@ msgstr "" "programme d'utiliser le CD." #. 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 " @@ -2289,13 +2535,13 @@ msgstr "" "le bouton de contact. Quand l'invite SmartFirmware apparaît, saisissez :" #. Tag: screen -#: boot-installer.xml:1658 +#: boot-installer.xml:1708 #, no-c-format msgid "boot cd install/pegasos" msgstr "boot cd install/pegasos" #. Tag: para -#: boot-installer.xml:1660 +#: boot-installer.xml:1710 #, no-c-format msgid "" "On YDL Powerstation machine, pres s immediately after " @@ -2307,19 +2553,19 @@ msgstr "" "quote>. Quand l'invite SLOF apparaît, saisissez :" #. Tag: screen -#: boot-installer.xml:1665 +#: boot-installer.xml:1715 #, no-c-format msgid "0 > boot cdrom" msgstr "0 > boot cdrom" #. Tag: title -#: boot-installer.xml:1671 +#: boot-installer.xml:1721 #, no-c-format msgid "Booting from Hard Disk" msgstr "Amorcer à partir d'un disque dur" #. 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 " @@ -2330,7 +2576,7 @@ msgstr "" "même la seule méthode d'installation." #. 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 " @@ -2342,13 +2588,13 @@ msgstr "" "\"boot-drive-files\"/>." #. Tag: title -#: boot-installer.xml:1703 +#: boot-installer.xml:1753 #, no-c-format msgid "Booting OldWorld PowerMacs from MacOS" msgstr "Amorcer les PowerMAC OldWorld à partir de MacOS" #. 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 " @@ -2372,13 +2618,13 @@ msgstr "" "l'installateur." #. Tag: title -#: boot-installer.xml:1722 +#: boot-installer.xml:1772 #, no-c-format msgid "Booting NewWorld Macs from OpenFirmware" msgstr "Amorcer les Mac NewWorld depuis l'OpenFirmware" #. Tag: para -#: boot-installer.xml:1723 +#: boot-installer.xml:1773 #, no-c-format msgid "" "You will have already placed the vmlinux, " @@ -2424,20 +2670,20 @@ msgstr "" "devrait démarrer." #. Tag: title -#: boot-installer.xml:1755 +#: boot-installer.xml:1805 #, no-c-format msgid "Booting from USB memory stick" msgstr "Amorcer sur une clé USB" #. 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 "" "Les systèmes NewWorld PowerMac peuvent s'amorcer sur un périphérique USB." #. Tag: para -#: boot-installer.xml:1762 +#: boot-installer.xml:1812 #, no-c-format msgid "" "Make sure you have prepared everything from ." #. Tag: para -#: boot-installer.xml:1771 +#: boot-installer.xml:1821 #, no-c-format msgid "" "You will need to work out where the USB storage device appears in the device " @@ -2473,7 +2719,7 @@ msgstr "" "/pci@f2000000/usb@1b,1/hub@1/disk@1." #. Tag: para -#: boot-installer.xml:1783 +#: boot-installer.xml:1833 #, no-c-format msgid "" "Having worked out the device path, use a command like this to boot the " @@ -2499,7 +2745,7 @@ msgstr "" "préalablement préparé avec hattrib -b." #. Tag: para -#: boot-installer.xml:1797 +#: boot-installer.xml:1847 #, no-c-format msgid "" "The system should now boot up, and you should be presented with the " @@ -2511,7 +2757,7 @@ msgstr "" "sur &enterkey;." #. Tag: para -#: boot-installer.xml:1803 +#: boot-installer.xml:1853 #, no-c-format msgid "" "This boot method is new, and may be difficult to get to work on some " @@ -2523,7 +2769,7 @@ msgstr "" "envoyez un rapport de bogue. Voyez la ." #. Tag: para -#: boot-installer.xml:1837 +#: boot-installer.xml:1887 #, no-c-format msgid "Currently, PReP and New World PowerMac systems support netbooting." msgstr "" @@ -2531,7 +2777,7 @@ msgstr "" "le réseau." #. Tag: para -#: boot-installer.xml:1841 +#: boot-installer.xml:1891 #, no-c-format msgid "" "On machines with Open Firmware, such as NewWorld Power Macs, enter the boot " @@ -2567,7 +2813,7 @@ msgstr "" "userinput> donne une description de la syntaxe et des options disponibles." #. Tag: para -#: boot-installer.xml:1869 +#: boot-installer.xml:1919 #, no-c-format msgid "" "Booting from floppies is supported for &arch-title;, although it is " @@ -2581,7 +2827,7 @@ msgstr "" "de disquette USB." #. Tag: para -#: boot-installer.xml:1881 +#: boot-installer.xml:1931 #, no-c-format msgid "" "To boot from the boot-floppy-hfs.img floppy, place it " @@ -2593,7 +2839,7 @@ msgstr "" "système et avant d'avoir pressé le bouton de mise en route." #. 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 " @@ -2608,7 +2854,7 @@ msgstr "" "recherchera alors les partitions amorçables du disque dur." #. Tag: para -#: boot-installer.xml:1894 +#: boot-installer.xml:1944 #, no-c-format msgid "" "After booting, the root.bin floppy is requested. Insert " @@ -2621,13 +2867,13 @@ msgstr "" "root." #. Tag: title -#: boot-installer.xml:1905 +#: boot-installer.xml:1955 #, no-c-format msgid "PowerPC Boot Parameters" msgstr "Paramètres d'amorçage PowerPC" #. 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 " @@ -2642,8 +2888,46 @@ msgstr "" "pour la plupart des cartes vidéo Mach64 et Rage. Pour les cartes à base de " "Rage 128, il s'agit de video=aty128fb:vmode:6." +#. Tag: title +#: boot-installer.xml:1968 +#, no-c-format +msgid "Booting a ppc64el machine" +msgstr "" + +#. Tag: para +#: 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:1947 +#: 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 " @@ -2665,7 +2949,7 @@ msgstr "" "l'installateur." #. Tag: para -#: boot-installer.xml:2002 +#: boot-installer.xml:2089 #, no-c-format msgid "" "Most OpenBoot versions support the boot cdrom command " @@ -2677,13 +2961,13 @@ msgstr "" "SCSI n°6 (ou le second maître pour les systèmes à base d'IDE)." #. Tag: title -#: boot-installer.xml:2011 +#: boot-installer.xml:2098 #, no-c-format msgid "IDPROM Messages" msgstr "Messages IDPROM" #. 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 " @@ -2699,17 +2983,29 @@ msgstr "" "Sun NVRAM pour plus d'informations." #. Tag: title -#: boot-installer.xml:2031 +#: boot-installer.xml:2118 #, no-c-format msgid "Accessibility" msgstr "Accessibilité" #. Tag: para -#: boot-installer.xml:2032 -#, no-c-format +#: boot-installer.xml:2119 +#, fuzzy, no-c-format +#| msgid "" +#| "Some users may need specific support because of e.g. some visual " +#| "impairment. USB braille displays are " +#| "detected automatically (not serial displays connected via a serial-to-USB " +#| "converter), but most other Most accessibility features have to be enabled manually. " +#| "On machines that support it, the boot menu emits a " +#| "beep when it is ready to receive keystrokes. Some boot " +#| "parameters can then be appended to enable " +#| "accessibility features (see also ). Note that on most architectures the boot " +#| "loader interprets your keyboard as a QWERTY keyboard." 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. ." #. Tag: title -#: boot-installer.xml:2065 +#: boot-installer.xml:2152 #, no-c-format msgid "USB Braille Displays" msgstr "Les plages Braille USB" #. Tag: para -#: boot-installer.xml:2066 +#: boot-installer.xml:2153 #, no-c-format msgid "" "USB braille displays should be automatically detected. A textual version of " @@ -2786,13 +3082,13 @@ msgstr "" "sur l'affectation des touches." #. Tag: title -#: boot-installer.xml:2081 +#: boot-installer.xml:2168 #, no-c-format msgid "Serial Braille Displays" msgstr "Les plages Braille série" #. Tag: para -#: boot-installer.xml:2082 +#: boot-installer.xml:2169 #, no-c-format msgid "" "Serial braille displays cannot safely be automatically detected (since that " @@ -2832,13 +3128,13 @@ msgstr "" "une documentation sur l'affectation des touches." #. Tag: title -#: boot-installer.xml:2105 boot-installer.xml:3114 +#: boot-installer.xml:2192 boot-installer.xml:3201 #, no-c-format msgid "Software Speech Synthesis" msgstr "Synthèse vocale logicielle" #. Tag: para -#: boot-installer.xml:2106 +#: boot-installer.xml:2193 #, no-c-format msgid "" "Support for software speech synthesis is available on all installer images " @@ -2857,7 +3153,7 @@ msgstr "" "système cible." #. Tag: para -#: boot-installer.xml:2115 +#: boot-installer.xml:2202 #, no-c-format msgid "" "The first question (language) is spoken in english, and the remainder of " @@ -2869,7 +3165,7 @@ msgstr "" "espeak." #. Tag: para -#: boot-installer.xml:2121 +#: boot-installer.xml:2208 #, no-c-format msgid "" "The default speech rate is quite slow. To make it faster, press " @@ -2891,13 +3187,13 @@ msgstr "" "ulink> pour des précisions sur les raccourcis disponibles." #. Tag: title -#: boot-installer.xml:2140 +#: boot-installer.xml:2227 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "Synthèse vocale matérielle" #. Tag: para -#: boot-installer.xml:2141 +#: boot-installer.xml:2228 #, no-c-format msgid "" "Support for hardware speech synthesis devices is available on all installer " @@ -2911,7 +3207,7 @@ msgstr "" "une entrée Graphical install dans le menu d'amorçage." #. Tag: para -#: boot-installer.xml:2148 +#: boot-installer.xml:2235 #, no-c-format msgid "" "Hardware speech synthesis devices cannot be automatically detected. You thus " @@ -2934,13 +3230,13 @@ msgstr "" "automatiquement activée sur le système cible." #. Tag: title -#: boot-installer.xml:2163 +#: boot-installer.xml:2250 #, no-c-format msgid "Board Devices" msgstr "Cartes fille" #. Tag: para -#: boot-installer.xml:2164 +#: boot-installer.xml:2251 #, no-c-format msgid "" "Some accessibility devices are actual boards that are plugged inside the " @@ -2957,7 +3253,7 @@ msgstr "" "disponibles." #. Tag: para -#: boot-installer.xml:2172 +#: boot-installer.xml:2259 #, no-c-format msgid "" "If desired a textual version of the bootloader can be activated before " @@ -2968,13 +3264,13 @@ msgstr "" "puis touche &enterkey;." #. Tag: title -#: boot-installer.xml:2180 +#: boot-installer.xml:2267 #, no-c-format msgid "High-Contrast Theme" msgstr "Thème à fort contraste" #. Tag: para -#: boot-installer.xml:2181 +#: boot-installer.xml:2268 #, no-c-format msgid "" "For users with low vision, the installer can use a high-contrast color theme " @@ -2986,13 +3282,13 @@ msgstr "" "le paramètre theme=dark." #. Tag: title -#: boot-installer.xml:2190 +#: boot-installer.xml:2277 #, no-c-format msgid "Preseeding" msgstr "Préconfiguration" #. Tag: para -#: boot-installer.xml:2191 +#: boot-installer.xml:2278 #, no-c-format msgid "" "Alternatively, &debian; can be installed completely automatically by using " @@ -3003,13 +3299,13 @@ msgstr "" "\"appendix-preseed\"/>." #. Tag: title -#: boot-installer.xml:2199 +#: boot-installer.xml:2286 #, no-c-format msgid "Accessibility of the installed system" msgstr "Accessibilité du système installé" #. Tag: para -#: boot-installer.xml:2200 +#: boot-installer.xml:2287 #, no-c-format msgid "" "Documentation on accessibility of the installed system is available on the " @@ -3020,7 +3316,7 @@ msgstr "" "Debian Accessibility." #. Tag: para -#: boot-installer.xml:2215 +#: boot-installer.xml:2302 #, no-c-format msgid "" "Boot parameters are Linux kernel parameters which are generally used to make " @@ -3034,7 +3330,7 @@ msgstr "" "l'aider un peu." #. Tag: para -#: boot-installer.xml:2222 +#: boot-installer.xml:2309 #, no-c-format msgid "" "If this is the first time you're booting the system, try the default boot " @@ -3048,7 +3344,7 @@ msgstr "" "vous pouvez redémarrer et donner les paramètres nécessaires à votre matériel." #. Tag: para -#: boot-installer.xml:2229 +#: boot-installer.xml:2316 #, no-c-format msgid "" "Information on many boot parameters can be found in the ." #. Tag: title -#: boot-installer.xml:2241 +#: boot-installer.xml:2328 #, no-c-format msgid "Boot console" msgstr "Console d'amorçage" #. Tag: para -#: boot-installer.xml:2243 +#: boot-installer.xml:2330 #, no-c-format msgid "" "If you are booting with a serial console, generally the kernel will " @@ -3091,7 +3387,7 @@ msgstr "" "quelque chose comme ttyS0." #. Tag: para -#: boot-installer.xml:2255 +#: boot-installer.xml:2342 #, no-c-format msgid "" "You may need to specify parameters for the serial port, such as speed and " @@ -3108,7 +3404,7 @@ msgstr "" "pris en charge par l'installateur pour ce gestionnaire d'amorçage)." #. Tag: para -#: boot-installer.xml:2263 +#: boot-installer.xml:2350 #, no-c-format msgid "" "In order to ensure the terminal type used by the installer matches your " @@ -3136,7 +3432,7 @@ msgstr "" "literal>, qui est très proche du type vt102." #. Tag: para -#: boot-installer.xml:2279 +#: boot-installer.xml:2366 #, no-c-format msgid "" "For &arch-title; the serial devices are ttya or " @@ -3150,13 +3446,13 @@ msgstr "" "ttya." #. Tag: title -#: boot-installer.xml:2291 +#: boot-installer.xml:2378 #, no-c-format msgid "&debian; Installer Parameters" msgstr "Paramètres pour l'installateur &debian;" #. Tag: para -#: boot-installer.xml:2292 +#: boot-installer.xml:2379 #, no-c-format msgid "" "The installation system recognizes a few additional boot " @@ -3170,7 +3466,7 @@ msgstr "" "noyau panique. ." #. 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 " @@ -3186,13 +3482,13 @@ msgstr "" "exemples de ce manuel utilisent la forme courte des paramètres." #. Tag: term -#: boot-installer.xml:2317 +#: boot-installer.xml:2404 #, no-c-format msgid "debconf/priority (priority)" msgstr "debconf/priority (priority)" #. 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 "" @@ -3200,7 +3496,7 @@ msgstr "" "les messages sont affichés." #. Tag: para -#: boot-installer.xml:2322 +#: boot-installer.xml:2409 #, no-c-format msgid "" "The default installation uses priority=high. This " @@ -3216,7 +3512,7 @@ msgstr "" "priorité comme il est nécessaire." #. Tag: para -#: boot-installer.xml:2329 +#: boot-installer.xml:2416 #, no-c-format msgid "" "If you add priority=medium as boot parameter, you " @@ -3237,13 +3533,13 @@ msgstr "" "correctement." #. Tag: term -#: boot-installer.xml:2343 +#: boot-installer.xml:2430 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "DEBIAN_FRONTEND" #. 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 " @@ -3279,13 +3575,13 @@ msgstr "" "userinput>." #. Tag: term -#: boot-installer.xml:2375 +#: boot-installer.xml:2462 #, no-c-format msgid "BOOT_DEBUG" msgstr "BOOT_DEBUG" #. 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 " @@ -3300,49 +3596,49 @@ msgstr "" "les interpréteurs pour revenir au processus d'amorçage." #. Tag: userinput -#: boot-installer.xml:2385 +#: boot-installer.xml:2472 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "BOOT_DEBUG=0" #. Tag: para -#: boot-installer.xml:2386 +#: boot-installer.xml:2473 #, no-c-format msgid "This is the default." msgstr "valeur par défaut." #. Tag: userinput -#: boot-installer.xml:2390 +#: boot-installer.xml:2477 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "BOOT_DEBUG=1" #. Tag: para -#: boot-installer.xml:2391 +#: boot-installer.xml:2478 #, no-c-format msgid "More verbose than usual." msgstr "Un peu plus bavard qu'habituellement." #. Tag: userinput -#: boot-installer.xml:2395 +#: boot-installer.xml:2482 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "BOOT_DEBUG=2" #. Tag: para -#: boot-installer.xml:2396 +#: boot-installer.xml:2483 #, no-c-format msgid "Lots of debugging information." msgstr "Beaucoup d'informations." #. Tag: userinput -#: boot-installer.xml:2400 +#: boot-installer.xml:2487 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "BOOT_DEBUG=3" #. 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 " @@ -3353,13 +3649,13 @@ msgstr "" "pour revenir au processus de démarrage." #. Tag: term -#: boot-installer.xml:2415 +#: boot-installer.xml:2502 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "INSTALL_MEDIA_DEV" #. 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; " @@ -3371,7 +3667,7 @@ msgstr "" "dev/floppy/0" #. 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 " @@ -3382,19 +3678,19 @@ msgstr "" "périphérique." #. Tag: term -#: boot-installer.xml:2433 +#: boot-installer.xml:2520 #, no-c-format msgid "log_host" msgstr "log_host" #. Tag: term -#: boot-installer.xml:2434 +#: boot-installer.xml:2521 #, no-c-format msgid "log_port" msgstr "log_port" #. 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 " @@ -3407,13 +3703,13 @@ msgstr "" "de syslog, 514." #. Tag: term -#: boot-installer.xml:2446 +#: boot-installer.xml:2533 #, no-c-format msgid "lowmem" msgstr "lowmem" #. 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 " @@ -3425,13 +3721,13 @@ msgstr "" "Voyez la ." #. Tag: term -#: boot-installer.xml:2457 +#: boot-installer.xml:2544 #, no-c-format msgid "noshell" msgstr "noshell" #. 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. " @@ -3442,13 +3738,13 @@ msgstr "" "automatisées où la sécurité est limitée." #. Tag: term -#: boot-installer.xml:2467 +#: boot-installer.xml:2554 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "debian-installer/framebuffer (fb)" #. 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 " @@ -3467,13 +3763,13 @@ msgstr "" "noir, ou un blocage quelques minutes après le début de l'installation." #. Tag: para -#: boot-installer.xml:2477 +#: boot-installer.xml:2564 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "Des problèmes semblables ont été rencontrés sur les hppa." #. Tag: para -#: boot-installer.xml:2481 +#: boot-installer.xml:2568 #, no-c-format msgid "" "Because of display problems on some systems, framebuffer support is " @@ -3492,13 +3788,13 @@ msgstr "" "framebuffer=true, ou fb=true." #. Tag: term -#: boot-installer.xml:2495 +#: boot-installer.xml:2582 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "debian-installer/theme (theme)" #. 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, " @@ -3515,13 +3811,13 @@ msgstr "" "userinput>." #. 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 "netcfg/disable_autoconfig" #. 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 " @@ -3536,7 +3832,7 @@ msgstr "" "échoué." #. 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 " @@ -3552,13 +3848,13 @@ msgstr "" "automatique (ni v4 ni v6) et indiquer vous-même les paramètres du réseau." #. Tag: term -#: boot-installer.xml:2527 +#: boot-installer.xml:2614 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "hw-detect/start_pcmcia" #. Tag: para -#: boot-installer.xml:2528 +#: boot-installer.xml:2615 #, no-c-format msgid "" "Set to false to prevent starting PCMCIA services, if " @@ -3569,13 +3865,13 @@ msgstr "" "problèmes avec les PCMCIA." #. Tag: term -#: boot-installer.xml:2538 +#: boot-installer.xml:2625 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "disk-detect/dmraid/enable (dmraid)" #. Tag: para -#: boot-installer.xml:2539 +#: boot-installer.xml:2626 #, no-c-format msgid "" "Set to true to enable support for Serial ATA RAID " @@ -3590,13 +3886,13 @@ msgstr "" "\"&url-d-i-wiki;\">wiki de l'installateur Debian." #. Tag: term -#: boot-installer.xml:2550 +#: boot-installer.xml:2637 #, no-c-format msgid "preseed/url (url)" msgstr "preseed/url (url)" #. 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 " @@ -3607,13 +3903,13 @@ msgstr "" "\"/>." #. Tag: term -#: boot-installer.xml:2560 +#: boot-installer.xml:2647 #, no-c-format msgid "preseed/file (file)" msgstr "preseed/file (file)" #. 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 " @@ -3624,13 +3920,13 @@ msgstr "" "\"/>." #. Tag: term -#: boot-installer.xml:2570 +#: boot-installer.xml:2657 #, no-c-format msgid "preseed/interactive" msgstr "preseed/interactive" #. Tag: para -#: boot-installer.xml:2571 +#: boot-installer.xml:2658 #, no-c-format msgid "" "Set to true to display questions even if they have " @@ -3647,13 +3943,13 @@ msgstr "" "seenflag\"/> pour des précisions." #. Tag: term -#: boot-installer.xml:2583 +#: boot-installer.xml:2670 #, no-c-format msgid "auto-install/enable (auto)" msgstr "auto-install/enable (auto)" #. 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 " @@ -3665,13 +3961,13 @@ msgstr "" "la pour des précisions." #. Tag: term -#: boot-installer.xml:2595 +#: boot-installer.xml:2682 #, no-c-format msgid "finish-install/keep-consoles" msgstr "finish-install/keep-consoles" #. Tag: para -#: boot-installer.xml:2596 +#: boot-installer.xml:2683 #, no-c-format msgid "" "During installations from serial or management console, the regular virtual " @@ -3684,13 +3980,13 @@ msgstr "" "true." #. Tag: term -#: boot-installer.xml:2607 +#: boot-installer.xml:2694 #, no-c-format msgid "cdrom-detect/eject" msgstr "cdrom-detect/eject" #. 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 " @@ -3708,7 +4004,7 @@ msgstr "" "types de lecteur ne peuvent pas recharger automatiquement le support." #. Tag: para -#: boot-installer.xml:2617 +#: boot-installer.xml:2704 #, no-c-format msgid "" "Set to false to disable automatic ejection, and be " @@ -3720,13 +4016,13 @@ msgstr "" "ne s'amorcera pas à partir du lecteur après l'installation." #. Tag: term -#: boot-installer.xml:2628 +#: boot-installer.xml:2715 #, no-c-format msgid "base-installer/install-recommends (recommends)" msgstr "base-installer/install-recommends (recommends)" #. Tag: para -#: boot-installer.xml:2629 +#: boot-installer.xml:2716 #, no-c-format msgid "" "By setting this option to false, the package " @@ -3740,7 +4036,7 @@ msgstr "" "système installé. Consultez la ." #. 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 " @@ -3756,13 +4052,13 @@ msgstr "" "devraient se servir de cette option." #. Tag: term -#: boot-installer.xml:2648 +#: boot-installer.xml:2735 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "debian-installer/allow_unauthenticated" #. 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 " @@ -3776,13 +4072,13 @@ msgstr "" "\">Attention : commande non sécurisée et non recommandée." #. Tag: term -#: boot-installer.xml:2660 +#: boot-installer.xml:2747 #, no-c-format msgid "ramdisk_size" msgstr "ramdisk_size" #. 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 " @@ -3795,13 +4091,13 @@ msgstr "" "complètement. La valeur est en Ko." #. Tag: term -#: boot-installer.xml:2671 +#: boot-installer.xml:2758 #, no-c-format msgid "rescue/enable" msgstr "rescue/enable" #. Tag: para -#: boot-installer.xml:2672 +#: boot-installer.xml:2759 #, no-c-format msgid "" "Set to true to enter rescue mode rather than " @@ -3812,13 +4108,13 @@ msgstr "" "\"rescue\"/>." #. Tag: title -#: boot-installer.xml:2685 +#: boot-installer.xml:2772 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "Répondre à des questions avec les paramètres d'amorçage" #. 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 " @@ -3833,25 +4129,25 @@ msgstr "" "exemples." #. Tag: term -#: boot-installer.xml:2698 +#: boot-installer.xml:2785 #, no-c-format msgid "debian-installer/language (language)" msgstr "debian-installer/language (langue)" #. Tag: term -#: boot-installer.xml:2699 +#: boot-installer.xml:2786 #, no-c-format msgid "debian-installer/country (country)" msgstr "debian-installer/country (pays)" #. Tag: term -#: boot-installer.xml:2700 +#: boot-installer.xml:2787 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "debian-installer/locale (locale)" #. 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 " @@ -3861,7 +4157,7 @@ msgstr "" "système installé, peuvent être indiqués de deux manières." #. 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 " @@ -3897,13 +4193,13 @@ msgstr "" "UTF-8." #. Tag: term -#: boot-installer.xml:2727 +#: boot-installer.xml:2814 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "anna/choose_modules (modules)" #. 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 " @@ -3920,7 +4216,7 @@ msgstr "" "(consultez la )." #. Tag: para -#: boot-installer.xml:2742 +#: boot-installer.xml:2829 #, no-c-format msgid "" "Set to true if you want to disable IPv6 " @@ -3931,13 +4227,13 @@ msgstr "" "du réseau." #. Tag: term -#: boot-installer.xml:2751 +#: boot-installer.xml:2838 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "mirror/protocol (protocole)" #. 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 " @@ -3955,13 +4251,13 @@ msgstr "" "sélectionner un miroir FTP dans une liste, vous devrez saisir son nom." #. Tag: term -#: boot-installer.xml:2765 +#: boot-installer.xml:2852 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "tasksel:tasksel/first (tâches)" #. 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 " @@ -3973,13 +4269,13 @@ msgstr "" "literal>. Voyez la pour des précisions." #. Tag: title -#: boot-installer.xml:2780 +#: boot-installer.xml:2867 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "Passer des paramètres aux modules du noyau" #. 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 " @@ -4004,7 +4300,7 @@ msgstr "" "du système installé." #. 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. " @@ -4018,7 +4314,7 @@ msgstr "" "nécessaire de passer soi-même des paramètres." #. Tag: para -#: boot-installer.xml:2801 +#: boot-installer.xml:2888 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: " @@ -4039,19 +4335,19 @@ msgstr "" "par câble coaxial) et l'IRQ 10 :" #. Tag: screen -#: boot-installer.xml:2811 +#: boot-installer.xml:2898 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "3c509.xcvr=3 3c509.irq=10" #. Tag: title -#: boot-installer.xml:2817 +#: boot-installer.xml:2904 #, no-c-format msgid "Blacklisting kernel modules" msgstr "Interdire des modules du noyau" #. 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 " @@ -4069,7 +4365,7 @@ msgstr "" "périphérique ne fonctionnera pas correctement." #. Tag: para -#: boot-installer.xml:2827 +#: boot-installer.xml:2914 #, no-c-format msgid "" "You can blacklist a module using the following syntax: " @@ -4085,7 +4381,7 @@ msgstr "" "le système installé." #. 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. " @@ -4099,19 +4395,19 @@ msgstr "" "affiché pendant la phase de détection du matériel." #. Tag: title -#: boot-installer.xml:2851 +#: boot-installer.xml:2938 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "Dysfonctionnements pendant la procédure d'installation" #. Tag: title -#: boot-installer.xml:2856 +#: boot-installer.xml:2943 #, no-c-format msgid "CD-ROM Reliability" msgstr "Fiabilité des lecteurs de CD" #. 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 " @@ -4125,7 +4421,7 @@ msgstr "" "de lecture pendant l'installation." #. 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 " @@ -4136,13 +4432,13 @@ msgstr "" "accompagnés de suggestions sur la manière de les traiter." #. 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 "On peut tout d'abord essayer deux choses très simples :" #. 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 " @@ -4152,7 +4448,7 @@ msgstr "" "qu'il n'est pas sale." #. 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 " @@ -4166,7 +4462,7 @@ msgstr "" "lecteurs sont résolus de cette façon." #. 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. " @@ -4178,7 +4474,7 @@ msgstr "" "utilisons le terme CD pour simplifier." #. 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 " @@ -4188,13 +4484,13 @@ msgstr "" "l'une des autres méthodes disponibles." #. Tag: title -#: boot-installer.xml:2905 +#: boot-installer.xml:2992 #, no-c-format msgid "Common issues" msgstr "Problèmes communs" #. 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 " @@ -4204,7 +4500,7 @@ msgstr "" "vitesse sur les lecteurs modernes." #. 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 " @@ -4214,13 +4510,13 @@ msgstr "" "(direct memory access) est activé." #. Tag: title -#: boot-installer.xml:2936 +#: boot-installer.xml:3023 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "Comment résoudre ces problèmes ?" #. 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 "" @@ -4228,7 +4524,7 @@ msgstr "" "suggestions :" #. 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 " @@ -4239,7 +4535,7 @@ msgstr "" "lecteur est bien le périphérique d'amorçage." #. 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 " @@ -4265,7 +4561,7 @@ msgstr "" "taille de l'image pour lire le nombre d'octets sur le CD." #. Tag: screen -#: boot-installer.xml:2962 +#: boot-installer.xml:3049 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -4287,7 +4583,7 @@ msgstr "" "134486016 bytes (134 MB) copied, 97.474 seconds, 1.4 MB/s" #. 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 " @@ -4308,7 +4604,7 @@ msgstr "" "virtuelle (VT2) et lancer un interpréteur de commandes." #. 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 " @@ -4320,7 +4616,7 @@ msgstr "" "d'erreur spécifiques. Vérifiez ensuite la sortie de dmesg." #. 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 " @@ -4350,7 +4646,7 @@ msgstr "" "le charger vous-même avec modprobe." #. 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/" @@ -4362,7 +4658,7 @@ msgstr "" "filename>. Il doit exister aussi un fichier /dev/cdrom." #. 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 " @@ -4378,7 +4674,7 @@ msgstr "" "messages d'erreur." #. Tag: para -#: boot-installer.xml:3018 +#: boot-installer.xml:3105 #, no-c-format msgid "" "Check if DMA is currently enabled: \n" @@ -4404,7 +4700,7 @@ msgstr "" "répertoire du périphérique qui correspond au lecteur de CD." #. 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 " @@ -4418,13 +4714,13 @@ msgstr "" "correctement." #. Tag: title -#: boot-installer.xml:3048 +#: boot-installer.xml:3135 #, no-c-format msgid "Floppy Disk Reliability" msgstr "Fiabilité des disquettes" #. 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 " @@ -4434,7 +4730,7 @@ msgstr "" "installer &debian; est celui de leur fiabilité." #. 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 " @@ -4453,7 +4749,7 @@ msgstr "" "erreurs d'entrée/sortie (I/O error)." #. 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 " @@ -4470,7 +4766,7 @@ msgstr "" "utile d'écrire les disquettes sur un autre système." #. 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." #. Tag: para -#: boot-installer.xml:3105 +#: boot-installer.xml:3192 #, no-c-format msgid "" "In some cases, malfunctions can be caused by missing device firmware (see " @@ -4539,7 +4835,7 @@ msgstr "" "firmware\"/>." #. Tag: para -#: boot-installer.xml:3116 +#: boot-installer.xml:3203 #, no-c-format msgid "" "If software speech synthesis does not work, there is most probably an issue " @@ -4558,37 +4854,37 @@ msgstr "" "fonctionne correctement, par exemple un CD live." #. Tag: userinput -#: boot-installer.xml:3127 +#: boot-installer.xml:3214 #, no-c-format msgid "dmesg" msgstr "dmesg" #. Tag: userinput -#: boot-installer.xml:3129 +#: boot-installer.xml:3216 #, no-c-format msgid "lspci" msgstr "lspci" #. Tag: userinput -#: boot-installer.xml:3131 +#: boot-installer.xml:3218 #, no-c-format msgid "lsmod" msgstr "lsmod" #. Tag: userinput -#: boot-installer.xml:3133 +#: boot-installer.xml:3220 #, no-c-format msgid "amixer" msgstr "amixer" #. Tag: title -#: boot-installer.xml:3141 boot-installer.xml:3252 +#: boot-installer.xml:3228 boot-installer.xml:3339 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "Problèmes communs sur &arch-title;" #. Tag: para -#: boot-installer.xml:3142 +#: boot-installer.xml:3229 #, no-c-format msgid "" "There are some common installation problems that can be solved or avoided by " @@ -4598,7 +4894,7 @@ msgstr "" "des paramètres d'amorçage à l'installateur." #. Tag: para -#: boot-installer.xml:3193 +#: boot-installer.xml:3280 #, no-c-format msgid "" "If your screen begins to show a weird picture while the kernel boots, eg. " @@ -4620,13 +4916,13 @@ msgstr "" "\"boot-parms\"/> pour plus de précisions." #. Tag: title -#: boot-installer.xml:3207 +#: boot-installer.xml:3294 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "Le système bloque lors de la configuration des services PCMCIA" #. Tag: para -#: boot-installer.xml:3208 +#: boot-installer.xml:3295 #, no-c-format msgid "" "Some very old laptop models produced by Dell are known to crash when PCMCIA " @@ -4647,7 +4943,7 @@ msgstr "" "après l'installation et éviter le problème des adresses des ressources." #. Tag: para -#: boot-installer.xml:3218 +#: boot-installer.xml:3305 #, no-c-format msgid "" "Alternatively, you can boot the installer in expert mode. You will then be " @@ -4669,20 +4965,20 @@ msgstr "" "virgules quand vous passez ces valeurs à l'installateur." #. Tag: para -#: boot-installer.xml:3253 +#: boot-installer.xml:3340 #, no-c-format msgid "There are some common installation problems that are worth mentioning." msgstr "" "Certains problèmes communs lors de l'installation méritent une mention." #. Tag: title -#: boot-installer.xml:3259 +#: boot-installer.xml:3346 #, no-c-format msgid "Misdirected video output" msgstr "Sortie vidéo mal dirigée" #. Tag: para -#: boot-installer.xml:3260 +#: boot-installer.xml:3347 #, no-c-format msgid "" "It is fairly common for &arch-title; to have two video cards in one machine, " @@ -4709,7 +5005,7 @@ msgstr "" "paramètre video=atyfb:off." #. Tag: para -#: boot-installer.xml:3274 +#: boot-installer.xml:3361 #, no-c-format msgid "" "Note that you may also have to manually add this parameter to the silo " @@ -4723,13 +5019,13 @@ msgstr "" "vidéo dans /etc/X11/xorg.conf." #. Tag: title -#: boot-installer.xml:3285 +#: boot-installer.xml:3372 #, no-c-format msgid "Failure to Boot or Install from CD-ROM" msgstr "Amorçage ou installation impossible à partir d'un CD" #. Tag: para -#: boot-installer.xml:3286 +#: boot-installer.xml:3373 #, no-c-format msgid "" "Some Sparc systems are notoriously difficult to boot from CD-ROM and even if " @@ -4741,7 +5037,7 @@ msgstr "" "La plupart des problèmes ont été signalés sur des systèmes SunBlade." #. Tag: para -#: boot-installer.xml:3292 +#: boot-installer.xml:3379 #, no-c-format msgid "We recommend to install such systems by netbooting the installer." msgstr "" @@ -4749,13 +5045,13 @@ msgstr "" "réseau." #. Tag: title -#: boot-installer.xml:3301 +#: boot-installer.xml:3388 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "Comprendre les messages du noyau au démarrage" #. Tag: para -#: boot-installer.xml:3303 +#: boot-installer.xml:3390 #, no-c-format msgid "" "During the boot sequence, you may see many messages in the form " @@ -4793,13 +5089,13 @@ msgstr "" "arch=\"linux-any\">(voyez la )." #. Tag: title -#: boot-installer.xml:3328 +#: boot-installer.xml:3415 #, no-c-format msgid "Reporting Installation Problems" msgstr "Signaler les problèmes" #. Tag: para -#: boot-installer.xml:3329 +#: boot-installer.xml:3416 #, no-c-format msgid "" "If you get through the initial boot phase but cannot complete the install, " @@ -4820,7 +5116,7 @@ msgstr "" "rapport de bogue, vous pouvez attacher cette information au rapport." #. Tag: para -#: boot-installer.xml:3340 +#: boot-installer.xml:3427 #, no-c-format msgid "" "Other pertinent installation messages may be found in /var/log//var/log/installer/." #. Tag: title -#: boot-installer.xml:3351 +#: boot-installer.xml:3438 #, no-c-format msgid "Submitting Installation Reports" msgstr "Faire un rapport de bogue" #. Tag: para -#: boot-installer.xml:3352 +#: boot-installer.xml:3439 #, no-c-format msgid "" "If you still have problems, please submit an installation report. We also " @@ -4853,7 +5149,7 @@ msgstr "" "possibles." #. Tag: para -#: boot-installer.xml:3359 +#: boot-installer.xml:3446 #, no-c-format msgid "" "Note that your installation report will be published in the Debian Bug " @@ -4866,7 +5162,7 @@ msgstr "" "aussi rendue publique." #. Tag: para -#: boot-installer.xml:3365 +#: boot-installer.xml:3452 #, no-c-format msgid "" "If you have a working &debian; system, the easiest way to send an " @@ -4885,7 +5181,7 @@ msgstr "" "exécutez la commande reportbug installation-reports." #. Tag: para -#: boot-installer.xml:3375 +#: boot-installer.xml:3462 #, no-c-format msgid "" "Alternatively you can use this template when filling out installation " @@ -4975,3 +5271,37 @@ msgstr "" "en incluant les derniers messages visibles du noyau dans le cas d'un " "plantage du noyau. Décrivez les étapes que vous avez effectuées pour arriver " "là." + +#~ msgid "" +#~ "When the installer boots, you should be presented with a friendly " +#~ "graphical screen showing the &debian; logo and a menu: " +#~ "\n" +#~ "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." +#~ msgstr "" +#~ "Quand l'installateur démarre, apparaît un écran montrant le logo &debian; " +#~ "et un menu : \n" +#~ "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" +#~ " Selon la méthode d'installation utilisée, " +#~ "l'option Graphical install est, ou non, disponible. Les " +#~ "images pouvant s'installer sur deux architectures ont une variante " +#~ "64 bits pour chaque option, ce qui double presque le nombre d'options." diff --git a/po/fr/boot-new.po b/po/fr/boot-new.po index 40fd4dc06..4ac82fa2f 100644 --- a/po/fr/boot-new.po +++ b/po/fr/boot-new.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2014-08-26 20:40+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: 2014-10-09 21:34+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -172,12 +172,17 @@ msgstr "" #. Tag: para #: boot-new.xml:84 -#, no-c-format +#, fuzzy, no-c-format +#| 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." 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 "" "Si vous amorcez le système installé avec BootX, " "choisissez simplement le noyau dans le dossier Linux Kernels\n" "Language-Team: debian-l10n-french \n" @@ -83,22 +83,25 @@ msgstr "Architectures reconnues" #. Tag: para #: hardware.xml:42 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "&debian; GNU/Linux &release; supports eight major architectures and " +#| "several variations of each architecture known as flavors." 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 "" "&debian; GNU/Linux &release; fonctionne sur huit architectures principales " "et sur de nombreuses variantes de celles-ci, appelées saveurs." #. Tag: entry -#: hardware.xml:53 hardware.xml:197 +#: hardware.xml:53 hardware.xml:193 #, no-c-format msgid "Architecture" msgstr "Architecture" #. Tag: entry -#: hardware.xml:53 hardware.xml:197 +#: hardware.xml:53 hardware.xml:193 #, no-c-format msgid "&debian; Designation" msgstr "Étiquette &debian;" @@ -116,7 +119,7 @@ msgid "Flavor" msgstr "Saveur" #. Tag: entry -#: hardware.xml:60 hardware.xml:203 +#: hardware.xml:60 hardware.xml:199 #, no-c-format msgid "Intel x86-based" msgstr "Intel x86-based" @@ -128,7 +131,7 @@ msgid "i386" msgstr "i386" #. Tag: entry -#: hardware.xml:67 hardware.xml:208 +#: hardware.xml:67 hardware.xml:204 #, no-c-format msgid "AMD64 & Intel 64" msgstr "AMD64 & Intel 64" @@ -212,175 +215,182 @@ msgid "armhf" msgstr "armhf" #. Tag: entry -#: hardware.xml:101 +#: hardware.xml:97 #, no-c-format msgid "multiplatform" msgstr "multiplate-forme" #. Tag: entry -#: hardware.xml:102 +#: hardware.xml:98 #, no-c-format msgid "armmp" msgstr "armmp" #. Tag: entry -#: hardware.xml:104 +#: hardware.xml:100 #, no-c-format msgid "multiplatform for LPAE-capable systems" msgstr "multiplate-forme pour les systèmes à extension d'adressage (LPAE)" #. Tag: entry -#: hardware.xml:105 +#: hardware.xml:101 #, no-c-format msgid "armmp-lpae" msgstr "armmp-lpae" #. Tag: entry -#: hardware.xml:109 +#: hardware.xml:105 #, no-c-format msgid "64bit ARM" msgstr "ARM 64 bits" #. Tag: entry -#: hardware.xml:110 +#: hardware.xml:106 #, no-c-format msgid "arm64" msgstr "arm64" #. Tag: entry -#: hardware.xml:116 +#: hardware.xml:112 #, no-c-format msgid "MIPS (big endian)" msgstr "MIPS (grand boutien)" #. Tag: entry -#: hardware.xml:117 +#: hardware.xml:113 #, no-c-format msgid "mips" msgstr "mips" #. Tag: entry -#: hardware.xml:118 +#: hardware.xml:114 #, no-c-format msgid "SGI IP22 (Indy/Indigo 2)" msgstr "SGI IP22 (Indy/Indigo 2)" #. Tag: entry -#: hardware.xml:119 +#: hardware.xml:115 #, no-c-format msgid "r4k-ip22" msgstr "r4k-ip22" #. Tag: entry -#: hardware.xml:121 +#: hardware.xml:117 #, no-c-format msgid "SGI IP32 (O2)" msgstr "SGI IP32 (O2)" #. Tag: entry -#: hardware.xml:122 +#: hardware.xml:118 #, no-c-format msgid "r5k-ip32" msgstr "r5k-ip32" #. Tag: entry -#: hardware.xml:124 hardware.xml:134 +#: hardware.xml:120 hardware.xml:130 #, no-c-format msgid "MIPS Malta (32 bit)" msgstr "MIPS Malta (32 bits)" #. Tag: entry -#: hardware.xml:125 hardware.xml:135 +#: hardware.xml:121 hardware.xml:131 #, no-c-format msgid "4kc-malta" msgstr "4kc-malta" #. Tag: entry -#: hardware.xml:127 hardware.xml:137 +#: hardware.xml:123 hardware.xml:133 #, no-c-format msgid "MIPS Malta (64 bit)" msgstr "MIPS Malta (64 bits)" #. Tag: entry -#: hardware.xml:128 hardware.xml:138 +#: hardware.xml:124 hardware.xml:134 #, no-c-format msgid "5kc-malta" msgstr "5kc-malta" #. Tag: entry -#: hardware.xml:132 +#: hardware.xml:128 #, no-c-format msgid "MIPS (little endian)" msgstr "MIPS (petit boutien)" #. Tag: entry -#: hardware.xml:133 +#: hardware.xml:129 #, no-c-format msgid "mipsel" msgstr "mipsel" #. Tag: entry -#: hardware.xml:142 +#: hardware.xml:138 #, no-c-format msgid "IBM/Motorola PowerPC" msgstr "IBM/Motorola PowerPC" #. Tag: entry -#: hardware.xml:143 +#: hardware.xml:139 #, no-c-format msgid "powerpc" msgstr "powerpc" #. Tag: entry -#: hardware.xml:144 +#: hardware.xml:140 #, no-c-format msgid "PowerMac" msgstr "PowerMac" #. Tag: entry -#: hardware.xml:145 +#: hardware.xml:141 #, no-c-format msgid "pmac" msgstr "pmac" #. Tag: entry -#: hardware.xml:147 +#: hardware.xml:143 #, no-c-format msgid "PReP" msgstr "PReP" #. Tag: entry -#: hardware.xml:148 +#: hardware.xml:144 #, no-c-format msgid "prep" msgstr "prep" #. Tag: entry -#: hardware.xml:152 -#, no-c-format -msgid "IBM PowerPC (little endian)" -msgstr "IBM PowerPC (petit boutien)" +#: hardware.xml:148 +#, fuzzy, no-c-format +#| msgid "Amiga Power-UP Systems (APUS)" +msgid "Power Systems" +msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:153 +#: hardware.xml:149 #, no-c-format msgid "ppc64el" msgstr "ppc64el" #. 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 "IBM S/390 64 bits" #. Tag: entry -#: hardware.xml:180 +#: hardware.xml:176 #, no-c-format msgid "s390x" msgstr "s390x" #. Tag: entry -#: hardware.xml:181 +#: hardware.xml:177 #, no-c-format msgid "IPL from VM-reader and DASD" msgstr "" @@ -388,31 +398,31 @@ msgstr "" "périphérique de stockage (DASD)" #. Tag: entry -#: hardware.xml:182 +#: hardware.xml:178 #, no-c-format msgid "generic" msgstr "generic" #. Tag: para -#: hardware.xml:187 +#: hardware.xml:183 #, no-c-format msgid "&debian; GNU/kFreeBSD &release; supports two architectures." msgstr "&debian; GNU/kFreeBSD &release; fonctionne sur deux architectures." #. Tag: entry -#: hardware.xml:204 +#: hardware.xml:200 #, no-c-format msgid "kfreebsd-i386" msgstr "kfreebsd-i386" #. Tag: entry -#: hardware.xml:209 +#: hardware.xml:205 #, no-c-format msgid "kfreebsd-amd64" msgstr "kfreebsd-amd64" #. Tag: para -#: hardware.xml:214 +#: hardware.xml:210 #, no-c-format msgid "" "This document covers installation for the &arch-title; " @@ -427,24 +437,7 @@ msgstr "" "\"http://www.debian.org/ports/\">Debian-Ports." #. 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 "" -"L'architecture &arch-title; fonctionne seulement sur les processeurs Itanium " -"d'Intel. Elle ne fonctionne pas sur les processeurs 64 bits plus communs " -"appartenant à la famille Intel 64, comme le Pentium D ou le Core2 " -"Duo. Ces systèmes fonctionnent avec l'architecture amd64 ou si vous préférez le mode 32 bits, avec l'architecture " -"i386." - -#. 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; " @@ -469,38 +462,56 @@ msgstr "" "ulink>." #. Tag: title -#: hardware.xml:256 +#: hardware.xml:242 #, no-c-format msgid "CPU Support" msgstr "Microprocesseurs" #. Tag: para -#: hardware.xml:257 +#: hardware.xml:243 #, no-c-format msgid "Both AMD64 and Intel 64 processors are supported." msgstr "Les processeurs AMD64 et Intel 64 sont reconnus." #. 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 "Microprocesseurs, cartes mère et cartes vidéo" #. Tag: para -#: hardware.xml:284 +#: hardware.xml:270 #, 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." +"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 +#, fuzzy, 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." +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 "" "Les systèmes ARM sont beaucoup plus hétérogènes que l'architecture PC de " "type i386/amd64, où tous les systèmes ont un microprogramme commun (BIOS et/" @@ -515,20 +526,29 @@ msgstr "" "matériel, qui sont gérés par le BIOS de la carte mère dans le monde PC." #. Tag: para -#: hardware.xml:301 -#, 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." +#: hardware.xml:292 +#, fuzzy, 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." +msgid "" +"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 "" "Au début de la prise en charge d'ARM dans le noyau Linux, cela conduisait à " "avoir un noyau différent pour chaque système ARM, à l'opposé de l'approche " @@ -543,18 +563,41 @@ msgstr "" "charge par le noyau ARM multiplate-forme (armmp)." #. Tag: para -#: hardware.xml:318 +#: hardware.xml:304 #, no-c-format msgid "" +"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:313 +#, fuzzy, 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. &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." +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 "" "L'architecture ARM a évolué, et les processeurs ARM récents fournissent des " "fonctionnalités qui ne sont pas disponibles pour les anciens modèles. " @@ -568,12 +611,17 @@ msgstr "" "ces modèles." #. Tag: para -#: hardware.xml:346 -#, no-c-format +#: hardware.xml:350 +#, fuzzy, 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 little-endian systems." 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 "" "Techniquement, la plupart des CPU ARM peuvent fonctionner en mode petit-" @@ -582,169 +630,127 @@ msgstr "" "fonctionnent tous les deux uniquement sur les processeurs ARM petit-boutiens." #. Tag: title -#: hardware.xml:354 -#, no-c-format -msgid "Platforms supported by Debian/armel" +#: hardware.xml:357 +#, fuzzy, no-c-format +#| msgid "Platforms supported by Debian/armel" +msgid "Platforms supported by Debian/arm64" msgstr "Plates-formes prises en charge par Debian/armel" #. 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." +"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 "" -"Les plates-formes suivantes sont prises en charge par &debian;/armel ; elles " -"nécessitent un noyau spécifique à la plate-forme." - -#. Tag: term -#: hardware.xml:364 -#, no-c-format -msgid "IXP4xx" -msgstr "IXP4xx" #. Tag: para -#: hardware.xml:365 -#, no-c-format +#: hardware.xml:368 +#, fuzzy, no-c-format +#| msgid "" +#| "Generally, the ARM multiplatform support in the Linux kernel allows " +#| "running &d-i; on armhf systems not explicitly listed above, as long as " +#| "the kernel used by &d-i; has support for the target system's components " +#| "and a device-tree file for the target is available. In these cases, the " +#| "installer can usually provide a working userland installation, but it " +#| "probably cannot automatically make the system bootable, as doing that in " +#| "many cases requires device-specific information." msgid "" -"The Intel IXP4xx processor series is used in network attached storage " -"devices like the Linksys NSLU2." +"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 "" -"La série de processeurs IXP4xx de Intel est utilisée dans les périphériques " -"de stockage réseau (NAS, network attached storage) comme le Linksys NSLU2." - -#. Tag: term -#: hardware.xml:374 -#, no-c-format -msgid "Kirkwood" -msgstr "Kirkwood" +"Généralement, la prise en charge d'ARM multiplate-forme dans le noyau Linux " +"permet d'exécuter l'installateur sur les systèmes armhf qui ne sont pas " +"listés ci-dessus tant que le noyau utilisé par l'installateur prend en " +"charge les composants de la cible et qu'un arbre de périphérique est " +"disponible. Dans ce cas, l'installateur peut fournir une installation de " +"l'espace utilisateur fonctionnelle mais ne pourra probablement pas rendre le " +"système automatiquement amorçable, car il faudrait parfois pour cela avoir " +"des informations spécifiques aux périphériques." #. Tag: para -#: hardware.xml:375 -#, no-c-format +#: hardware.xml:382 +#, fuzzy, no-c-format +#| msgid "" +#| "The following platforms are supported by &debian;/armel; they require " +#| "platform-specific kernels." 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 "" -"Kirkwood est un système sur une puce (SOC) de Marvell qui comporte un " -"processeur ARM, Ethernet, SATA, USB, et d'autres fonctionnalités sur une " -"seule puce. Pour l'instant sont reconnus les systèmes suivants : OpenRD " -"(OpenRD-Base, OpenRD-Client et OpenRD-Ultimate), plug computers (SheevaPlug, GuruPlug and DreamPlug), QNAP Turbo Station (tous les modèles TS-11x, TS-21x et TS-41x), et LaCie NASes (Network " -"Space v2, Network Space Max v2, Internet Space v2, d2 Network v2, 2Big " -"Network v2 et 5Big Network v2)." +"Les plates-formes suivantes sont prises en charge par &debian;/armel ; elles " +"nécessitent un noyau spécifique à la plate-forme." #. Tag: term -#: hardware.xml:391 -#, no-c-format -msgid "Orion5x" -msgstr "Orion5x" - -#. Tag: para -#: hardware.xml:392 +#: hardware.xml:389 #, no-c-format -msgid "" -"Orion is a system on a chip (SoC) from Marvell that integrates an ARM CPU, " -"Ethernet, SATA, USB, and other functionality in one chip. There are many " -"Network Attached Storage (NAS) devices on the market that are based on an " -"Orion chip. We currently support the following Orion based devices: Buffalo Kurobox, D-Link DNS-323 and HP mv2120." +msgid "Applied Micro (APM) Mustang/X-Gene" msgstr "" -"Orion est un système sur une puce (SOC) de Marvell qui intègre processeur " -"ARM, Ethernet, SATA, USB et autres fonctionnalités sur une seule puce. Il " -"existe sur le marché beaucoup de périphériques NAS (Network Attached " -"Storage) basés sur la puce Orion. Pour l'instant sont reconnus les " -"systèmes suivants : Buffalo " -"Kurobox, D-Link DNS-323 et HP mv2120." - -#. Tag: term -#: hardware.xml:406 -#, no-c-format -msgid "Versatile" -msgstr "Versatile" #. Tag: para -#: hardware.xml:407 +#: hardware.xml:391 #, 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." +"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 "" -"La plate-forme Versatile est émulée par QEMU. C'est un bon " -"moyen de tester &debian; sur ARM quand on ne possède pas le matériel." - -#. Tag: title -#: hardware.xml:420 -#, no-c-format -msgid "Platforms no longer supported by Debian/armel" -msgstr "Plates-formes qui ne sont plus prises en charge par Debian/armel" #. Tag: term -#: hardware.xml:424 +#: hardware.xml:404 #, no-c-format -msgid "IOP32x" -msgstr "IOP32x" +msgid "ARM Juno Development Platform" +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." +"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 "" -"On trouve la famille de processeurs d'Intel I/O Processor (IOP) sur nombre " -"de produits relatifs au stockage de données, comme les périphériques GLAN Tank de IO-Data et Thecus N2100. &debian; a pris en charge " -"la plate-forme IOP32x dans &debian; 7, mais ne la prend plus en charge à " -"partir de la version 8 à cause des contraintes matérielles de la plate-forme " -"qui la rende inappropriée pour l'installation des nouvelles versions de " -"&debian;." - -#. Tag: term -#: hardware.xml:439 -#, no-c-format -msgid "MV78xx0" -msgstr "MV78xx0" #. Tag: para -#: hardware.xml:440 -#, no-c-format +#: hardware.xml:420 +#, fuzzy, no-c-format +#| msgid "" +#| "When using &d-i; on such systems, you have to manually make the system " +#| "bootable at the end of the installation, e.g. by running the required " +#| "commands in a shell started from within &d-i;." 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 "" -"La plate-forme MV78xx0 a été utilisée sur les cartes de développement " -"DB-78xx0-BP de Marvell. Elle a été prise en charge dans Debian 7 avec un " -"noyau spécifique à la plate-forme (basé sur le noyau Linux 3.2), mais n'est " -"plus prise en charge à partir de Debian 8." +"Si vous utilisez l'installateur sur de tels systèmes, vous devrez le rendre " +"amorçable vous-même à la fin de l'installation, par exemple en exécutant les " +"commandes nécessaires dans un terminal démarré à l'intérieur de " +"l'installateur." #. Tag: title -#: hardware.xml:455 +#: hardware.xml:430 #, no-c-format msgid "Platforms supported by Debian/armhf" msgstr "Plates-formes prises en charge par Debian/armhf" #. Tag: para -#: hardware.xml:457 +#: hardware.xml:432 #, no-c-format msgid "" "The following systems are known to work with &debian;/armhf using the " @@ -754,36 +760,39 @@ msgstr "" "utilisant le noyau multiplate-forme (armmp) :" #. Tag: term -#: hardware.xml:464 +#: hardware.xml:439 #, no-c-format msgid "Freescale MX53 Quick Start Board" msgstr "Freescale MX53 Quick Start Board" #. 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 "La IMX53QSB est une carte de développement basée sur la puce i.MX53." #. Tag: term -#: hardware.xml:473 +#: hardware.xml:448 #, no-c-format msgid "Versatile Express" msgstr "Versatile Express" #. Tag: para -#: hardware.xml:475 -#, no-c-format +#: hardware.xml:450 +#, fuzzy, 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." 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 "" "La Versatile Express est une série de cartes de développement d'ARM " "constituée d'une carte de base qui peut être équipée avec diverses cartes " "filles avec CPU." #. Tag: term -#: hardware.xml:484 +#: hardware.xml:459 #, no-c-format msgid "Certain Allwinner sunXi-based development boards and embedded systems" msgstr "" @@ -791,7 +800,7 @@ msgstr "" "sunXi" #. Tag: para -#: hardware.xml:487 +#: hardware.xml:462 #, no-c-format msgid "" "The armmp kernel supports several development boards and embedded systems " @@ -808,37 +817,38 @@ msgstr "" "charge par l'installateur :" #. Tag: para -#: hardware.xml:495 +#: hardware.xml:470 #, no-c-format msgid "Cubietech Cubieboard 1 + 2 / Cubietruck" msgstr "Cubietech Cubieboard 1 + 2 / Cubietruck" #. Tag: para -#: hardware.xml:498 +#: hardware.xml:473 #, no-c-format msgid "LeMaker Banana Pi and Banana Pro" msgstr "LeMaker Banana Pi et Banana Pro" #. Tag: para -#: hardware.xml:501 -#, no-c-format -msgid "LinkSprite pcDuino" +#: hardware.xml:476 +#, fuzzy, no-c-format +#| msgid "LinkSprite pcDuino" +msgid "LinkSprite pcDuino and pcDuino3" msgstr "LinkSprite pcDuino" #. Tag: para -#: hardware.xml:504 +#: hardware.xml:479 #, no-c-format msgid "Mele A1000" msgstr "Mele A1000" #. Tag: para -#: hardware.xml:507 +#: hardware.xml:482 #, no-c-format msgid "Miniand Hackberry" msgstr "Miniand Hackberry" #. Tag: para -#: hardware.xml:510 +#: hardware.xml:485 #, no-c-format msgid "" "Olimex A10-Olinuxino-LIME / A10s-Olinuxino Micro / A13-Olinuxino / A13-" @@ -850,13 +860,13 @@ msgstr "" "Micro" #. Tag: para -#: hardware.xml:515 +#: hardware.xml:490 #, no-c-format msgid "PineRiver Mini X-Plus" msgstr "PineRiver Mini X-Plus" #. Tag: para -#: hardware.xml:521 +#: hardware.xml:496 #, no-c-format msgid "" "System support for Allwinner sunXi-based devices is limited to drivers and " @@ -869,7 +879,7 @@ msgstr "" "d'Android n'est pas prise en charge par Debian." #. Tag: para -#: hardware.xml:527 +#: hardware.xml:502 #, no-c-format msgid "" "The mainline Linux kernel generally supports serial console, ethernet, SATA, " @@ -885,13 +895,19 @@ msgstr "" "systèmes basés sur sunXi n'est pas non plus prise en charge." #. Tag: para -#: hardware.xml:535 -#, no-c-format +#: hardware.xml:510 +#, fuzzy, 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." 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 "" "L'utilisation d'un affichage local est techniquement possible sans les " "pilotes d'affichage natifs grâce à l'infrastructure simplefb " @@ -901,13 +917,13 @@ msgstr "" "incluse dans &debian; 8." #. Tag: term -#: hardware.xml:547 +#: hardware.xml:522 #, no-c-format msgid "SolidRun Cubox-i2eX / Cubox-i4Pro" msgstr "SolidRun Cubox-i2eX / Cubox-i4Pro" #. 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 " @@ -929,13 +945,13 @@ msgstr "" "sur le Cubox-i4Pro." #. Tag: term -#: hardware.xml:564 +#: hardware.xml:539 #, no-c-format msgid "Wandboard Quad" msgstr "Wandboard Quad" #. 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 " @@ -958,7 +974,7 @@ msgstr "" "WLAN/Bluetooth embarqué n'est pas disponible dans &debian; 8." #. Tag: para -#: hardware.xml:584 +#: hardware.xml:559 #, no-c-format msgid "" "Generally, the ARM multiplatform support in the Linux kernel allows running " @@ -979,10 +995,14 @@ msgstr "" "des informations spécifiques aux périphériques." #. Tag: para -#: hardware.xml:595 -#, no-c-format +#: hardware.xml:570 +#, fuzzy, no-c-format +#| msgid "" +#| "When using &d-i; on such systems, you have to manually make the system " +#| "bootable at the end of the installation, e.g. by running the required " +#| "commands in a shell started from within &d-i;." 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 "" @@ -992,24 +1012,31 @@ msgstr "" "l'installateur." #. Tag: title -#: hardware.xml:604 +#: hardware.xml:579 #, no-c-format msgid "Platforms no longer supported by Debian/armhf" msgstr "Plates-formes qui ne sont plus prises en charge par Debian/armhf" #. Tag: term -#: hardware.xml:608 +#: hardware.xml:583 #, no-c-format msgid "EfikaMX" msgstr "EfikaMX" #. Tag: para -#: hardware.xml:609 -#, no-c-format +#: hardware.xml:584 +#, fuzzy, no-c-format +#| msgid "" +#| "The EfikaMX platform (Genesi Efika Smartbook and Genesi EfikaMX nettop) " +#| "has been supported in &debian; 7 with a platform-specific kernel, but is " +#| "not supported anymore from &debian; 8 onwards. The code required to build " +#| "the formerly used platform-specific kernel has been removed from the " +#| "upstream Linux kernel source in 2012, so Debian cannot provide newer " +#| "builds." 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 "" @@ -1020,7 +1047,7 @@ msgstr "" "Debian ne peut donc plus fournir de nouvelles constructions." #. Tag: para -#: hardware.xml:617 +#: hardware.xml:591 #, no-c-format msgid "" "Using the armmp multiplatform kernel on the EfikaMX platform would require " @@ -1030,26 +1057,189 @@ msgstr "" "nécessiterait une prise en charge d'un arbre de périphériques qui n'est " "actuellement pas disponible." +#. Tag: title +#: hardware.xml:603 +#, no-c-format +msgid "Platforms supported by Debian/armel" +msgstr "Plates-formes prises en charge par Debian/armel" + #. Tag: para -#: hardware.xml:638 +#: hardware.xml:605 #, 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." +"The following platforms are supported by &debian;/armel; they require " +"platform-specific kernels." msgstr "" -"Il y a 2 versions principales de &architecture; : " -"PA-RISC 1.1 et PA-RISC 2.0. L'architecture PA-RISC 1.1 " -"s'adresse aux processeurs 32 bits tandis que la 2.0 s'adresse aux " -"processeurs 64 bits. Certains systèmes permettent d'exécuter l'un ou l'autre " -"noyau. Dans les deux cas, l'espace utilisateur (userland) est " -"en 32 bits. Il y a aura peut-être un espace utilisateur en 64 bits." +"Les plates-formes suivantes sont prises en charge par &debian;/armel ; elles " +"nécessitent un noyau spécifique à la plate-forme." + +#. Tag: term +#: hardware.xml:613 +#, no-c-format +msgid "IXP4xx" +msgstr "IXP4xx" + +#. 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 "" +"La série de processeurs IXP4xx de Intel est utilisée dans les périphériques " +"de stockage réseau (NAS, network attached storage) comme le Linksys NSLU2." + +#. 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 "Kirkwood" #. Tag: para -#: hardware.xml:657 +#: hardware.xml:633 +#, 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)." +msgstr "" +"Kirkwood est un système sur une puce (SOC) de Marvell qui comporte un " +"processeur ARM, Ethernet, SATA, USB, et d'autres fonctionnalités sur une " +"seule puce. Pour l'instant sont reconnus les systèmes suivants : OpenRD " +"(OpenRD-Base, OpenRD-Client et OpenRD-Ultimate), plug computers (SheevaPlug, GuruPlug and DreamPlug), QNAP Turbo Station (tous les modèles TS-11x, TS-21x et TS-41x), et LaCie NASes (Network " +"Space v2, Network Space Max v2, Internet Space v2, d2 Network v2, 2Big " +"Network v2 et 5Big Network v2)." + +#. Tag: term +#: hardware.xml:649 +#, no-c-format +msgid "Orion5x" +msgstr "Orion5x" + +#. Tag: para +#: 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 "" +"Orion est un système sur une puce (SOC) de Marvell qui intègre processeur " +"ARM, Ethernet, SATA, USB et autres fonctionnalités sur une seule puce. Il " +"existe sur le marché beaucoup de périphériques NAS (Network Attached " +"Storage) basés sur la puce Orion. Pour l'instant sont reconnus les " +"systèmes suivants : Buffalo " +"Kurobox, D-Link DNS-323 et HP mv2120." + +#. Tag: term +#: hardware.xml:664 +#, no-c-format +msgid "Versatile" +msgstr "Versatile" + +#. 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 "" +"La plate-forme Versatile est émulée par QEMU. C'est un bon " +"moyen de tester &debian; sur ARM quand on ne possède pas le matériel." + +#. Tag: title +#: hardware.xml:678 +#, no-c-format +msgid "Platforms no longer supported by Debian/armel" +msgstr "Plates-formes qui ne sont plus prises en charge par Debian/armel" + +#. Tag: term +#: hardware.xml:682 +#, no-c-format +msgid "IOP32x" +msgstr "IOP32x" + +#. Tag: para +#: hardware.xml:683 +#, fuzzy, 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." +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 "" +"On trouve la famille de processeurs d'Intel I/O Processor (IOP) sur nombre " +"de produits relatifs au stockage de données, comme les périphériques GLAN Tank de IO-Data et Thecus N2100. &debian; a pris en charge " +"la plate-forme IOP32x dans &debian; 7, mais ne la prend plus en charge à " +"partir de la version 8 à cause des contraintes matérielles de la plate-forme " +"qui la rende inappropriée pour l'installation des nouvelles versions de " +"&debian;." + +#. Tag: term +#: hardware.xml:698 +#, no-c-format +msgid "MV78xx0" +msgstr "MV78xx0" + +#. Tag: para +#: hardware.xml:699 +#, fuzzy, 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." +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 "" +"La plate-forme MV78xx0 a été utilisée sur les cartes de développement " +"DB-78xx0-BP de Marvell. Elle a été prise en charge dans Debian 7 avec un " +"noyau spécifique à la plate-forme (basé sur le noyau Linux 3.2), mais n'est " +"plus prise en charge à partir de Debian 8." + +#. Tag: para +#: hardware.xml:724 #, no-c-format msgid "" "Complete information concerning supported peripherals can be found at CPU" msgstr "Microprocesseurs" #. 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 " @@ -1082,7 +1272,7 @@ msgstr "" "les processeurs tels que Athlon XP et Intel P4 Xeon." #. Tag: para -#: hardware.xml:673 +#: hardware.xml:740 #, no-c-format msgid "" "However, &debian; GNU/Linux &releasename; will not run " @@ -1103,7 +1293,7 @@ msgstr "" "charge à cause d'erreurs matérielles." #. 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, " @@ -1115,13 +1305,13 @@ msgstr "" "de l'installateur pour l'architecture i386 (32 bits)." #. Tag: title -#: hardware.xml:694 +#: hardware.xml:761 #, no-c-format msgid "I/O Bus" msgstr "Bus d'entrée sortie" #. 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 " @@ -1137,7 +1327,7 @@ msgstr "" "dernières années utilisent l'un d'entre eux." #. Tag: para -#: hardware.xml:715 +#: hardware.xml:781 #, no-c-format msgid "" "&debian; on &arch-title; supports the following platforms: " @@ -1172,7 +1362,7 @@ msgstr "" "listname;." #. 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 " @@ -1186,7 +1376,7 @@ msgstr "" "systèmes basés sur le R5000 sont reconnus." #. 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 " @@ -1198,7 +1388,7 @@ msgstr "" "documentation sur l'architecture « mipsel »." #. Tag: para -#: hardware.xml:773 +#: hardware.xml:839 #, no-c-format msgid "" "&debian; on &arch-title; supports the following platforms: " @@ -1222,7 +1412,7 @@ msgstr "" "\"&url-list-subscribe;\">liste de diffusion debian-&arch-listname;." #. Tag: para -#: hardware.xml:803 +#: hardware.xml:869 #, no-c-format msgid "" "For &debian-gnu; &release; only the PMac (Power-Macintosh or PowerMac) and " @@ -1232,13 +1422,13 @@ msgstr "" "Macintosh ou PowerMac) et PreP sont reconnues." #. Tag: title -#: hardware.xml:824 +#: hardware.xml:890 #, no-c-format msgid "Kernel Flavours" msgstr "Les différents noyaux" #. 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 " @@ -1248,13 +1438,13 @@ msgstr "" "processeur :" #. Tag: term -#: hardware.xml:833 +#: hardware.xml:899 #, no-c-format msgid "powerpc" msgstr "powerpc" #. 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 " @@ -1266,31 +1456,31 @@ msgstr "" "processeurs." #. Tag: term -#: hardware.xml:844 +#: hardware.xml:910 #, no-c-format msgid "powerpc-smp" msgstr "powerpc-smp" #. Tag: para -#: hardware.xml:845 +#: hardware.xml:911 #, no-c-format msgid "All Apple PowerMac G4 SMP machines." msgstr "Toutes les machines Apple PowerMac G4 SMP." #. Tag: term -#: hardware.xml:853 +#: hardware.xml:919 #, no-c-format msgid "power64" msgstr "power64" #. Tag: para -#: hardware.xml:854 +#: hardware.xml:920 #, no-c-format msgid "The power64 kernel flavour supports the following CPUs:" msgstr "La variante power64 acceptent les processeurs suivants :" #. 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 " @@ -1302,7 +1492,7 @@ msgstr "" "et les RS/6000 7044-170, 7043-260, 7044-270." #. 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 " @@ -1312,7 +1502,7 @@ msgstr "" "trouve les machines pSeries 615, 630, 650, 655, 670 et 690." #. Tag: para -#: hardware.xml:869 +#: hardware.xml:935 #, no-c-format msgid "" "Systems using the PPC970 processor (Apple G5, YDL PowerStation, IBM " @@ -1324,7 +1514,7 @@ msgstr "" "utilise cette variante du noyau." #. Tag: para -#: hardware.xml:875 +#: hardware.xml:941 #, no-c-format msgid "Newer IBM systems using POWER5, POWER6, and POWER7 processors." msgstr "" @@ -1332,13 +1522,13 @@ msgstr "" "POWER7." #. Tag: title -#: hardware.xml:908 +#: hardware.xml:974 #, no-c-format msgid "Power Macintosh (pmac) subarchitecture" msgstr "La sous-architecture Power Macintosh (pmac)" #. Tag: para -#: hardware.xml:910 +#: hardware.xml:976 #, no-c-format msgid "" "Apple (and briefly a few other manufacturers — Power Computing, for " @@ -1352,7 +1542,7 @@ msgstr "" "OldWorld et NewWorld." #. 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 " @@ -1367,7 +1557,7 @@ msgstr "" "systèmes G3 de couleur beige qui sont aussi des OldWorld." #. Tag: para -#: hardware.xml:925 +#: hardware.xml:991 #, no-c-format msgid "" "The so called NewWorld PowerMacs are any PowerMacs in translucent colored " @@ -1383,7 +1573,7 @@ msgstr "" "Ram de MacOS et ont commencé à être fabriqués à partir de 1998." #. Tag: para -#: hardware.xml:933 +#: hardware.xml:999 #, no-c-format msgid "" "Specifications for Apple hardware are available at AppleSpec Legacy." #. Tag: entry -#: hardware.xml:949 hardware.xml:1084 hardware.xml:1128 hardware.xml:1161 +#: hardware.xml:1015 hardware.xml:1150 hardware.xml:1194 hardware.xml:1227 #, no-c-format msgid "Model Name/Number" msgstr "Modèle Nom/Numéro" #. Tag: entry -#: hardware.xml:950 +#: hardware.xml:1016 #, no-c-format msgid "Generation" msgstr "Génération" #. Tag: entry -#: hardware.xml:956 +#: hardware.xml:1022 #, no-c-format msgid "Apple" msgstr "Apple" #. Tag: entry -#: hardware.xml:957 +#: hardware.xml:1023 #, no-c-format msgid "iMac Bondi Blue, 5 Flavors, Slot Loading" msgstr "iMac Bondi Blue, 5 Flavors, Slot Loading" #. Tag: entry -#: hardware.xml:958 hardware.xml:961 hardware.xml:964 hardware.xml:967 -#: hardware.xml:970 hardware.xml:973 hardware.xml:976 hardware.xml:979 -#: hardware.xml:982 hardware.xml:985 hardware.xml:988 hardware.xml:991 -#: hardware.xml:994 hardware.xml:997 hardware.xml:1000 hardware.xml:1003 +#: hardware.xml:1024 hardware.xml:1027 hardware.xml:1030 hardware.xml:1033 +#: hardware.xml:1036 hardware.xml:1039 hardware.xml:1042 hardware.xml:1045 +#: hardware.xml:1048 hardware.xml:1051 hardware.xml:1054 hardware.xml:1057 +#: hardware.xml:1060 hardware.xml:1063 hardware.xml:1066 hardware.xml:1069 #, no-c-format msgid "NewWorld" msgstr "NewWorld" #. Tag: entry -#: hardware.xml:960 +#: hardware.xml:1026 #, no-c-format msgid "iMac Summer 2000, Early 2001" msgstr "iMac Summer 2000, Early 2001" #. Tag: entry -#: hardware.xml:963 +#: hardware.xml:1029 #, no-c-format msgid "iMac G5" msgstr "iMac G5" #. Tag: entry -#: hardware.xml:966 +#: hardware.xml:1032 #, no-c-format msgid "iBook, iBook SE, iBook Dual USB" msgstr "iBook, iBook SE, iBook Dual USB" #. Tag: entry -#: hardware.xml:969 +#: hardware.xml:1035 #, no-c-format msgid "iBook2" msgstr "iBook2" #. Tag: entry -#: hardware.xml:972 +#: hardware.xml:1038 #, no-c-format msgid "iBook G4" msgstr "iBook G4" #. Tag: entry -#: hardware.xml:975 +#: hardware.xml:1041 #, no-c-format msgid "Power Macintosh Blue and White (B&W) G3" msgstr "Power Macintosh Blue and White (B&W) G3" #. Tag: entry -#: hardware.xml:978 +#: hardware.xml:1044 #, no-c-format msgid "Power Macintosh G4 PCI, AGP, Cube" msgstr "Power Macintosh G4 PCI, AGP, Cube" #. Tag: entry -#: hardware.xml:981 +#: hardware.xml:1047 #, no-c-format msgid "Power Macintosh G4 Gigabit Ethernet" msgstr "Power Macintosh G4 Gigabit Ethernet" #. Tag: entry -#: hardware.xml:984 +#: hardware.xml:1050 #, no-c-format msgid "Power Macintosh G4 Digital Audio, Quicksilver" msgstr "Power Macintosh G4 Digital Audio, Quicksilver" #. Tag: entry -#: hardware.xml:987 +#: hardware.xml:1053 #, no-c-format msgid "Power Macintosh G5" msgstr "Power Macintosh G5" #. Tag: entry -#: hardware.xml:990 +#: hardware.xml:1056 #, no-c-format msgid "PowerBook G3 FireWire Pismo (2000)" msgstr "PowerBook G3 FireWire Pismo (2000)" #. Tag: entry -#: hardware.xml:993 +#: hardware.xml:1059 #, no-c-format msgid "PowerBook G3 Lombard (1999)" msgstr "PowerBook G3 Lombard (1999)" #. Tag: entry -#: hardware.xml:996 +#: hardware.xml:1062 #, no-c-format msgid "PowerBook G4 Titanium" msgstr "PowerBook G4 Titanium" #. Tag: entry -#: hardware.xml:999 +#: hardware.xml:1065 #, no-c-format msgid "PowerBook G4 Aluminum" msgstr "PowerBook G4 Aluminum" #. Tag: entry -#: hardware.xml:1002 +#: hardware.xml:1068 #, no-c-format msgid "Xserve G5" msgstr "Xserve G5" #. Tag: entry -#: hardware.xml:1005 +#: hardware.xml:1071 #, no-c-format msgid "Performa 4400, 54xx, 5500" msgstr "Performa 4400, 54xx, 5500" #. Tag: entry -#: hardware.xml:1006 hardware.xml:1009 hardware.xml:1012 hardware.xml:1015 -#: hardware.xml:1018 hardware.xml:1021 hardware.xml:1024 hardware.xml:1027 -#: hardware.xml:1030 hardware.xml:1033 hardware.xml:1036 hardware.xml:1039 -#: hardware.xml:1045 hardware.xml:1048 hardware.xml:1054 hardware.xml:1060 -#: hardware.xml:1066 +#: hardware.xml:1072 hardware.xml:1075 hardware.xml:1078 hardware.xml:1081 +#: hardware.xml:1084 hardware.xml:1087 hardware.xml:1090 hardware.xml:1093 +#: hardware.xml:1096 hardware.xml:1099 hardware.xml:1102 hardware.xml:1105 +#: hardware.xml:1111 hardware.xml:1114 hardware.xml:1120 hardware.xml:1126 +#: hardware.xml:1132 #, no-c-format msgid "OldWorld" msgstr "OldWorld" #. Tag: entry -#: hardware.xml:1008 +#: hardware.xml:1074 #, no-c-format msgid "Performa 6360, 6400, 6500" msgstr "Performa 6360, 6400, 6500" #. Tag: entry -#: hardware.xml:1011 +#: hardware.xml:1077 #, no-c-format msgid "Power Macintosh 4400, 5400" msgstr "Power Macintosh 4400, 5400" #. Tag: entry -#: hardware.xml:1014 +#: hardware.xml:1080 #, no-c-format msgid "Power Macintosh 7200, 7300, 7500, 7600" msgstr "Power Macintosh 7200, 7300, 7500, 7600" #. Tag: entry -#: hardware.xml:1017 +#: hardware.xml:1083 #, no-c-format msgid "Power Macintosh 8200, 8500, 8600" msgstr "Power Macintosh 8200, 8500, 8600" #. Tag: entry -#: hardware.xml:1020 +#: hardware.xml:1086 #, no-c-format msgid "Power Macintosh 9500, 9600" msgstr "Power Macintosh 9500, 9600" #. Tag: entry -#: hardware.xml:1023 +#: hardware.xml:1089 #, no-c-format msgid "Power Macintosh (Beige) G3 Minitower" msgstr "Power Macintosh (Beige) G3 Minitower" #. Tag: entry -#: hardware.xml:1026 +#: hardware.xml:1092 #, no-c-format msgid "Power Macintosh (Beige) Desktop, All-in-One" msgstr "Power Macintosh (Beige) Desktop, All-in-One" #. Tag: entry -#: hardware.xml:1029 +#: hardware.xml:1095 #, no-c-format msgid "PowerBook 2400, 3400, 3500" msgstr "PowerBook 2400, 3400, 3500" #. Tag: entry -#: hardware.xml:1032 +#: hardware.xml:1098 #, no-c-format msgid "PowerBook G3 Wallstreet (1998)" msgstr "PowerBook G3 Wallstreet (1998)" #. Tag: entry -#: hardware.xml:1035 +#: hardware.xml:1101 #, no-c-format msgid "Twentieth Anniversary Macintosh" msgstr "Twentieth Anniversary Macintosh" #. Tag: entry -#: hardware.xml:1038 +#: hardware.xml:1104 #, no-c-format msgid "Workgroup Server 7250, 7350, 8550, 9650, G3" msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3" #. Tag: entry -#: hardware.xml:1043 +#: hardware.xml:1109 #, no-c-format msgid "Power Computing" msgstr "Power Computing" #. Tag: entry -#: hardware.xml:1044 +#: hardware.xml:1110 #, no-c-format msgid "PowerBase, PowerTower / Pro, PowerWave" msgstr "PowerBase, PowerTower / Pro, PowerWave" #. Tag: entry -#: hardware.xml:1047 +#: hardware.xml:1113 #, no-c-format msgid "PowerCenter / Pro, PowerCurve" msgstr "PowerCenter / Pro, PowerCurve" #. Tag: entry -#: hardware.xml:1052 +#: hardware.xml:1118 #, no-c-format msgid "UMAX" msgstr "UMAX" #. Tag: entry -#: hardware.xml:1053 +#: hardware.xml:1119 #, no-c-format msgid "C500, C600, J700, S900" msgstr "C500, C600, J700, S900" #. Tag: entry -#: hardware.xml:1058 +#: hardware.xml:1124 #, no-c-format msgid "APS" msgstr "APS" #. Tag: entry -#: hardware.xml:1059 +#: hardware.xml:1125 #, no-c-format msgid "APS Tech M*Power 604e/2000" msgstr "APS Tech M*Power 604e/2000" #. Tag: entry -#: hardware.xml:1064 hardware.xml:1090 +#: hardware.xml:1130 hardware.xml:1156 #, no-c-format msgid "Motorola" msgstr "Motorola" #. Tag: entry -#: hardware.xml:1065 +#: hardware.xml:1131 #, no-c-format msgid "Starmax 3000, 4000, 5000, 5500" msgstr "Starmax 3000, 4000, 5000, 5500" #. Tag: title -#: hardware.xml:1074 +#: hardware.xml:1140 #, no-c-format msgid "PReP subarchitecture" msgstr "La sous-architecture PReP" #. Tag: entry -#: hardware.xml:1091 +#: hardware.xml:1157 #, no-c-format msgid "Firepower, PowerStack Series E, PowerStack II" msgstr "Firepower, PowerStack Series E, PowerStack II" #. Tag: entry -#: hardware.xml:1093 +#: hardware.xml:1159 #, no-c-format msgid "MPC 7xx, 8xx" msgstr "MPC 7xx, 8xx" #. Tag: entry -#: hardware.xml:1095 +#: hardware.xml:1161 #, no-c-format msgid "MTX, MTX+" msgstr "MTX, MTX+" #. Tag: entry -#: hardware.xml:1097 +#: hardware.xml:1163 #, no-c-format msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx" #. Tag: entry -#: hardware.xml:1099 +#: hardware.xml:1165 #, no-c-format msgid "MCP(N)750" msgstr "MCP(N)750" #. Tag: entry -#: hardware.xml:1103 hardware.xml:1134 +#: hardware.xml:1169 hardware.xml:1200 #, no-c-format msgid "IBM RS/6000" msgstr "IBM RS/6000" #. Tag: entry -#: hardware.xml:1104 +#: hardware.xml:1170 #, no-c-format msgid "40P, 43P" msgstr "40P, 43P" #. Tag: entry -#: hardware.xml:1106 +#: hardware.xml:1172 #, no-c-format msgid "Power 830/850/860 (6070, 6050)" msgstr "Power 830/850/860 (6070, 6050)" #. Tag: entry -#: hardware.xml:1108 +#: hardware.xml:1174 #, no-c-format msgid "6030, 7025, 7043" msgstr "6030, 7025, 7043" #. Tag: entry -#: hardware.xml:1110 +#: hardware.xml:1176 #, no-c-format msgid "p640" msgstr "p640" #. Tag: title -#: hardware.xml:1118 +#: hardware.xml:1184 #, no-c-format msgid "CHRP subarchitecture" msgstr "La sous-architecture CHRP" #. Tag: entry -#: hardware.xml:1135 +#: hardware.xml:1201 #, no-c-format msgid "B50, 43P-150, 44P" msgstr "B50, 43P-150, 44P" #. Tag: entry -#: hardware.xml:1138 +#: hardware.xml:1204 #, no-c-format msgid "Genesi" msgstr "Genesi" #. Tag: entry -#: hardware.xml:1139 +#: hardware.xml:1205 #, no-c-format msgid "Pegasos I, Pegasos II" msgstr "Pegasos I, Pegasos II" #. Tag: entry -#: hardware.xml:1142 +#: hardware.xml:1208 #, no-c-format msgid "Fixstars" msgstr "Fixstars" #. Tag: entry -#: hardware.xml:1143 +#: hardware.xml:1209 #, no-c-format msgid "YDL PowerStation" msgstr "YDL PowerStation" #. Tag: title -#: hardware.xml:1151 +#: hardware.xml:1217 #, no-c-format msgid "APUS subarchitecture (unsupported)" msgstr "La sous-architecture APUS (non gérée)" #. Tag: entry -#: hardware.xml:1167 +#: hardware.xml:1233 #, no-c-format msgid "Amiga Power-UP Systems (APUS)" msgstr "Amiga Power-UP Systems (APUS)" #. Tag: entry -#: hardware.xml:1168 +#: hardware.xml:1234 #, no-c-format msgid "A1200, A3000, A4000" msgstr "A1200, A3000, A4000" #. Tag: title -#: hardware.xml:1176 +#: hardware.xml:1242 #, no-c-format msgid "Nubus PowerMac subarchitecture (unsupported)" msgstr "Sous-architecture Nubus PowerMac (non gérée)" #. Tag: para -#: hardware.xml:1178 +#: hardware.xml:1244 #, no-c-format msgid "" "NuBus systems are not currently supported by &debian;/powerpc. The " @@ -1809,13 +1999,13 @@ msgstr "" "ulink>." #. Tag: title -#: hardware.xml:1215 +#: hardware.xml:1281 #, no-c-format msgid "Non-PowerPC Macs" msgstr "Mac non PowerPC" #. Tag: para -#: hardware.xml:1217 +#: hardware.xml:1283 #, no-c-format msgid "" "Macintosh computers using the 680x0 series of processors are not." #. Tag: title -#: hardware.xml:1268 +#: hardware.xml:1370 #, no-c-format msgid "PAV and HyperPAV" msgstr "PAV et HyperPAV" #. Tag: para -#: hardware.xml:1269 +#: hardware.xml:1371 #, no-c-format msgid "" "PAV and HyperPAV are supported transparently, multipathing is not needed to " @@ -1913,13 +2139,13 @@ msgstr "" "proposés pour le formatage, le partitionnement ou une utilisation immédiate." #. Tag: title -#: hardware.xml:1285 +#: hardware.xml:1387 #, no-c-format msgid "CPU and Main Boards Support" msgstr "Microprocesseurs et cartes mère" #. Tag: para -#: hardware.xml:1286 +#: hardware.xml:1388 #, no-c-format msgid "" "Sparc-based hardware is divided into a number of different subarchitectures, " @@ -1933,13 +2159,13 @@ msgstr "" "dans quelle mesure elles sont gérées par &debian;." #. Tag: term -#: hardware.xml:1297 +#: hardware.xml:1399 #, no-c-format msgid "sun4, sun4c, sun4d, sun4m" msgstr "sun4, sun4c, sun4d, sun4m" #. Tag: para -#: hardware.xml:1299 +#: hardware.xml:1401 #, no-c-format msgid "" "None of these 32-bit sparc subarchitectures (sparc32) is supported. For a " @@ -1952,7 +2178,7 @@ msgstr "" "Wikipedia donne la liste de toutes les machines concernées." #. Tag: para -#: hardware.xml:1306 +#: hardware.xml:1408 #, no-c-format msgid "" "The last &debian; release to support sparc32 was Etch, but even then only " @@ -1964,13 +2190,13 @@ msgstr "" "32 bits avaient été abandonnées lors de précédentes versions." #. Tag: term -#: hardware.xml:1316 +#: hardware.xml:1418 #, no-c-format msgid "sun4u" msgstr "sun4u" #. Tag: para -#: hardware.xml:1318 +#: hardware.xml:1420 #, no-c-format msgid "" "This subarchitecture includes all 64-bit machines (sparc64) based on the " @@ -1989,13 +2215,13 @@ msgstr "" "ou plusieurs processeurs." #. Tag: term -#: hardware.xml:1331 +#: hardware.xml:1433 #, no-c-format msgid "sun4v" msgstr "sun4v" #. Tag: para -#: hardware.xml:1333 +#: hardware.xml:1435 #, no-c-format msgid "" "This is the newest addition to the Sparc family, which includes machines " @@ -2009,7 +2235,7 @@ msgstr "" "T2000 de Sun. Ils sont correctement gérés. Utilisez le noyau sparc64-smp" #. Tag: para -#: hardware.xml:1344 +#: hardware.xml:1446 #, no-c-format msgid "" "Note that Fujitsu's SPARC64 CPUs used in PRIMEPOWER family of servers are " @@ -2020,13 +2246,13 @@ msgstr "" "noyau Linux." #. Tag: title -#: hardware.xml:1353 +#: hardware.xml:1455 #, no-c-format msgid "Laptops" msgstr "Portables" #. Tag: para -#: hardware.xml:1354 +#: hardware.xml:1456 #, no-c-format msgid "" "From a technical point of view, laptops are normal PCs, so all information " @@ -2052,13 +2278,13 @@ msgstr "" "sous Linux." #. Tag: title -#: hardware.xml:1371 hardware.xml:1391 hardware.xml:1418 hardware.xml:1441 +#: hardware.xml:1473 hardware.xml:1493 hardware.xml:1520 hardware.xml:1543 #, no-c-format msgid "Multiple Processors" msgstr "Processeurs multiples" #. Tag: para -#: hardware.xml:1372 +#: hardware.xml:1474 #, no-c-format msgid "" "Multiprocessor support — also called symmetric multiprocessingsymmetric multiprocessingsymmetric multiprocessing quand on configure le noyau." #. Tag: para -#: hardware.xml:1442 +#: hardware.xml:1544 #, no-c-format msgid "" "Multiprocessor support — also called symmetric multiprocessing" #. Tag: title -#: hardware.xml:1469 +#: hardware.xml:1571 #, no-c-format msgid "Graphics Card Support" msgstr "Gestion des cartes graphiques" #. Tag: para -#: hardware.xml:1470 +#: hardware.xml:1572 #, no-c-format msgid "" "&debian;'s support for graphical interfaces is determined by the underlying " @@ -2244,7 +2470,7 @@ msgstr "" "de base de la carte graphique." #. Tag: para -#: hardware.xml:1483 +#: hardware.xml:1585 #, no-c-format msgid "" "Details on supported graphics cards and pointing devices can be found at " @@ -2256,7 +2482,7 @@ msgstr "" "&release; propose la version &x11ver; de X.Org." #. Tag: para -#: hardware.xml:1488 +#: hardware.xml:1590 #, no-c-format msgid "The X.Org X Window System is only supported on the SGI Indy and the O2." msgstr "" @@ -2264,7 +2490,7 @@ msgstr "" "Indy et O2." #. Tag: para -#: hardware.xml:1493 +#: hardware.xml:1595 #, no-c-format msgid "" "Most graphics options commonly found on Sparc-based machines are supported. " @@ -2284,7 +2510,7 @@ msgstr "" "la documentation pour savoir comment activer la carte." #. Tag: para -#: hardware.xml:1503 +#: hardware.xml:1605 #, no-c-format msgid "" "It is not uncommon for a Sparc machine to have two graphics cards in a " @@ -2312,13 +2538,13 @@ msgstr "" "avant d'amorcer le système." #. Tag: title -#: hardware.xml:1525 +#: hardware.xml:1627 #, no-c-format msgid "Network Connectivity Hardware" msgstr "Matériel de connexion réseau" #. Tag: para -#: hardware.xml:1526 +#: hardware.xml:1628 #, no-c-format msgid "" "Almost any network interface card (NIC) supported by the &arch-kernel; " @@ -2335,7 +2561,7 @@ msgstr "" "arch=\"i386\">Beaucoup d'anciennes cartes ISA le sont aussi." #. Tag: para -#: hardware.xml:1536 +#: hardware.xml:1638 #, no-c-format msgid "" "This includes a lot of generic PCI cards (for systems that have PCI) and the " @@ -2345,61 +2571,61 @@ msgstr "" "suivantes :" #. Tag: para -#: hardware.xml:1542 +#: hardware.xml:1644 #, no-c-format msgid "Sun LANCE" msgstr "Sun LANCE" #. Tag: para -#: hardware.xml:1547 +#: hardware.xml:1649 #, no-c-format msgid "Sun Happy Meal" msgstr "Sun Happy Meal" #. Tag: para -#: hardware.xml:1552 +#: hardware.xml:1654 #, no-c-format msgid "Sun BigMAC" msgstr "Sun BigMAC" #. Tag: para -#: hardware.xml:1557 +#: hardware.xml:1659 #, no-c-format msgid "Sun QuadEthernet" msgstr "Sun QuadEthernet" #. Tag: para -#: hardware.xml:1562 +#: hardware.xml:1664 #, no-c-format msgid "MyriCOM Gigabit Ethernet" msgstr "MyriCOM Gigabit Ethernet" #. Tag: para -#: hardware.xml:1569 +#: hardware.xml:1671 #, no-c-format msgid "The list of supported network devices is:" msgstr "La liste des cartes réseau reconnues est :" #. Tag: para -#: hardware.xml:1574 +#: hardware.xml:1676 #, no-c-format msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)" msgstr "Channel to Channel (CTC) et ESCON connection (réelle ou émulée)." #. Tag: para -#: hardware.xml:1579 +#: hardware.xml:1681 #, no-c-format msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)" msgstr "OSA-2 Token Ring/Ethernet et OSA-Express Fast Ethernet (non-QDIO)" #. Tag: para -#: hardware.xml:1584 +#: hardware.xml:1686 #, no-c-format msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs" msgstr "OSA-Express en mode QDIO, HiperSockets et Guest-LANs" #. Tag: para -#: hardware.xml:1593 +#: hardware.xml:1695 #, no-c-format msgid "" "On &arch-title;, most built-in Ethernet devices are supported and modules " @@ -2409,19 +2635,19 @@ msgstr "" "reconnus et des modules pour les périphériques USB et PCI sont fournis." #. Tag: para -#: hardware.xml:1598 +#: hardware.xml:1700 #, no-c-format msgid "ISDN is supported, but not during the installation." msgstr "Le RNIS ne peut pas être utilisé pour l'installation." #. Tag: title -#: hardware.xml:1605 +#: hardware.xml:1707 #, no-c-format msgid "Wireless Network Cards" msgstr "Cartes réseau sans fil" #. Tag: para -#: hardware.xml:1606 +#: hardware.xml:1708 #, no-c-format msgid "" "Wireless networking is in general supported as well and a growing number of " @@ -2433,7 +2659,7 @@ msgstr "" "beaucoup d'entre eux demandent le chargement d'un microprogramme." #. Tag: para -#: hardware.xml:1613 +#: hardware.xml:1715 #, no-c-format msgid "" "If firmware is needed, the installer will prompt you to load firmware. See " @@ -2446,7 +2672,7 @@ msgstr "" "pendant l'installation." #. Tag: para -#: hardware.xml:1618 +#: hardware.xml:1720 #, no-c-format msgid "" "Wireless NICs that are not supported by the official &arch-kernel; kernel " @@ -2458,7 +2684,7 @@ msgstr "" "l'installation." #. Tag: para -#: hardware.xml:1623 +#: hardware.xml:1725 #, no-c-format msgid "" "If there is a problem with wireless and there is no other NIC you can use " @@ -2476,7 +2702,7 @@ msgstr "" "avez besoin et configurer le réseau." #. Tag: para -#: hardware.xml:1633 +#: hardware.xml:1735 #, no-c-format msgid "" "In some cases the driver you need may not be available as a &debian; " @@ -2494,13 +2720,13 @@ msgstr "" "un pilote Windows." #. Tag: title -#: hardware.xml:1647 +#: hardware.xml:1749 #, no-c-format msgid "Known Issues for &arch-title;" msgstr "Problèmes connus sur &arch-title;" #. Tag: para -#: hardware.xml:1648 +#: hardware.xml:1750 #, no-c-format msgid "" "There are a couple of issues with specific network cards that are worth " @@ -2510,13 +2736,13 @@ msgstr "" "mentionnés." #. Tag: title -#: hardware.xml:1655 +#: hardware.xml:1757 #, no-c-format msgid "Conflict between tulip and dfme drivers" msgstr "Conflits entre les pilotes tulip et dfme" #. Tag: para -#: hardware.xml:1657 +#: hardware.xml:1759 #, no-c-format msgid "" "There are various PCI network cards that have the same PCI identification, " @@ -2532,7 +2758,7 @@ msgstr "" "identité, le noyau ne les distingue pas et peut charger le mauvais pilote." #. Tag: para -#: hardware.xml:1667 +#: hardware.xml:1769 #, no-c-format msgid "" "This is a common problem on Netra systems with a Davicom (DEC-Tulip " @@ -2546,7 +2772,7 @@ msgstr "" "Voyez la ." #. Tag: para -#: hardware.xml:1675 +#: hardware.xml:1777 #, no-c-format msgid "" "An alternative solution during the installation is to switch to a shell and " @@ -2565,13 +2791,13 @@ msgstr "" "redémarré." #. Tag: title -#: hardware.xml:1688 +#: hardware.xml:1790 #, no-c-format msgid "Sun B100 blade" msgstr "Sun B100 blade" #. Tag: para -#: hardware.xml:1690 +#: hardware.xml:1792 #, no-c-format msgid "" "The cassini network driver does not work with Sun B100 " @@ -2581,13 +2807,13 @@ msgstr "" "systèmes Sun B100 blade." #. Tag: title -#: hardware.xml:1705 +#: hardware.xml:1807 #, no-c-format msgid "Braille Displays" msgstr "Les plages Braille" #. Tag: para -#: hardware.xml:1706 +#: hardware.xml:1808 #, no-c-format msgid "" "Support for braille displays is determined by the underlying support found " @@ -2605,13 +2831,13 @@ msgstr "" "version &brlttyver; de brltty." #. Tag: title -#: hardware.xml:1720 +#: hardware.xml:1822 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "Synthèse vocale matérielle" #. Tag: para -#: hardware.xml:1721 +#: hardware.xml:1823 #, no-c-format msgid "" "Support for hardware speech synthesis devices is determined by the " @@ -2632,13 +2858,13 @@ msgstr "" "version &speakupver; de speakup." #. Tag: title -#: hardware.xml:1741 +#: hardware.xml:1843 #, no-c-format msgid "Peripherals and Other Hardware" msgstr "Périphériques et autres matériels" #. Tag: para -#: hardware.xml:1742 +#: hardware.xml:1844 #, no-c-format msgid "" "&arch-kernel; supports a large variety of hardware devices such as mice, " @@ -2651,7 +2877,7 @@ msgstr "" "ces périphériques n'est requis lors de l'installation du système." #. 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 " @@ -2665,7 +2891,7 @@ msgstr "" "et souris USB ne demandent aucune configuration particulière." #. Tag: para -#: hardware.xml:1757 +#: hardware.xml:1859 #, no-c-format msgid "" "Package installations from XPRAM and tape are not supported by this system. " @@ -2678,14 +2904,14 @@ msgstr "" "FTP." #. Tag: title -#: hardware.xml:1770 +#: hardware.xml:1872 #, no-c-format msgid "Devices Requiring Firmware" msgstr "" "Périphériques demandant des microprogrammes (firmware)" #. Tag: para -#: hardware.xml:1771 +#: hardware.xml:1873 #, no-c-format msgid "" "Besides the availability of a device driver, some hardware also requires so-" @@ -2707,7 +2933,7 @@ msgstr "" "le système d'un microprogramme spécifique." #. 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 " @@ -2723,7 +2949,7 @@ msgstr "" "d'exploitation à chaque démarrage." #. 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 " @@ -2741,7 +2967,7 @@ msgstr "" "de paquet dans la section non-free de l'archive." #. 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 " @@ -2759,7 +2985,7 @@ msgstr "" "télécharger des microprogrammes pendant l'installation." #. 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 " @@ -2779,13 +3005,13 @@ msgstr "" "pilote tg3." #. Tag: title -#: hardware.xml:1825 +#: hardware.xml:1927 #, no-c-format msgid "Purchasing Hardware Specifically for GNU/&arch-kernel;" msgstr "Acheter du matériel spécialement pour GNU/&arch-kernel;" #. Tag: para -#: hardware.xml:1827 +#: hardware.xml:1929 #, no-c-format msgid "" "There are several vendors, who ship systems with &debian; or other " @@ -2801,7 +3027,7 @@ msgstr "" "certain que le matériel est bien reconnu par GNU/Linux." #. 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 " @@ -2817,7 +3043,7 @@ msgstr "" "donner des pistes." #. 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 " @@ -2835,13 +3061,13 @@ msgstr "" "amis de &arch-kernel;." #. Tag: title -#: hardware.xml:1854 +#: hardware.xml:1956 #, no-c-format msgid "Avoid Proprietary or Closed Hardware" msgstr "Éviter le matériel propriétaire ou fermé" #. 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 " @@ -2859,7 +3085,7 @@ msgstr "" "fonctionner sous &arch-kernel;." #. 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) " @@ -2882,7 +3108,7 @@ msgstr "" "se conforment à la norme." #. 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 " @@ -2903,7 +3129,7 @@ msgstr "" "d'exploitation libre sans un pilote propriétaire fourni par le constructeur." #. 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 " @@ -2927,7 +3153,7 @@ msgstr "" "d'exploitation que vous utilisez." #. Tag: para -#: hardware.xml:1901 +#: hardware.xml:2003 #, no-c-format msgid "" "You can help improve this situation by encouraging manufacturers of closed " @@ -2939,13 +3165,13 @@ msgstr "" "nécessaire à la programmation de pilotes libres pour leur matériel." #. Tag: title -#: hardware.xml:1916 +#: hardware.xml:2018 #, no-c-format msgid "Installation Media" msgstr "Les supports d'installation" #. 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 " @@ -2961,13 +3187,13 @@ msgstr "" "reporter à cette page." #. Tag: title -#: hardware.xml:1928 +#: hardware.xml:2030 #, no-c-format msgid "Floppies" msgstr "Les disquettes" #. 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. " @@ -2979,31 +3205,36 @@ msgstr "" "densité (1440 kilo-octets) de 3,5 pouces." #. Tag: para -#: hardware.xml:1935 +#: hardware.xml:2037 #, no-c-format msgid "For CHRP, floppy support is currently broken." msgstr "Pour CHRP, l'utilisation de disquette est actuellement impossible." #. Tag: title -#: hardware.xml:1942 -#, no-c-format -msgid "CD-ROM/DVD-ROM" +#: hardware.xml:2044 +#, fuzzy, no-c-format +#| msgid "CD-ROM/DVD-ROM" +msgid "CD-ROM/DVD-ROM/BD-ROM" msgstr "CD-ROM/DVD-ROM" #. Tag: para -#: hardware.xml:1944 -#, no-c-format +#: hardware.xml:2046 +#, fuzzy, 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." 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 "" "Chaque fois que vous lirez CD dans ce manuel, cela voudra " "dire aussi bien CD-ROM que DVD-ROM, car, du point de vue du système " "d'exploitation, les deux techniques sont les mêmes." #. Tag: para -#: hardware.xml:1950 +#: hardware.xml:2052 #, no-c-format msgid "CD-ROM based installation is supported for most architectures." msgstr "" @@ -3011,29 +3242,20 @@ msgstr "" "architectures." #. Tag: para -#: hardware.xml:1954 -#, no-c-format -msgid "On PCs SATA, IDE/ATAPI and SCSI CD-ROMs are supported." -msgstr "Les CD de type SCSI, SATA et IDE/ATAPI sont reconnus." - -#. Tag: para -#: hardware.xml:1958 -#, no-c-format +#: hardware.xml:2056 +#, fuzzy, no-c-format +#| msgid "" +#| "USB CD-ROM drives are also supported, as are FireWire devices that are " +#| "supported by the ohci1394 and sbp2 drivers." msgid "" -"USB CD-ROM drives are also supported, as are FireWire devices that are " -"supported by the ohci1394 and sbp2 drivers." +"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 "" "Les lecteurs USB sont reconnus, comme le sont les périphériques FireWire " "reconnus par les pilotes ohci1394 et sbp2." #. Tag: para -#: hardware.xml:1963 -#, no-c-format -msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines." -msgstr "Les CD IDE/ATAPI sont reconnus par toutes les architectures ARM." - -#. 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 " @@ -3053,20 +3275,27 @@ msgstr "" "le microprogramme." #. Tag: title -#: hardware.xml:1981 +#: hardware.xml:2085 #, no-c-format msgid "USB Memory Stick" msgstr "Les clés USB" #. Tag: para -#: hardware.xml:1983 -#, no-c-format +#: hardware.xml:2087 +#, fuzzy, no-c-format +#| msgid "" +#| "USB flash disks a.k.a. USB memory sticks have become a commonly used and " +#| "cheap storage device. Most modern computer systems also allow booting the " +#| "&d-i; from such a stick. Many modern computer systems, in particular " +#| "netbooks and thin laptops, do not have a CD/DVD-ROM drive anymore at all " +#| "and booting from USB media ist the standard way of installing a new " +#| "operating system on them." 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 "" "Les disques flash USB, (clés USB), sont des périphériques de stockage bon " @@ -3076,13 +3305,13 @@ msgstr "" "l'installation d'un nouveau système peut se faire par une clé USB." #. Tag: title -#: hardware.xml:1995 +#: hardware.xml:2099 #, no-c-format msgid "Network" msgstr "Le réseau" #. 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 " @@ -3101,7 +3330,7 @@ msgstr "" "l'installation terminée, vous pouvez configurer les modes ISDN ou PPP." #. Tag: para -#: hardware.xml:2007 +#: hardware.xml:2111 #, no-c-format msgid "" "You can also boot the installation system over the " @@ -3122,7 +3351,7 @@ msgstr "" "la méthode d'installation préférée pour &arch-title;." #. Tag: para -#: hardware.xml:2020 +#: hardware.xml:2124 #, no-c-format msgid "" "Diskless installation, using network booting from a local area network and " @@ -3133,13 +3362,13 @@ msgstr "" "possibilité." #. Tag: title -#: hardware.xml:2029 +#: hardware.xml:2133 #, no-c-format msgid "Hard Disk" msgstr "Les disques durs" #. Tag: para -#: hardware.xml:2031 +#: hardware.xml:2135 #, no-c-format msgid "" "Booting the installation system directly from a hard disk is another option " @@ -3153,7 +3382,7 @@ msgstr "" "des cas spéciaux, quand aucune autre méthode n'est disponible." #. Tag: para -#: hardware.xml:2038 +#: hardware.xml:2142 #, no-c-format msgid "" "Although the &arch-title; does not allow booting from SunOS (Solaris), you " @@ -3164,13 +3393,13 @@ msgstr "" "tout à fait possible." #. Tag: title -#: hardware.xml:2047 +#: hardware.xml:2151 #, no-c-format msgid "Un*x or GNU system" msgstr "Un*x ou système GNU" #. 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 " @@ -3190,13 +3419,13 @@ msgstr "" "pour les experts, quand aucune autre méthode n'est disponible." #. Tag: title -#: hardware.xml:2062 +#: hardware.xml:2166 #, no-c-format msgid "Supported Storage Systems" msgstr "Systèmes de stockage reconnus" #. Tag: para -#: hardware.xml:2064 +#: hardware.xml:2168 #, no-c-format msgid "" "The &debian; installer contains a kernel which is built to maximize the " @@ -3206,7 +3435,7 @@ msgstr "" "tourner un maximum de systèmes." #. Tag: para -#: hardware.xml:2068 +#: hardware.xml:2172 #, no-c-format msgid "" "Generally, the &debian; installation system includes support for IDE (also " @@ -3220,7 +3449,7 @@ msgstr "" "(VFAT) et NTFS." #. 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 " @@ -3244,7 +3473,7 @@ msgstr "" "reconnu par le noyau Linux." #. 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 " @@ -3256,7 +3485,7 @@ msgstr "" "pas du tout les disquettes sur les systèmes CHRP." #. 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 " @@ -3268,7 +3497,7 @@ msgstr "" "pas les disquettes." #. 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 " @@ -3278,7 +3507,7 @@ msgstr "" "système de démarrage." #. 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 " @@ -3291,13 +3520,13 @@ msgstr "" "de disque S/390 plus courant (cdl)." #. Tag: title -#: hardware.xml:2152 +#: hardware.xml:2256 #, no-c-format msgid "Memory and Disk Space Requirements" msgstr "Mémoire et espace disque nécessaires" #. 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 " @@ -3311,7 +3540,7 @@ msgstr "" ">." #. Tag: para -#: hardware.xml:2161 +#: hardware.xml:2265 #, no-c-format msgid "" "Installation on systems with less memory " @@ -3330,6 +3559,45 @@ msgstr "" "moins d'espace disque disponible est encore possible mais ce n'est " "recommandé qu'aux utilisateurs expérimentés." +#~ msgid "IBM PowerPC (little endian)" +#~ msgstr "IBM PowerPC (petit boutien)" + +#~ 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 "" +#~ "L'architecture &arch-title; fonctionne seulement sur les processeurs " +#~ "Itanium d'Intel. Elle ne fonctionne pas sur les processeurs 64 bits plus " +#~ "communs appartenant à la famille Intel 64, comme le Pentium D ou le " +#~ "Core2 Duo. Ces systèmes fonctionnent avec l'architecture " +#~ "amd64 ou si vous préférez le mode 32 bits, avec " +#~ "l'architecture i386." + +#~ msgid "" +#~ "There are two major support &architecture; flavors: " +#~ "PA-RISC 1.1 and PA-RISC 2.0. The PA-RISC 1.1 architecture is targeted at " +#~ "32-bit processors whereas the 2.0 architecture is targeted to the 64-bit " +#~ "processors. Some systems are able to run either kernel. In both cases, " +#~ "the userland is 32-bit. There is the possibility of a 64-bit userland in " +#~ "the future." +#~ msgstr "" +#~ "Il y a 2 versions principales de &architecture; : PA-RISC 1.1 et PA-RISC 2.0. L'architecture PA-" +#~ "RISC 1.1 s'adresse aux processeurs 32 bits tandis que la 2.0 " +#~ "s'adresse aux processeurs 64 bits. Certains systèmes permettent " +#~ "d'exécuter l'un ou l'autre noyau. Dans les deux cas, l'espace utilisateur " +#~ "(userland) est en 32 bits. Il y a aura peut-être un espace " +#~ "utilisateur en 64 bits." + +#~ msgid "On PCs SATA, IDE/ATAPI and SCSI CD-ROMs are supported." +#~ msgstr "Les CD de type SCSI, SATA et IDE/ATAPI sont reconnus." + +#~ msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines." +#~ msgstr "Les CD IDE/ATAPI sont reconnus par toutes les architectures ARM." + #~ msgid "" #~ "However, &debian; GNU/Linux &releasename; will not " #~ "run on 386 or earlier processors. Despite the architecture name \"i386\", " diff --git a/po/fr/install-methods.po b/po/fr/install-methods.po index 174d4c545..c96ede264 100644 --- a/po/fr/install-methods.po +++ b/po/fr/install-methods.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 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: 2015-03-07 15:30+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -313,14 +313,21 @@ msgstr "" "créer une clef USB amorçable avec l'installateur peut être obtenue depuis " "&armmp-hd-media-tarball;." +#. 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 "Comment créer des disquettes depuis des images disque ?" #. 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 " @@ -331,7 +338,7 @@ msgstr "" "amorcées à partir d'un CD ou d'un autre moyen." #. 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 " @@ -341,7 +348,7 @@ msgstr "" "lecteurs de disquettes USB." #. 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 " @@ -362,7 +369,7 @@ msgstr "" "copie des secteurs du fichier vers la disquette." #. 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 " @@ -374,7 +381,7 @@ msgstr "" "formes." #. 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 " @@ -389,7 +396,7 @@ msgstr "" "DVD d'installation, les images sont incluses sur le CD/DVD." #. 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 " @@ -401,13 +408,13 @@ msgstr "" "pas endommagées par mégarde." #. Tag: title -#: install-methods.xml:309 +#: install-methods.xml:313 #, no-c-format msgid "Writing Disk Images From a Linux or Unix System" msgstr "Écrire des images disque depuis Linux ou un système Unix" #. 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 " @@ -446,7 +453,7 @@ msgstr "" "eject et lisez la page de manuel associée.." #. 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 " @@ -482,7 +489,7 @@ msgstr "" "demander à l'administrateur. " #. 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 " @@ -494,13 +501,13 @@ msgstr "" "bien ; vous devrez l'installer." #. Tag: title -#: install-methods.xml:370 +#: install-methods.xml:374 #, no-c-format msgid "Writing Disk Images From DOS, Windows, or OS/2" msgstr "Écrire des images disque depuis DOS, Windows ou OS/2" #. 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 " @@ -511,7 +518,7 @@ msgstr "" "disquettes." #. Tag: para -#: install-methods.xml:377 +#: install-methods.xml:381 #, no-c-format msgid "" "The rawrite1 and rawrite2 programs can " @@ -527,7 +534,7 @@ msgstr "" "fonctionnera pas." #. Tag: para -#: install-methods.xml:385 +#: install-methods.xml:389 #, no-c-format msgid "" "The rwwrtwin program runs on Windows 95, NT, 98, 2000, " @@ -539,7 +546,7 @@ msgstr "" "diskio.dll dans le même répertoire pour pouvoir l'utiliser." #. 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 " @@ -549,13 +556,13 @@ msgstr "" "/tools." #. Tag: title -#: install-methods.xml:404 +#: install-methods.xml:408 #, no-c-format msgid "Writing Disk Images From MacOS" msgstr "Écrire des images disque depuis MacOS" #. Tag: para -#: install-methods.xml:405 +#: install-methods.xml:409 #, no-c-format msgid "" "An AppleScript, Make &debian; Floppy, is " @@ -578,7 +585,7 @@ msgstr "" "écrire le fichier image dessus." #. 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 " @@ -593,13 +600,13 @@ msgstr "" "disquettes avec l'un de ces utilitaires." #. Tag: title -#: install-methods.xml:427 +#: install-methods.xml:431 #, no-c-format msgid "Writing Disk Images with Disk Copy" msgstr "Écrire des images disque avec Disk Copy" #. 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 " @@ -614,7 +621,7 @@ msgstr "" "&debian;." #. Tag: para -#: install-methods.xml:437 +#: install-methods.xml:441 #, no-c-format msgid "" "Obtain Creator-Changer " @@ -624,7 +631,7 @@ msgstr "" "ulink> et utilisez-le pour ouvrir le fichier root.bin." #. Tag: para -#: install-methods.xml:444 +#: install-methods.xml:448 #, no-c-format msgid "" "Change the Creator to ddsk (Disk Copy), and the Type " @@ -636,7 +643,7 @@ msgstr "" "binaire). Pour ces champs, la casse des lettres importe." #. 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 " @@ -664,7 +671,7 @@ msgstr "" "\"&url-powerpc-diskcopy;\">." #. Tag: para -#: install-methods.xml:467 +#: install-methods.xml:471 #, no-c-format msgid "" "Run Disk Copy, and select " @@ -681,13 +688,13 @@ msgstr "" "Lorsque l'opération est terminée, la disquette sera éjectée." #. Tag: title -#: install-methods.xml:482 +#: install-methods.xml:486 #, no-c-format msgid "Writing Disk Images with suntar" msgstr "Écrire des images disque avec suntar" #. Tag: para -#: install-methods.xml:486 +#: install-methods.xml:490 #, no-c-format msgid "" "Obtain suntar from Special." #. Tag: para -#: install-methods.xml:494 +#: install-methods.xml:498 #, no-c-format msgid "" "Insert the floppy disk as requested, then hit &enterkey; (start at sector 0)." @@ -710,7 +717,7 @@ msgstr "" "&enterkey; (cela commence au secteur 0)." #. Tag: para -#: install-methods.xml:500 +#: install-methods.xml:504 #, no-c-format msgid "" "Select the root.bin file in the file-opening dialog." @@ -719,7 +726,7 @@ msgstr "" "dialogue de sélection des fichiers." #. Tag: para -#: install-methods.xml:505 +#: install-methods.xml:509 #, no-c-format msgid "" "After the floppy has been created successfully, select " @@ -733,7 +740,7 @@ msgstr "" "disquette, jetez-la et essayez avec une autre." #. Tag: para -#: install-methods.xml:513 +#: install-methods.xml:517 #, no-c-format msgid "" "Before using the floppy you created, set the write protect tab pour obtenir cette image." #. Tag: para -#: install-methods.xml:566 +#: install-methods.xml:570 #, no-c-format msgid "" "Alternatively, for very small USB sticks, only a few megabytes in size, you " @@ -825,7 +832,7 @@ msgstr "" "dans la )" #. Tag: para -#: install-methods.xml:573 +#: install-methods.xml:577 #, no-c-format msgid "" "The CD or DVD image you choose should be written directly to the USB stick, " @@ -852,7 +859,7 @@ msgstr "" "l'image avec d'autres systèmes d'exploitation." #. Tag: para -#: install-methods.xml:587 +#: install-methods.xml:591 #, no-c-format msgid "" "The image must be written to the whole-disk device and not a partition, e." @@ -864,7 +871,7 @@ msgstr "" "modifient l'image, tels que unetbootin." #. Tag: para -#: install-methods.xml:593 +#: install-methods.xml:597 #, no-c-format msgid "" "Simply writing the CD or DVD image to USB like this should work fine for " @@ -876,7 +883,7 @@ msgstr "" "utilisateurs aux besoins spécifiques." #. Tag: para -#: install-methods.xml:601 +#: install-methods.xml:605 #, no-c-format msgid "" "The hybrid image on the stick does not occupy all the storage space, so it " @@ -890,7 +897,7 @@ msgstr "" "pour stocker d'autres fichiers, microprogrammes, paquets, etc." #. Tag: para -#: install-methods.xml:609 +#: install-methods.xml:613 #, no-c-format msgid "" "Create a second, FAT partition on the stick, mount the partition and copy or " @@ -900,7 +907,7 @@ msgstr "" "et y copier et décompresser le microprogramme. Par exemple :" #. Tag: screen -#: install-methods.xml:614 +#: install-methods.xml:618 #, no-c-format msgid "" "# mount /dev/sdX2 /mnt\n" @@ -916,7 +923,7 @@ msgstr "" "# umount /mnt" #. 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. " @@ -929,13 +936,13 @@ msgstr "" "présente. Débrancher et rebrancher la clé rend les deux partitions visibles." #. Tag: title -#: install-methods.xml:630 +#: install-methods.xml:634 #, no-c-format msgid "Manually copying files to the USB stick" msgstr "Copie des fichiers — méthode simple" #. 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 " @@ -949,7 +956,7 @@ msgstr "" "\"usb-copy-flexible\"/>." #. 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 " @@ -965,7 +972,7 @@ msgstr "" "classname> avec son fichier de configuration." #. Tag: para -#: install-methods.xml:647 +#: install-methods.xml:651 #, no-c-format msgid "" "Note that, although convenient, this method does have one major " @@ -980,19 +987,19 @@ msgstr "" "repartitionner la clé et créer un nouveau système de fichiers." #. 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 "Il vous suffit d'extraire cette image sur votre clé USB :" #. Tag: screen -#: install-methods.xml:659 +#: install-methods.xml:663 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX" msgstr "# zcat boot.img.gz > /dev/sdX" #. 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 " @@ -1004,13 +1011,13 @@ msgstr "" "l'image avec :" #. Tag: screen -#: install-methods.xml:667 +#: install-methods.xml:671 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX2" msgstr "# zcat boot.img.gz > /dev/sdX2" #. Tag: para -#: install-methods.xml:669 +#: install-methods.xml:673 #, no-c-format msgid "" "After that, mount the USB memory stick " @@ -1032,13 +1039,13 @@ msgstr "" "fait !" #. 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 "Copie des fichiers — méthode détaillée" #. 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 " @@ -1054,13 +1061,13 @@ msgstr "" "(ou d'un DVD) entier." #. 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 "Partitionner un périphérique USB" #. 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, " @@ -1070,7 +1077,7 @@ msgstr "" "tout le périphérique." #. 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 " @@ -1104,7 +1111,7 @@ msgstr "" "le paquet &debian; dosfstools." #. 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 " @@ -1123,7 +1130,7 @@ msgstr "" "système de fichiers FAT." #. Tag: para -#: install-methods.xml:742 +#: install-methods.xml:746 #, no-c-format msgid "" "To put syslinux on the FAT16 partition on your USB " @@ -1148,13 +1155,13 @@ msgstr "" "filename> qui contient le code du programme d'amorçage." #. 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 "Ajouter l'image d'installation" #. Tag: para -#: install-methods.xml:760 +#: install-methods.xml:764 #, no-c-format msgid "" "Mount the partition (mount /dev/sdX1 /" @@ -1179,7 +1186,7 @@ msgstr "" "command> ne peut traiter que des noms de type DOS (8.3)." #. Tag: para -#: install-methods.xml:784 +#: install-methods.xml:788 #, no-c-format msgid "" "Next you should create a syslinux.cfg configuration " @@ -1204,7 +1211,7 @@ msgstr "" "D'autres paramètres peuvent être ajoutés." #. 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 " @@ -1214,7 +1221,7 @@ msgstr "" "prompt 1." #. 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 " @@ -1235,7 +1242,7 @@ msgstr "" "userinput>)." #. 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 " @@ -1265,7 +1272,7 @@ msgstr "" "le paquet &debian; hfsutils." #. 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 " @@ -1282,7 +1289,7 @@ msgstr "" "HFS." #. Tag: para -#: install-methods.xml:851 +#: install-methods.xml:855 #, no-c-format msgid "" "The normal ybin tool that comes with yabootmount /dev/sdX2 /" @@ -1328,31 +1335,31 @@ msgstr "" "mnt) et copiez les fichiers suivants sur la clé :" #. Tag: para -#: install-methods.xml:879 +#: install-methods.xml:883 #, no-c-format msgid "vmlinux (kernel binary)" msgstr "vmlinux (noyau binaire)" #. Tag: para -#: install-methods.xml:884 +#: install-methods.xml:888 #, no-c-format msgid "initrd.gz (initial ramdisk image)" msgstr "initrd.gz (image du disque virtuel initial)" #. Tag: para -#: install-methods.xml:889 +#: install-methods.xml:893 #, no-c-format msgid "yaboot.conf (yaboot configuration file)" msgstr "yaboot.conf (fichier de configuration de yaboot)" #. Tag: para -#: install-methods.xml:894 +#: install-methods.xml:898 #, no-c-format msgid "boot.msg (optional boot message)" msgstr "boot.msg (message optionnel)" #. Tag: para -#: install-methods.xml:901 +#: install-methods.xml:905 #, no-c-format msgid "" "The yaboot.conf configuration file should contain the " @@ -1388,13 +1395,13 @@ msgstr "" "taille de l'image qui est amorcée." #. Tag: title -#: install-methods.xml:939 +#: install-methods.xml:943 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "Préparer les fichiers pour amorcer depuis un disque dur" #. 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 " @@ -1407,7 +1414,7 @@ msgstr "" "le BIOS." #. Tag: para -#: install-methods.xml:946 +#: install-methods.xml:950 #, no-c-format msgid "" "A full, pure network installation can be achieved using this " @@ -1421,7 +1428,7 @@ msgstr "" "disquettes peu fiables." #. 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 " @@ -1445,7 +1452,7 @@ msgstr "" "que vous avez téléchargés." #. Tag: para -#: install-methods.xml:964 +#: install-methods.xml:968 #, no-c-format msgid "" "Different programs are used for hard disk installation system booting, " @@ -1457,7 +1464,7 @@ msgstr "" "OldWorld." #. Tag: title -#: install-methods.xml:973 +#: install-methods.xml:977 #, no-c-format msgid "" "Hard disk installer booting from Linux using LILO or " @@ -1467,7 +1474,7 @@ msgstr "" "command> ou GRUB" #. 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 " @@ -1477,7 +1484,7 @@ msgstr "" "existante en utilisant LILO ou GRUB." #. 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 " @@ -1490,7 +1497,7 @@ msgstr "" "par le noyau." #. 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 " @@ -1502,19 +1509,19 @@ msgstr "" "pas lire des fichiers placés sur un système de fichiers NTFS." #. Tag: para -#: install-methods.xml:995 +#: install-methods.xml:999 #, no-c-format msgid "vmlinuz (kernel binary)" msgstr "vmlinuz (noyau binaire)" #. Tag: para -#: install-methods.xml:1000 +#: install-methods.xml:1004 #, no-c-format msgid "initrd.gz (ramdisk image)" msgstr "initrd.gz (disque virtuel initial)" #. Tag: para -#: install-methods.xml:1007 +#: install-methods.xml:1011 #, no-c-format msgid "" "Finally, to configure the bootloader proceed to ." #. Tag: title -#: install-methods.xml:1017 +#: install-methods.xml:1021 #, no-c-format msgid "Hard disk installer booting from DOS using loadlin" msgstr "" @@ -1532,7 +1539,7 @@ msgstr "" "command>" #. 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 " @@ -1542,7 +1549,7 @@ msgstr "" "de DOS avec loadlin." #. 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:\\." #. Tag: para -#: install-methods.xml:1028 +#: install-methods.xml:1032 #, no-c-format msgid "" "/&x86-install-dir; (kernel binary and ramdisk image)" msgstr "/&x86-install-dir; (noyau et disque mémoire)" #. Tag: para -#: install-methods.xml:1033 +#: install-methods.xml:1037 #, no-c-format msgid "/tools (loadlin tool)" msgstr "/tools (loadlin)" #. Tag: title -#: install-methods.xml:1046 +#: install-methods.xml:1050 #, no-c-format msgid "Hard Disk Installer Booting for OldWorld Macs" msgstr "Amorçage de l'installateur sur disque dur pour les Mac OldWorld" #. Tag: para -#: install-methods.xml:1047 +#: install-methods.xml:1051 #, no-c-format msgid "" "The boot-floppy-hfs floppy uses miBootBootX pour ce modèle." #. Tag: para -#: install-methods.xml:1060 +#: install-methods.xml:1064 #, no-c-format msgid "" "Download and unstuff the BootX distribution, " @@ -1625,13 +1632,13 @@ msgstr "" "système actif." #. Tag: title -#: install-methods.xml:1080 +#: install-methods.xml:1084 #, no-c-format msgid "Hard Disk Installer Booting for NewWorld Macs" msgstr "Amorçage de l'installateur sur disque dur pour les Mac NewWorld." #. 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 " @@ -1653,7 +1660,7 @@ msgstr "" "reconnu et ne doit pas être utilisé avec les PowerMac NewWorld." #. Tag: para -#: install-methods.xml:1092 +#: install-methods.xml:1096 #, no-c-format msgid "" "Copy (not move) the following four files which you " @@ -1667,31 +1674,31 @@ msgstr "" "dur) :" #. Tag: filename -#: install-methods.xml:1102 install-methods.xml:1428 +#: install-methods.xml:1106 install-methods.xml:1432 #, no-c-format msgid "vmlinux" msgstr "vmlinux" #. 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 "initrd.gz" #. Tag: filename -#: install-methods.xml:1112 install-methods.xml:1438 +#: install-methods.xml:1116 install-methods.xml:1442 #, no-c-format msgid "yaboot" msgstr "yaboot" #. 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 "yaboot.conf" #. 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 " @@ -1707,7 +1714,7 @@ msgstr "" "l'invite de Open Firmware lorsque vous amorcerez l'installateur." #. Tag: para -#: install-methods.xml:1130 +#: install-methods.xml:1134 #, no-c-format msgid "To boot the installer, proceed to ." msgstr "" @@ -1715,13 +1722,13 @@ msgstr "" "\"/>." #. Tag: title -#: install-methods.xml:1143 +#: install-methods.xml:1147 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "Préparer les fichiers pour amorcer depuis le réseau avec TFTP" #. 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 " @@ -1736,7 +1743,7 @@ msgstr "" "spécifique de cette machine et celle-ci doit savoir amorcer votre machine." #. 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 serverou un serveur BOOTP." #. Tag: para -#: install-methods.xml:1159 +#: install-methods.xml:1163 #, no-c-format msgid "" "The Reverse Address Resolution Protocol " @@ -1772,7 +1779,7 @@ msgstr "" "DHCP." #. 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 " @@ -1784,7 +1791,7 @@ msgstr "" "pas s'amorcer avec BOOTP." #. 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 " @@ -1795,7 +1802,7 @@ msgstr "" "l'archive &debian;." #. 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 " @@ -1811,7 +1818,7 @@ msgstr "" "le nom de Solaris) et GNU/Linux." #. Tag: para -#: install-methods.xml:1192 +#: install-methods.xml:1196 #, no-c-format msgid "" "For a &debian-gnu; server we recommend tftpd-hpa. " @@ -1825,13 +1832,13 @@ msgstr "" "programme atftpd." #. Tag: title -#: install-methods.xml:1208 +#: install-methods.xml:1212 #, no-c-format msgid "Setting up RARP server" msgstr "Configurer un serveur RARP" #. 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 " @@ -1851,7 +1858,7 @@ msgstr "" "ip addr show dev eth0." #. 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 " @@ -1877,13 +1884,13 @@ msgstr "" "userinput>." #. Tag: title -#: install-methods.xml:1242 +#: install-methods.xml:1246 #, no-c-format msgid "Setting up a DHCP server" msgstr "Configurer un serveur DHCP" #. Tag: para -#: install-methods.xml:1243 +#: install-methods.xml:1247 #, no-c-format msgid "" "One free software DHCP server is ISC dhcpd. For &debian-" @@ -1897,7 +1904,7 @@ msgstr "" "dhcpd.conf) :" #. Tag: screen -#: install-methods.xml:1250 +#: install-methods.xml:1254 #, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -1941,7 +1948,7 @@ msgstr "" "}" #. Tag: para -#: install-methods.xml:1252 +#: install-methods.xml:1256 #, no-c-format msgid "" "In this example, there is one server servername " @@ -1959,7 +1966,7 @@ msgstr "" "par TFTP." #. Tag: para -#: install-methods.xml:1262 +#: install-methods.xml:1266 #, no-c-format msgid "" "After you have edited the dhcpd configuration file, " @@ -1970,13 +1977,13 @@ msgstr "" "restart." #. Tag: title -#: install-methods.xml:1270 +#: install-methods.xml:1274 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "Amorçage PXE et configuration de DHCP" #. 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-" @@ -2048,13 +2055,13 @@ msgstr "" "du noyau (voir la ci-dessous)." #. Tag: title -#: install-methods.xml:1291 +#: install-methods.xml:1295 #, no-c-format msgid "Setting up a BOOTP server" msgstr "Configurer un serveur BOOTP" #. 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 " @@ -2069,7 +2076,7 @@ msgstr "" "classname> et isc-dhcp-server de &debian-gnu;." #. 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 " @@ -2134,7 +2141,7 @@ msgstr "" "userinput> est celle de l'adresse MAC de la machine. " #. Tag: para -#: install-methods.xml:1333 +#: install-methods.xml:1337 #, no-c-format msgid "" "By contrast, setting up BOOTP with ISC dhcpd is really " @@ -2158,13 +2165,13 @@ msgstr "" "command> avec /etc/init.d/isc-dhcp-server restart." #. Tag: title -#: install-methods.xml:1352 +#: install-methods.xml:1356 #, no-c-format msgid "Enabling the TFTP Server" msgstr "Activer le serveur TFTP" #. 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 " @@ -2174,7 +2181,7 @@ msgstr "" "que tftpd est activé." #. 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 " @@ -2190,7 +2197,7 @@ msgstr "" "peut être modifié en le reconfigurant." #. Tag: para -#: install-methods.xml:1367 +#: install-methods.xml:1371 #, no-c-format msgid "" "Historically, TFTP servers used /tftpboot as directory " @@ -2208,7 +2215,7 @@ msgstr "" "filename>. Vous aurez à modifier les exemples de cette section." #. Tag: para -#: install-methods.xml:1377 +#: install-methods.xml:1381 #, no-c-format msgid "" "All in.tftpd alternatives available in &debian; should " @@ -2225,7 +2232,7 @@ msgstr "" "erreurs." #. 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 " @@ -2256,13 +2263,13 @@ msgstr "" "serveur TFTP peut utiliser." #. Tag: title -#: install-methods.xml:1407 +#: install-methods.xml:1411 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "Mettre les images TFTP en place" #. 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 netboot/ :" #. Tag: filename -#: install-methods.xml:1448 +#: install-methods.xml:1452 #, no-c-format msgid "boot.msg" msgstr "boot.msg" #. Tag: para -#: install-methods.xml:1453 +#: install-methods.xml:1457 #, no-c-format msgid "" "For PXE booting, everything you should need is set up in the " @@ -2318,7 +2325,7 @@ msgstr "" "d'amorçage à tftpd." #. Tag: para -#: install-methods.xml:1461 +#: install-methods.xml:1465 #, no-c-format msgid "" "For PXE booting, everything you should need is set up in the " @@ -2334,13 +2341,13 @@ msgstr "" "filename> comme fichier d'amorçage à tftpd." #. Tag: title -#: install-methods.xml:1473 +#: install-methods.xml:1477 #, no-c-format msgid "SPARC TFTP Booting" msgstr "Amorçage TFTP pour SPARC" #. Tag: para -#: install-methods.xml:1474 +#: install-methods.xml:1478 #, no-c-format msgid "" "Some SPARC architectures add the subarchitecture names, such as " @@ -2370,7 +2377,7 @@ msgstr "" "d'ajouter le nom de la sous-architecture pour obtenir le nom du fichier." #. Tag: para -#: install-methods.xml:1490 +#: install-methods.xml:1494 #, no-c-format msgid "" "If you've done all this correctly, giving the command boot netbootpd to supply the " @@ -2417,13 +2424,13 @@ msgstr "" "filename= dans /etc/dhcpd.conf." #. Tag: title -#: install-methods.xml:1617 +#: install-methods.xml:1621 #, no-c-format msgid "Automatic Installation" msgstr "Installation automatisée" #. 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 " @@ -2440,13 +2447,13 @@ msgstr "" "informations." #. Tag: title -#: install-methods.xml:1630 +#: install-methods.xml:1634 #, no-c-format msgid "Automatic Installation Using the &debian; Installer" msgstr "Installation automatisée avec l'installateur &debian;" #. Tag: para -#: install-methods.xml:1631 +#: install-methods.xml:1635 #, no-c-format msgid "" "The &debian; Installer supports automating installs via preconfiguration " @@ -2460,7 +2467,7 @@ msgstr "" "qui seront posées pendant l'installation." #. 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/fr/partitioning.po b/po/fr/partitioning.po index 085665b63..c8330d132 100644 --- a/po/fr/partitioning.po +++ b/po/fr/partitioning.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: partitionning\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: 2015-01-17 19:31+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -624,13 +624,19 @@ msgstr "" #. Tag: para #: partitioning.xml:291 -#, no-c-format +#, fuzzy, 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." 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 "" "Avec une machine possédant 32 Mo de RAM et un disque IDE de 1,7 Go " "sur /dev/hda, on pourrait créer une partition de " @@ -685,26 +691,26 @@ msgstr "" #. Tag: para #: partitioning.xml:335 -#, no-c-format -msgid "" -"The first SCSI disk (SCSI ID address-wise) is named /dev/sda." +#, fuzzy, no-c-format +#| msgid "The first DASD device is named /dev/dasda." +msgid "The first hard disk detected is named /dev/sda." msgstr "" -"Le premier disque SCSI (selon l'ID SCSI) est nommé /dev/sda." +"Le premier périphérique DASD est appelé /dev/dasda." #. Tag: para -#: partitioning.xml:341 -#, no-c-format +#: partitioning.xml:340 +#, fuzzy, no-c-format +#| msgid "" +#| "The second DASD device is named /dev/dasdb, and so " +#| "on." 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 "" -"Le deuxième disque SCSI (selon l'ID) est nommé /dev/sdb, etc." +"Le second périphérique DASD est appelé /dev/dasdb, etc." #. Tag: para -#: partitioning.xml:347 +#: partitioning.xml:346 #, no-c-format msgid "" "The first SCSI CD-ROM is named /dev/scd0, also known as " @@ -714,48 +720,14 @@ msgstr "" "encore /dev/sr0." #. Tag: para -#: partitioning.xml:353 -#, no-c-format -msgid "" -"The master disk on IDE primary controller is named /dev/hda." -msgstr "" -"Le disque maître sur le contrôleur IDE primaire est nommé /dev/" -"hda." - -#. Tag: para -#: partitioning.xml:359 -#, no-c-format -msgid "" -"The slave disk on IDE primary controller is named /dev/hdb." -msgstr "" -"Le disque esclave sur le contrôleur IDE primaire est nommé /dev/" -"hdb." - -#. 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 "" -"Les disques maître et esclave sur le deuxième contrôleur sont nommés " -"respectivement /dev/hdc et /dev/hdd. Les nouveaux contrôleurs IDE peuvent avoir deux canaux " -"fonctionnant comme deux contrôleurs distincts ;" - -#. Tag: para -#: partitioning.xml:376 +#: partitioning.xml:355 #, no-c-format msgid "The first DASD device is named /dev/dasda." msgstr "" "Le premier périphérique DASD est appelé /dev/dasda." #. Tag: para -#: partitioning.xml:382 +#: partitioning.xml:361 #, no-c-format msgid "" "The second DASD device is named /dev/dasdb, and so on." @@ -763,7 +735,7 @@ msgstr "" "Le second périphérique DASD est appelé /dev/dasdb, etc." #. 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 " @@ -777,7 +749,7 @@ msgstr "" "système." #. 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 " @@ -797,7 +769,7 @@ msgstr "" "sdb et à ses partitions." #. 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 " @@ -811,16 +783,23 @@ msgstr "" "les modèles ou les tailles des disques." #. Tag: para -#: partitioning.xml:415 -#, no-c-format +#: partitioning.xml:394 +#, fuzzy, 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." 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 "" "Linux représente les partitions primaires par le nom du disque, suivi des " "nombres 1 à 4. Par exemple la première partition sur le premier disque IDE " @@ -832,7 +811,7 @@ msgstr "" "qu'aux disques SCSI." #. Tag: para -#: partitioning.xml:426 +#: partitioning.xml:404 #, no-c-format msgid "" "Sun disk partitions allow for 8 separate partitions (or slices). The third " @@ -847,7 +826,7 @@ msgstr "" "le programme d'amorçage (soit SILO, soit celui de Sun)." #. 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 " @@ -861,13 +840,13 @@ msgstr "" "périphérique DASD du système." #. Tag: title -#: partitioning.xml:448 +#: partitioning.xml:426 #, no-c-format msgid "&debian; Partitioning Programs" msgstr "Programmes de partitionnement" #. Tag: para -#: partitioning.xml:449 +#: partitioning.xml:427 #, no-c-format msgid "" "Several varieties of partitioning programs have been adapted by &debian; " @@ -881,7 +860,7 @@ msgstr "" "votre architecture :" #. Tag: para -#: partitioning.xml:462 +#: partitioning.xml:440 #, no-c-format msgid "" "Recommended partitioning tool in &debian;. This Swiss army knife can also " @@ -895,14 +874,14 @@ msgstr "" "Windows) sur des points de montage." #. Tag: para -#: partitioning.xml:474 +#: partitioning.xml:452 #, no-c-format msgid "The original Linux disk partitioner, good for gurus." msgstr "" "C'est le premier partitionneur de disque pour Linux... bon pour les gourous." #. Tag: para -#: partitioning.xml:478 +#: partitioning.xml:456 #, no-c-format msgid "" "Be careful if you have existing FreeBSD partitions on your machine. The " @@ -918,7 +897,7 @@ msgstr "" "\">Linux+FreeBSD HOWTO." #. 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 "" @@ -926,7 +905,7 @@ msgstr "" "écran... pour nous autres." #. Tag: para -#: partitioning.xml:495 +#: partitioning.xml:473 #, no-c-format msgid "" "Note that cfdisk doesn't understand FreeBSD partitions at " @@ -936,25 +915,25 @@ msgstr "" "partitions FreeBSD et que les noms des périphériques peuvent être différents." #. Tag: para -#: partitioning.xml:505 +#: partitioning.xml:483 #, no-c-format msgid "Atari-aware version of fdisk." msgstr "Version de fdisk pour les machines Atari." #. Tag: para -#: partitioning.xml:514 +#: partitioning.xml:492 #, no-c-format msgid "Amiga-aware version of fdisk." msgstr "Version de fdisk pour les machines Amiga." #. Tag: para -#: partitioning.xml:523 +#: partitioning.xml:501 #, no-c-format msgid "Mac-aware version of fdisk." msgstr "Version de fdisk pour Mac." #. Tag: para -#: partitioning.xml:532 +#: partitioning.xml:510 #, no-c-format msgid "" "PowerMac-aware version of fdisk, also used by BVM and " @@ -964,7 +943,7 @@ msgstr "" "et Motorola VMEbus." #. Tag: para -#: partitioning.xml:542 +#: partitioning.xml:520 #, no-c-format msgid "" "&arch-title; version of fdisk; Please read the fdasd " @@ -978,7 +957,7 @@ msgstr "" "périphériques et commandes d'installation." #. Tag: para -#: partitioning.xml:553 +#: partitioning.xml:531 #, no-c-format msgid "" "One of these programs will be run by default when you select " @@ -992,13 +971,13 @@ msgstr "" "cela n'est pas recommandé." #. Tag: para -#: partitioning.xml:560 +#: partitioning.xml:538 #, no-c-format msgid "Remember to mark your boot partition as Bootable." msgstr "N'oubliez pas de rendre amorçable votre partition racine." #. 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 " @@ -1017,14 +996,14 @@ msgstr "" "étapes que vous devez suivre si vous voulez partager votre disque avec MacOS." #. 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 "Partitionnement pour &arch-title;" #. Tag: para -#: partitioning.xml:580 +#: partitioning.xml:558 #, no-c-format msgid "" "PALO, the HPPA boot loader, requires a partition of type F0 " @@ -1054,7 +1033,7 @@ msgstr "" "charger ; 25 à 50 Mo sont généralement suffisants." #. 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 " @@ -1074,7 +1053,7 @@ msgstr "" "de la partition." #. Tag: para -#: partitioning.xml:614 +#: partitioning.xml:592 #, no-c-format msgid "" "The PC BIOS generally adds additional constraints for disk partitioning. " @@ -1096,7 +1075,7 @@ msgstr "" "à aplanir les difficultés les plus courantes." #. Tag: para -#: partitioning.xml:624 +#: partitioning.xml:602 #, no-c-format msgid "" "Primary partitions are the original partitioning scheme for " @@ -1117,7 +1096,7 @@ msgstr "" "revanche, il ne peut y avoir qu'une seule partition étendue par disque." #. 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 " @@ -1136,7 +1115,7 @@ msgstr "" "d'avoir créé vous-même des périphériques pour ces partitions." #. 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 " @@ -1152,7 +1131,7 @@ msgstr "" "(habituellement, autour de 524 Mo, sans la translation du BIOS)." #. 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 " @@ -1180,7 +1159,7 @@ msgstr "" "puisque &arch-kernel; n'utilise pas le BIOS pour les accès disque." #. 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 " @@ -1203,7 +1182,7 @@ msgstr "" "cylindres translatés." #. Tag: para -#: partitioning.xml:679 +#: partitioning.xml:657 #, no-c-format msgid "" "The recommended way of accomplishing this is to create a small " @@ -1226,7 +1205,7 @@ msgstr "" "translation (CHS), et quel que soit votre BIOS, avec ou sans extensions." #. Tag: para -#: partitioning.xml:700 +#: partitioning.xml:678 #, no-c-format msgid "" "The partman disk partitioner is the default partitioning " @@ -1242,13 +1221,13 @@ msgstr "" "programme parted pour créer les partitions du disque." #. Tag: title -#: partitioning.xml:712 +#: partitioning.xml:690 #, no-c-format msgid "EFI Recognized Formats" msgstr "Formats reconnu par EFI" #. 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, " @@ -1267,7 +1246,7 @@ msgstr "" "capable de gérer correctement à la fois les tables GPT et MS-DOS." #. Tag: para -#: partitioning.xml:725 +#: partitioning.xml:703 #, no-c-format msgid "" "The automatic partitioning recipes for partman allocate " @@ -1283,7 +1262,7 @@ msgstr "" "vous avez installé la partition d'échange (swap)." #. Tag: para -#: partitioning.xml:733 +#: partitioning.xml:711 #, no-c-format msgid "" "The partman partitioner will handle most disk layouts. " @@ -1334,13 +1313,13 @@ msgstr "" "la partition." #. Tag: title -#: partitioning.xml:758 +#: partitioning.xml:736 #, no-c-format msgid "Boot Loader Partition Requirements" msgstr "Partition nécessaire pour le programme d'amorçage" #. 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 " @@ -1357,7 +1336,7 @@ msgstr "" "souhaitez avoir différents noyaux, 128 Mo est sûrement plus adapté." #. 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 " @@ -1385,7 +1364,7 @@ msgstr "" "d'espace libre et de pouvoir rajouter une partition EFI." #. 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 " @@ -1395,13 +1374,13 @@ msgstr "" "même disque que la racine de votre système de fichiers." #. Tag: title -#: partitioning.xml:791 +#: partitioning.xml:769 #, no-c-format msgid "EFI Diagnostic Partitions" msgstr "Partitions de diagnostic EFI" #. Tag: para -#: partitioning.xml:792 +#: partitioning.xml:770 #, no-c-format msgid "" "The EFI firmware is significantly more sophisticated than the usual BIOS " @@ -1424,7 +1403,7 @@ msgstr "" "diagnostic est au moment de l'installation de la partition de démarrage EFI." #. 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 " @@ -1444,13 +1423,13 @@ msgstr "" "taille différente. Notez que l'en-tête de volume doit démarrer au secteur 0." #. Tag: title -#: partitioning.xml:831 +#: partitioning.xml:809 #, no-c-format msgid "Partitioning Newer PowerMacs" msgstr "Partitionnement pour les PowerMacs" #. 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 " @@ -1473,7 +1452,7 @@ msgstr "" "mac-fdisk avec la commande b." #. Tag: para -#: partitioning.xml:845 +#: partitioning.xml:823 #, no-c-format msgid "" "The special partition type Apple_Bootstrap is required to prevent MacOS from " @@ -1486,7 +1465,7 @@ msgstr "" "démarrer automatiquement." #. 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: " @@ -1505,7 +1484,7 @@ msgstr "" "command> et mkofboot servent à manipuler cette partition." #. Tag: para -#: partitioning.xml:862 +#: partitioning.xml:840 #, no-c-format msgid "" "In order for OpenFirmware to automatically boot &debian-gnu; the bootstrap " @@ -1528,7 +1507,7 @@ msgstr "" "adresses physiques sur le disque." #. Tag: para -#: partitioning.xml:874 +#: partitioning.xml:852 #, no-c-format msgid "" "Apple disks normally have several small driver partitions. If you intend to " @@ -1544,7 +1523,7 @@ msgstr "" "n'a pas de partition MacOS active ou pas de partition pour les pilotes." #. 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 " @@ -1559,7 +1538,7 @@ msgstr "" "qui est utilisée pour créer les Sun disk labels." #. Tag: para -#: partitioning.xml:899 +#: partitioning.xml:877 #, no-c-format msgid "" "Furthermore, on &arch-title; disks, make sure your first partition on your " @@ -1583,7 +1562,7 @@ msgstr "" "partitions et le bloc de démarrage tranquilles." #. 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 " @@ -1595,3 +1574,42 @@ msgstr "" "disk » (type 5), et contienne le disque entier (du premier au dernier " "cylindre). C'est une convention des étiquettes des disques Sun et cela aide " "le chargeur de démarrage SILO à ne pas perdre la tête." + +#~ msgid "" +#~ "The first SCSI disk (SCSI ID address-wise) is named /dev/sda." +#~ msgstr "" +#~ "Le premier disque SCSI (selon l'ID SCSI) est nommé /dev/sda." + +#~ msgid "" +#~ "The second SCSI disk (address-wise) is named /dev/sdb, and so on." +#~ msgstr "" +#~ "Le deuxième disque SCSI (selon l'ID) est nommé /dev/sdb, etc." + +#~ msgid "" +#~ "The master disk on IDE primary controller is named /dev/hda." +#~ msgstr "" +#~ "Le disque maître sur le contrôleur IDE primaire est nommé /dev/" +#~ "hda." + +#~ msgid "" +#~ "The slave disk on IDE primary controller is named /dev/hdb." +#~ msgstr "" +#~ "Le disque esclave sur le contrôleur IDE primaire est nommé /dev/" +#~ "hdb." + +#~ 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 "" +#~ "Les disques maître et esclave sur le deuxième contrôleur sont nommés " +#~ "respectivement /dev/hdc et /dev/hdd. Les nouveaux contrôleurs IDE peuvent avoir deux canaux " +#~ "fonctionnant comme deux contrôleurs distincts ;" diff --git a/po/fr/post-install.po b/po/fr/post-install.po index d135d943d..2016ee1c5 100644 --- a/po/fr/post-install.po +++ b/po/fr/post-install.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: post-install\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2014-01-29 10:50+0000\n" +"POT-Creation-Date: 2015-04-15 20:29+0000\n" "PO-Revision-Date: 2014-09-04 22:00+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -1146,17 +1146,27 @@ msgstr "" #. Tag: para #: post-install.xml:700 -#, no-c-format +#, fuzzy, 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." 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 "" "Pour passer en mode de secours, saisissez rescue à " "l'invite boot: ou amorcez le système avec le paramètre " @@ -1170,7 +1180,7 @@ msgstr "" "réparez le système." #. 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 " @@ -1186,7 +1196,7 @@ msgstr "" "RAID ou LVM que celles créées directement sur des disques." #. 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 " @@ -1204,7 +1214,7 @@ msgstr "" "lancer la commande grub-install '(hd0)'. " #. 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 " @@ -1222,7 +1232,7 @@ msgstr "" "sélectionné sera monté sur le répertoire /target." #. 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 "" @@ -1230,7 +1240,7 @@ msgstr "" "sera relancé." #. 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/fr/preparing.po b/po/fr/preparing.po index 84f007887..2bed3e6a9 100644 --- a/po/fr/preparing.po +++ b/po/fr/preparing.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 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: 2014-09-15 21:07+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -1720,7 +1720,7 @@ msgstr "" "touche à utiliser." #. Tag: title -#: preparing.xml:1138 preparing.xml:1290 +#: preparing.xml:1138 preparing.xml:1479 #, no-c-format msgid "Boot Device Selection" msgstr "Sélection du périphérique d'amorçage" @@ -1756,10 +1756,21 @@ msgstr "" #. Tag: para #: 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 " +#, fuzzy, 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 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 to system; commonly used keys are F12, " +#| "F11 and F8. Choosing a device from this " +#| "menu does not change the default boot order of the BIOS, i.e. you can " +#| "start once from a USB stick while having configured the internal harddisk " +#| "as the normal primary boot device." +msgid "" +"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 " @@ -1781,10 +1792,14 @@ msgstr "" #. Tag: para #: preparing.xml:1168 -#, no-c-format +#, fuzzy, 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 device from which the &d-i; shall be booted the primary boot device." 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 "" "Si le BIOS ne vous donne pas cette possibilité, vous devez modifier sa " @@ -1928,13 +1943,308 @@ msgstr "" "pour installer les routines pour le microprogramme dans la nvram." #. Tag: title -#: preparing.xml:1257 +#: preparing.xml:1253 +#, no-c-format +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 +#, fuzzy, no-c-format +#| msgid "Their order on the system." +msgid "an OS to be running on the system;" +msgstr "Leur ordre dans le système" + +#. 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 "Appel d'OpenBoot" #. Tag: para -#: preparing.xml:1259 +#: preparing.xml:1448 #, no-c-format msgid "" "OpenBoot provides the basic functions needed to boot the &arch-title; " @@ -1950,7 +2260,7 @@ msgstr "" "pas mal de choses, comme des tests, des scripts simples, etc." #. 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 " @@ -1972,7 +2282,7 @@ msgstr "" "la touche n pour obtenir le nouveau modèle d'invite." #. 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 " @@ -1987,7 +2297,7 @@ msgstr "" "utilisez un programme différent." #. 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 " @@ -2008,7 +2318,7 @@ msgstr "" "openboot;\">référence OpenBoot Sun ." #. Tag: para -#: preparing.xml:1302 +#: preparing.xml:1491 #, no-c-format msgid "" "Typically, with newer revisions, you can use OpenBoot devices such as " @@ -2053,7 +2363,7 @@ msgstr "" "ulink>." #. Tag: para -#: preparing.xml:1325 +#: preparing.xml:1514 #, no-c-format msgid "" "To boot from a specific device, use the command boot " @@ -2085,19 +2395,19 @@ msgstr "" " et sous Solaris :" #. Tag: screen -#: preparing.xml:1344 +#: preparing.xml:1533 #, no-c-format msgid "eeprom boot-device=disk1:1" msgstr "# eeprom boot-device=disk1:1" #. Tag: title -#: preparing.xml:1354 +#: preparing.xml:1543 #, no-c-format msgid "BIOS Setup" msgstr "Paramétrage du BIOS" #. 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 " @@ -2121,7 +2431,7 @@ msgstr "" "ligne et non caractère." #. 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-" @@ -2140,7 +2450,7 @@ msgstr "" "LPAR si la HMC et cette option sont disponibles." #. 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 " @@ -2166,13 +2476,13 @@ msgstr "" "spécifiques à &debian;." #. Tag: title -#: preparing.xml:1393 +#: preparing.xml:1582 #, no-c-format msgid "Native and LPAR installations" msgstr "Installations en mode natif et sur LPAR" #. Tag: para -#: preparing.xml:1394 +#: preparing.xml:1583 #, no-c-format msgid "" "Please refer to chapter 5 of the generic sub-" @@ -2235,13 +2545,13 @@ msgstr "" "les fichiers dans le bon ordre, se trouve avec les images." #. Tag: title -#: preparing.xml:1437 +#: preparing.xml:1626 #, no-c-format msgid "Setting up an installation server" msgstr "Configurer un serveur d'installation" #. 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 " @@ -2255,7 +2565,7 @@ msgstr "" "voulez installer et doit les rendre accessibles avec NFS, HTTP ou FTP." #. Tag: para -#: preparing.xml:1447 +#: preparing.xml:1636 #, no-c-format msgid "" "The installation server needs to copy the exact directory structure from any " @@ -2269,19 +2579,19 @@ msgstr "" "utiliser le contenu des CD d'installation." #. Tag: emphasis -#: preparing.xml:1456 +#: preparing.xml:1645 #, no-c-format msgid "FIXME: more information needed — from a Redbook?" msgstr "FIXME: more information needed — from a Redbook?" #. Tag: title -#: preparing.xml:1466 +#: preparing.xml:1655 #, no-c-format msgid "ARM firmware" msgstr "Microprogramme ARM" #. Tag: para -#: preparing.xml:1468 +#: preparing.xml:1657 #, no-c-format msgid "" "As already mentioned before, there is unfortunately no standard for system " @@ -2306,7 +2616,7 @@ msgstr "" "microprogramme original." #. 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 " @@ -2327,13 +2637,45 @@ msgstr "" "fournir des instructions utilisables pour tous les systèmes basés sur ARM." #. 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 "Setting the ethernet MAC address in u-boot" +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 +#, fuzzy, no-c-format +#| msgid "Setting the ethernet MAC address in u-boot" +msgid "Setting the ethernet MAC address in U-Boot" msgstr "Configurer l'adresse MAC Ethernet dans u-boot" #. Tag: para -#: preparing.xml:1494 +#: preparing.xml:1707 #, no-c-format msgid "" "The MAC address of every ethernet interface should normally be globally " @@ -2349,7 +2691,7 @@ msgstr "" "préconfigurent une de ces adresses sur chaque élément vendu." #. Tag: para -#: preparing.xml:1502 +#: preparing.xml:1715 #, no-c-format msgid "" "In the case of development boards, sometimes the manufacturer wants to avoid " @@ -2373,7 +2715,7 @@ msgstr "" "client, ne fonctionnerait évidemment pas correctement." #. Tag: para -#: preparing.xml:1513 +#: preparing.xml:1726 #, no-c-format msgid "" "To avoid conflicts with existing officially-assigned MAC addresses, there is " @@ -2394,12 +2736,19 @@ msgstr "" "administrée localement." #. Tag: para -#: preparing.xml:1523 -#, no-c-format +#: preparing.xml:1736 +#, fuzzy, no-c-format +#| msgid "" +#| "On systems using u-boot as system firmware, the ethernet MAC address is " +#| "placed in the ethaddr environment variable. It can be " +#| "checked at the u-boot command prompt with the command printenv " +#| "ethaddr and can be set with the command setenv ethaddr ca:" +#| "ff:ee:12:34:56. After setting the value, the command " +#| "saveenv makes the assignment permanent." 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." @@ -2412,23 +2761,31 @@ msgstr "" "commande saveenv rend la modification permanente." #. Tag: title -#: preparing.xml:1534 -#, no-c-format -msgid "Kernel/Initrd/Device-Tree relocation issues in u-boot" +#: preparing.xml:1747 +#, fuzzy, no-c-format +#| msgid "Kernel/Initrd/Device-Tree relocation issues in u-boot" +msgid "Kernel/Initrd/Device-Tree relocation issues in U-Boot" msgstr "" "Problèmes de positionnement du noyau, de l'initrd et de l'arbre de " "périphériques dans u-boot" #. Tag: para -#: preparing.xml:1535 -#, no-c-format +#: preparing.xml:1748 +#, fuzzy, no-c-format +#| msgid "" +#| "On some systems with older u-boot versions there can be problems with " +#| "properly relocating the Linux kernel, the initial ramdisk and the device-" +#| "tree blob in memory during the boot process. In this case, u-boot shows " +#| "the message Starting kernel ..., but the system freezes " +#| "afterwards without further output. These issues have been solved with " +#| "newer u-boot versions from v2014.07 onwards." 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 "" "Sur certains systèmes avec d'anciennes versions de u-boot, il peut y avoir " "des problèmes de déplacement du noyau Linux, de l'image mémoire initiale ou " @@ -2438,18 +2795,28 @@ msgstr "" "dans les nouvelles versions de u-boot, postérieures à v2014.07." #. Tag: para -#: preparing.xml:1544 -#, no-c-format -msgid "" -"If the system has originally used a u-boot version older than v2014.07 and " +#: preparing.xml:1757 +#, fuzzy, no-c-format +#| msgid "" +#| "If the system has originally used a u-boot version older than v2014.07 " +#| "and has been upgraded to a newer version later, the problem might still " +#| "occur even after upgrading u-boot. Upgrading u-boot usually does not " +#| "modify the existing u-boot environment variables and the fix requires an " +#| "additional environment variable (bootm_size) to be set, which u-boot does " +#| "automatically only on fresh installations without existing environment " +#| "data. It is possible to manually set bootm_size to the new u-boot's " +#| "default value by running the command env default bootm_size; " +#| "saveenv at the u-boot prompt." +msgid "" +"If the system has originally used a U-Boot version older than v2014.07 and " "has been upgraded to a newer version later, the problem might still occur " -"even after upgrading u-boot. Upgrading u-boot usually does not modify the " -"existing u-boot environment variables and the fix requires an additional " -"environment variable (bootm_size) to be set, which u-boot does automatically " +"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 "" "Si le système utilisait une version plus ancienne que la v2014.07, et même " "après une mise à niveau de u-boot, le problème peut encore apparaître. La " @@ -2462,12 +2829,17 @@ msgstr "" "bootm_size; saveenv à l'invite de u-boot." #. Tag: para -#: preparing.xml:1555 -#, no-c-format +#: preparing.xml:1768 +#, fuzzy, no-c-format +#| msgid "" +#| "Another possibility to circumvent relocation-related problems is to run " +#| "the command setenv fdt_high ffffffff; setenv initrd_high " +#| "0xffffffff; saveenv at the u-boot prompt to completely disable " +#| "the relocation of the initial ramdisk and the device-tree blob." 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 "" "Une autre possibilité de contourner les problèmes liés au déplacement est " @@ -2476,13 +2848,13 @@ msgstr "" "le déplacement du disque mémoire initial et de l'arbre de périphériques." #. Tag: title -#: preparing.xml:1565 +#: preparing.xml:1778 #, no-c-format msgid "Systems with UEFI firmware" msgstr "Systèmes avec un microprogramme UEFI" #. Tag: para -#: preparing.xml:1566 +#: preparing.xml:1779 #, no-c-format msgid "" "UEFI (Unified Extensible Firmware Interface) is a new kind of " @@ -2495,8 +2867,16 @@ msgstr "" "autre, pour remplacer le BIOS classique des PC." #. Tag: para -#: preparing.xml:1572 -#, no-c-format +#: preparing.xml:1785 +#, fuzzy, no-c-format +#| msgid "" +#| "Currently most PC systems that use UEFI also have a so-called " +#| "Compatibility Support Module (CSM) in the firmware, which " +#| "provides excatly the same interfaces to an operating system as a classic " +#| "PC BIOS, so that software written for the classic PC BIOS can be used " +#| "unchanged. Nonetheless UEFI is intended to one day completely replace the " +#| "old PC BIOS without being fully backwards-compatible and there are " +#| "already a few systems with UEFI but without CSM." msgid "" "Currently most PC systems that use UEFI also have a so-called " "Compatibility Support Module (CSM) in the firmware, which " @@ -2504,7 +2884,7 @@ 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 "" "Actuellement, la majorité des systèmes PC qui utilisent l'UEFI intègrent " "aussi un module de compatibilité (Compatibility Support ModuleGUID Partition Table " +#| "(GPT). On a single disk, for all practical purposes only one of the two " +#| "can be used and in case of a multi-boot setup with different operating " +#| "systems on one disk, all of them must therefore use the same type of " +#| "partition table. Booting from a disk with GPT is only possible in native " +#| "UEFI mode, but using GPT becomes more and more common as hard disk sizes " +#| "grow, because the classic DOS partition table cannot address disks larger " +#| "than about 2 Terabytes while GPT allows for by far larger disks. The " +#| "other major difference between BIOS (or UEFI in CSM mode) and native UEFI " +#| "is from where boot code is loaded and in which format it has to be, so " +#| "that different bootloaders are needed for both systems." 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 " @@ -2531,10 +2929,10 @@ 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 "" "Sur les systèmes avec UEFI, il y a certains détails à prendre en compte " "lorsqu'on installe un système d'exploitation. La façon dont le " @@ -2556,7 +2954,7 @@ msgstr "" "différents sont utilisés pour chaque système." #. 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 " @@ -2590,8 +2988,26 @@ msgstr "" "UEFI natif." #. Tag: para -#: preparing.xml:1618 -#, no-c-format +#: preparing.xml:1831 +#, fuzzy, no-c-format +#| msgid "" +#| "Another UEFI-related topic is the so-called secure boot " +#| "mechanism. Secure boot means a function of UEFI implementations that " +#| "allows the firmware to only load and execute code that is " +#| "cryptographically signed with certain keys and thereby blocking any " +#| "(potentially malicious) boot code that is unsigned or signed with unknown " +#| "keys. In practice the only key accepted by default on most UEFI systems " +#| "with secure boot is a key from Microsoft used for signing the Windows " +#| "bootloader. As the boot code used by &d-i; is not signed by Microsoft, " +#| "booting the installer requires prior deactivation of secure boot in case " +#| "it is enabled. Secure boot is often enabled by default on systems that " +#| "come preinstalled with a 64Bit version of Windows 8 and there is " +#| "unfortunately no standard where in the UEFI setup it can be disabled. On " +#| "some systems, the option to disable secure boot is only made visible when " +#| "a BIOS password has been set by the user, so if you have a system with " +#| "secure boot enabled, but cannot find an option to disable it, try setting " +#| "a BIOS password, powercycle the machine and look again for an appropriate " +#| "option." msgid "" "Another UEFI-related topic is the so-called secure boot " "mechanism. Secure boot means a function of UEFI implementations that allows " @@ -2602,10 +3018,10 @@ 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." @@ -2631,28 +3047,43 @@ msgstr "" "nouveau une option appropriée." #. Tag: title -#: preparing.xml:1640 +#: preparing.xml:1853 #, no-c-format msgid "Disabling the Windows 8 fast boot feature" msgstr "Désactiver le démarrage rapide de Windows 8 (fast boot)" #. Tag: para -#: preparing.xml:1641 -#, 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." +#: preparing.xml:1854 +#, fuzzy, 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." +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 "" "Windows 8 offre une fonctionnalité appelée démarrage rapide (fast " "boot) pour réduire le temps de démarrage. Techniquement, lorsque " @@ -2671,20 +3102,32 @@ msgstr "" "corruption du système de fichiers, la fonctionnalité fast boot doit être désactivée depuis Windows." +#. Tag: para +#: preparing.xml:1870 +#, no-c-format +msgid "" +"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 "Problèmes matériels à surveiller" #. Tag: title -#: preparing.xml:1662 +#: preparing.xml:1885 #, no-c-format msgid "USB BIOS support and keyboards" msgstr "BIOS et Claviers USB" #. 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 " @@ -2704,13 +3147,13 @@ msgstr "" "support »." #. Tag: title -#: preparing.xml:1676 +#: preparing.xml:1899 #, no-c-format msgid "Display-visibility on OldWorld Powermacs" msgstr "Problèmes d'affichage sur OldWorld Powermacs" #. 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/fr/preseed.po b/po/fr/preseed.po index 0b9609b00..439577421 100644 --- a/po/fr/preseed.po +++ b/po/fr/preseed.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 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: 2015-03-22 20:00+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -2157,7 +2157,88 @@ msgstr "Exemples de partitionnement" #. Tag: screen #: preseed.xml:949 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# If the system has free space you can choose to only partition that " +#| "space.\n" +#| "# This is only honoured if partman-auto/method (below) is not set.\n" +#| "#d-i partman-auto/init_automatically_partition select biggest_free\n" +#| "\n" +#| "# Alternatively, you may specify a disk to partition. If the system has " +#| "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" +#| "# 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" +#| "# The presently available methods are:\n" +#| "# - regular: use the usual partition types for your architecture\n" +#| "# - lvm: use LVM to partition the disk\n" +#| "# - crypto: use LVM within an encrypted partition\n" +#| "d-i partman-auto/method string lvm\n" +#| "\n" +#| "# If one of the disks that are going to be automatically partitioned\n" +#| "# contains an old LVM configuration, the user will normally receive a\n" +#| "# warning. This can be preseeded away...\n" +#| "d-i partman-lvm/device_remove_lvm boolean true\n" +#| "# The same applies to pre-existing software RAID array:\n" +#| "d-i partman-md/device_remove_md boolean true\n" +#| "# And the same goes for the confirmation to write the lvm partitions.\n" +#| "d-i partman-lvm/confirm boolean true\n" +#| "d-i partman-lvm/confirm_nooverwrite boolean true\n" +#| "\n" +#| "# You can choose one of the three predefined partitioning recipes:\n" +#| "# - atomic: all files in one partition\n" +#| "# - home: separate /home partition\n" +#| "# - multi: separate /home, /var, and /tmp partitions\n" +#| "d-i partman-auto/choose_recipe select atomic\n" +#| "\n" +#| "# Or provide a recipe of your own...\n" +#| "# If you have a way to get a recipe file into the d-i environment, you " +#| "can\n" +#| "# just point at it.\n" +#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" +#| "\n" +#| "# If not, you can put an entire recipe into the preconfiguration file in " +#| "one\n" +#| "# (logical) line. This example creates a small /boot partition, suitable\n" +#| "# swap, and uses the rest of the space for the root partition:\n" +#| "#d-i partman-auto/expert_recipe string \\\n" +#| "# boot-root :: \\\n" +#| "# 40 50 100 ext3 \\\n" +#| "# $primary{ } $bootable{ } \\\n" +#| "# method{ format } format{ } \\\n" +#| "# use_filesystem{ } filesystem{ ext3 } \\\n" +#| "# mountpoint{ /boot } \\\n" +#| "# . \\\n" +#| "# 500 10000 1000000000 ext3 \\\n" +#| "# method{ format } format{ } \\\n" +#| "# use_filesystem{ } filesystem{ ext3 } \\\n" +#| "# mountpoint{ / } \\\n" +#| "# . \\\n" +#| "# 64 512 300% linux-swap \\\n" +#| "# method{ swap } format{ } \\\n" +#| "# .\n" +#| "\n" +#| "# The full recipe format is documented in the file partman-auto-recipe." +#| "txt\n" +#| "# included in the 'debian-installer' package or available from D-I " +#| "source\n" +#| "# repository. This also documents how to specify settings such as file\n" +#| "# system labels, volume group names and which physical devices to " +#| "include\n" +#| "# in a volume group.\n" +#| "\n" +#| "# This makes partman automatically partition without confirmation, " +#| "provided\n" +#| "# that you told it what to do using one of the methods above.\n" +#| "d-i partman-partitioning/confirm_write_new_label boolean true\n" +#| "d-i partman/choose_partition select finish\n" +#| "d-i partman/confirm boolean true\n" +#| "d-i partman/confirm_nooverwrite boolean true" msgid "" "# If the system has free space you can choose to only partition that space.\n" "# This is only honoured if partman-auto/method (below) is not set.\n" @@ -2167,8 +2248,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/fr/random-bits.po b/po/fr/random-bits.po index 5f20c4ad9..9d9477381 100644 --- a/po/fr/random-bits.po +++ b/po/fr/random-bits.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 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: 2015-01-17 19:32+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -77,263 +77,181 @@ msgstr "2e lecteur de disquette" #. Tag: filename #: random-bits.xml:37 #, no-c-format -msgid "hda" -msgstr "hda" +msgid "sda" +msgstr "sda" #. Tag: entry #: random-bits.xml:38 #, no-c-format -msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)" -msgstr "Disque dur IDE ou lecteur CD sur le premier port IDE (maître)" +msgid "First hard disk" +msgstr "" #. Tag: filename #: random-bits.xml:40 #, no-c-format -msgid "hdb" -msgstr "hdb" +msgid "sdb" +msgstr "sdb" #. Tag: entry #: random-bits.xml:41 #, no-c-format -msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)" -msgstr "Disque dur IDE ou lecteur CD sur le premier port IDE (esclave)" +msgid "Second hard disk" +msgstr "" #. Tag: filename #: random-bits.xml:43 #, no-c-format -msgid "hdc" -msgstr "hdc" +msgid "sda1" +msgstr "sda1" #. Tag: entry #: random-bits.xml:44 -#, no-c-format -msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)" -msgstr "Disque dur IDE ou lecteur CD sur le second port IDE (maître)" +#, fuzzy, no-c-format +#| msgid "First partition of the first IDE hard disk" +msgid "First partition of the first hard disk" +msgstr "1re partition sur le premier disque dur IDE" #. Tag: filename #: random-bits.xml:46 #, no-c-format -msgid "hdd" -msgstr "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)" -msgstr "Disque dur IDE ou lecteur CD sur le second port IDE (esclave)" - -#. Tag: filename -#: random-bits.xml:49 -#, no-c-format -msgid "hda1" -msgstr "hda1" - -#. Tag: entry -#: random-bits.xml:50 -#, no-c-format -msgid "First partition of the first IDE hard disk" -msgstr "1re partition sur le premier disque dur IDE" - -#. Tag: filename -#: random-bits.xml:52 -#, no-c-format -msgid "hdd15" -msgstr "hdd15" - -#. Tag: entry -#: random-bits.xml:53 -#, no-c-format -msgid "Fifteenth partition of the fourth IDE hard disk" -msgstr "15e partition sur le quatrième disque dur IDE" - -#. Tag: filename -#: random-bits.xml:59 -#, no-c-format -msgid "sda" -msgstr "sda" - -#. Tag: entry -#: random-bits.xml:60 -#, no-c-format -msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)" -msgstr "Disque SCSI avec l'identificateur SCSI le plus bas (p. ex. 0)" - -#. Tag: filename -#: random-bits.xml:62 -#, no-c-format -msgid "sdb" -msgstr "sdb" - -#. Tag: entry -#: random-bits.xml:63 -#, no-c-format -msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)" -msgstr "Disque SCSI avec l'identificateur suivant (p. ex. 1)" - -#. Tag: filename -#: random-bits.xml:65 -#, no-c-format -msgid "sdc" -msgstr "sdc" - -#. Tag: entry -#: random-bits.xml:66 -#, no-c-format -msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)" -msgstr "Disque SCSI avec l'identificateur suivant (p. ex. 2)" - -#. Tag: filename -#: random-bits.xml:68 -#, no-c-format -msgid "sda1" -msgstr "sda1" - -#. Tag: entry -#: random-bits.xml:69 -#, no-c-format -msgid "First partition of the first SCSI hard disk" -msgstr "1re partition du premier disque SCSI" - -#. Tag: filename -#: random-bits.xml:71 -#, no-c-format -msgid "sdd10" -msgstr "sdd10" - -#. Tag: entry -#: random-bits.xml:72 -#, no-c-format -msgid "Tenth partition of the fourth SCSI hard disk" +#, fuzzy, no-c-format +#| msgid "Tenth partition of the fourth SCSI hard disk" +msgid "Seventh partition of the second hard disk" msgstr "10e partition du quatrième disque SCSI" #. Tag: filename -#: random-bits.xml:78 +#: random-bits.xml:53 #, no-c-format msgid "sr0" msgstr "sr0" #. Tag: entry -#: random-bits.xml:79 +#: random-bits.xml:54 #, no-c-format -msgid "SCSI CD-ROM with the lowest SCSI ID" -msgstr "lecteur CD SCSI avec l'identificateur SCSI le plus bas" +msgid "First CD-ROM" +msgstr "" #. Tag: filename -#: random-bits.xml:81 +#: random-bits.xml:56 #, no-c-format msgid "sr1" msgstr "sr1" #. Tag: entry -#: random-bits.xml:82 +#: random-bits.xml:57 #, no-c-format -msgid "SCSI CD-ROM with the next higher SCSI ID" -msgstr "lecteur CD SCSI avec l'identificateur SCSI suivant" +msgid "Second CD-ROM" +msgstr "" #. Tag: filename -#: random-bits.xml:88 +#: random-bits.xml:63 #, no-c-format msgid "ttyS0" msgstr "ttyS0" #. Tag: entry -#: random-bits.xml:89 +#: random-bits.xml:64 #, no-c-format msgid "Serial port 0, COM1 under MS-DOS" msgstr "Port série 0 (COM1 sous MS-DOS)" #. Tag: filename -#: random-bits.xml:91 +#: random-bits.xml:66 #, no-c-format msgid "ttyS1" msgstr "ttyS1" #. Tag: entry -#: random-bits.xml:92 +#: random-bits.xml:67 #, no-c-format msgid "Serial port 1, COM2 under MS-DOS" msgstr "Port série 1 (COM2 sous MS-DOS)" #. Tag: filename -#: random-bits.xml:94 +#: random-bits.xml:69 #, no-c-format msgid "psaux" msgstr "psaux" #. Tag: entry -#: random-bits.xml:95 +#: random-bits.xml:70 #, no-c-format msgid "PS/2 mouse device" msgstr "port souris PS/2" #. Tag: filename -#: random-bits.xml:97 +#: random-bits.xml:72 #, no-c-format msgid "gpmdata" msgstr "gpmdata" #. Tag: entry -#: random-bits.xml:98 +#: random-bits.xml:73 #, no-c-format msgid "Pseudo device, repeater data from GPM (mouse) daemon" msgstr "pseudo périphérique, répétiteur du démon GPM de souris" #. Tag: filename -#: random-bits.xml:104 +#: random-bits.xml:79 #, no-c-format msgid "cdrom" msgstr "cdrom" #. Tag: entry -#: random-bits.xml:105 +#: random-bits.xml:80 #, no-c-format msgid "Symbolic link to the CD-ROM drive" msgstr "Lien symbolique vers le lecteur de CD" #. Tag: filename -#: random-bits.xml:107 +#: random-bits.xml:82 #, no-c-format msgid "mouse" msgstr "mouse" #. Tag: entry -#: random-bits.xml:108 +#: random-bits.xml:83 #, no-c-format msgid "Symbolic link to the mouse device file" msgstr "Lien symbolique vers le fichier de périphérique de la souris" #. Tag: filename -#: random-bits.xml:114 +#: random-bits.xml:89 #, no-c-format msgid "null" msgstr "null" #. Tag: entry -#: random-bits.xml:115 +#: random-bits.xml:90 #, no-c-format msgid "Anything written to this device will disappear" msgstr "tout ce qui est écrit vers ce fichier disparaît" #. Tag: filename -#: random-bits.xml:117 +#: random-bits.xml:92 #, no-c-format msgid "zero" msgstr "zero" #. Tag: entry -#: random-bits.xml:118 +#: random-bits.xml:93 #, no-c-format msgid "One can endlessly read zeros out of this device" msgstr "fichier qui fabrique continuellement des zéros" #. Tag: title -#: random-bits.xml:125 +#: random-bits.xml:100 #, no-c-format msgid "Setting Up Your Mouse" msgstr "Régler la souris" #. 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 " @@ -355,7 +273,7 @@ msgstr "" "/etc/X11/xorg.conf." #. 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 " @@ -398,7 +316,7 @@ msgstr "" "chercher dans la catégorie kernel/drivers/input/mouse." #. 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 " @@ -410,7 +328,7 @@ msgstr "" "fichier /etc/sysctl.conf :" #. Tag: screen -#: random-bits.xml:191 +#: random-bits.xml:166 #, no-c-format msgid "" "# 3-button mouse emulation\n" @@ -432,13 +350,13 @@ msgstr "" "# Pour d'autres touches, utilisez showkey pour connaître les codes" #. Tag: title -#: random-bits.xml:198 +#: random-bits.xml:173 #, no-c-format msgid "Disk Space Needed for Tasks" msgstr "Espace disque nécessaire pour les tâches" #. Tag: para -#: random-bits.xml:199 +#: random-bits.xml:174 #, no-c-format msgid "" "A standard installation for the amd64 architecture, including all standard " @@ -452,7 +370,7 @@ msgstr "" "demande &base-system-size; Mo." #. 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 " @@ -469,7 +387,7 @@ msgstr "" "l'installation et en utilisation réelle du système." #. 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 " @@ -483,7 +401,7 @@ msgstr "" "des deux tailles." #. 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 " @@ -498,7 +416,7 @@ msgstr "" "linkend=\"pkgsel\"/>." #. 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 " @@ -515,283 +433,283 @@ msgstr "" "charger va (provisoirement) dans /var." #. Tag: entry -#: random-bits.xml:244 +#: random-bits.xml:219 #, no-c-format msgid "Task" msgstr "Tâches" #. Tag: entry -#: random-bits.xml:245 +#: random-bits.xml:220 #, no-c-format msgid "Installed size (MB)" msgstr "Taille Installée (Mo)" #. Tag: entry -#: random-bits.xml:246 +#: random-bits.xml:221 #, no-c-format msgid "Download size (MB)" msgstr "Taille à télécharger (Mo)" #. Tag: entry -#: random-bits.xml:247 +#: random-bits.xml:222 #, no-c-format msgid "Space needed to install (MB)" msgstr "Espace pour l’installation (Mo)" #. Tag: entry -#: random-bits.xml:253 +#: random-bits.xml:228 #, no-c-format msgid "Desktop environment" msgstr "Environnement de bureau :" #. 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 "  • GNOME (défaut)" #. Tag: entry -#: random-bits.xml:260 +#: random-bits.xml:235 #, no-c-format msgid "&task-desktop-gnome-inst;" msgstr "&task-desktop-gnome-inst;" #. Tag: entry -#: random-bits.xml:261 +#: random-bits.xml:236 #, no-c-format msgid "&task-desktop-gnome-dl;" msgstr "&task-desktop-gnome-dl;" #. Tag: entry -#: random-bits.xml:262 +#: random-bits.xml:237 #, no-c-format msgid "&task-desktop-gnome-tot;" msgstr "&task-desktop-gnome-tot;" #. Tag: entry -#: random-bits.xml:265 +#: random-bits.xml:240 #, no-c-format msgid "  • KDE" msgstr "  • KDE" #. Tag: entry -#: random-bits.xml:266 +#: random-bits.xml:241 #, no-c-format msgid "&task-desktop-kde-inst;" msgstr "&task-desktop-kde-inst;" #. Tag: entry -#: random-bits.xml:267 +#: random-bits.xml:242 #, no-c-format msgid "&task-desktop-kde-dl;" msgstr "&task-desktop-kde-dl;" #. Tag: entry -#: random-bits.xml:268 +#: random-bits.xml:243 #, no-c-format msgid "&task-desktop-kde-tot;" msgstr "&task-desktop-kde-tot;" #. Tag: entry -#: random-bits.xml:271 +#: random-bits.xml:246 #, no-c-format msgid "  • Xfce" msgstr "  • Xfce" #. Tag: entry -#: random-bits.xml:272 +#: random-bits.xml:247 #, no-c-format msgid "&task-desktop-xfce-inst;" msgstr "&task-desktop-xfce-inst;" #. Tag: entry -#: random-bits.xml:273 +#: random-bits.xml:248 #, no-c-format msgid "&task-desktop-xfce-dl;" msgstr "&task-desktop-xfce-dl;" #. Tag: entry -#: random-bits.xml:274 +#: random-bits.xml:249 #, no-c-format msgid "&task-desktop-xfce-tot;" msgstr "&task-desktop-xfce-tot;" #. Tag: entry -#: random-bits.xml:277 +#: random-bits.xml:252 #, no-c-format msgid "  • LXDE" msgstr "  • LXDE" #. Tag: entry -#: random-bits.xml:278 +#: random-bits.xml:253 #, no-c-format msgid "&task-desktop-lxde-inst;" msgstr "&task-desktop-lxde-inst;" #. Tag: entry -#: random-bits.xml:279 +#: random-bits.xml:254 #, no-c-format msgid "&task-desktop-lxde-dl;" msgstr "&task-desktop-lxde-dl;" #. Tag: entry -#: random-bits.xml:280 +#: random-bits.xml:255 #, no-c-format msgid "&task-desktop-lxde-tot;" msgstr "&task-desktop-lxde-tot;" #. Tag: entry -#: random-bits.xml:283 +#: random-bits.xml:258 #, no-c-format msgid "  • MATE" msgstr "  • MATE" #. Tag: entry -#: random-bits.xml:284 +#: random-bits.xml:259 #, no-c-format msgid "&task-desktop-mate-inst;" msgstr "&task-desktop-mate-inst;" #. Tag: entry -#: random-bits.xml:285 +#: random-bits.xml:260 #, no-c-format msgid "&task-desktop-mate-dl;" msgstr "&task-desktop-mate-dl;" #. Tag: entry -#: random-bits.xml:286 +#: random-bits.xml:261 #, no-c-format msgid "&task-desktop-mate-tot;" msgstr "&task-desktop-mate-tot;" #. Tag: entry -#: random-bits.xml:289 +#: random-bits.xml:264 #, no-c-format msgid "  • Cinnamon" msgstr "  • Cinnamon" #. Tag: entry -#: random-bits.xml:290 +#: random-bits.xml:265 #, no-c-format msgid "&task-desktop-cinnamon-inst;" msgstr "&task-desktop-cinnamon-inst;" #. Tag: entry -#: random-bits.xml:291 +#: random-bits.xml:266 #, no-c-format msgid "&task-desktop-cinnamon-dl;" msgstr "&task-desktop-cinnamon-dl;" #. Tag: entry -#: random-bits.xml:292 +#: random-bits.xml:267 #, no-c-format msgid "&task-desktop-cinnamon-tot;" msgstr "&task-desktop-cinnamon-tot;" #. Tag: entry -#: random-bits.xml:296 +#: random-bits.xml:271 #, no-c-format msgid "Laptop" msgstr "Ordinateur portable" #. Tag: entry -#: random-bits.xml:297 +#: random-bits.xml:272 #, no-c-format msgid "&task-laptop-inst;" msgstr "&task-laptop-inst;" #. Tag: entry -#: random-bits.xml:298 +#: random-bits.xml:273 #, no-c-format msgid "&task-laptop-dl;" msgstr "&task-laptop-dl;" #. Tag: entry -#: random-bits.xml:299 +#: random-bits.xml:274 #, no-c-format msgid "&task-laptop-tot;" msgstr "&task-laptop-tot;" #. Tag: entry -#: random-bits.xml:303 +#: random-bits.xml:278 #, no-c-format msgid "Web server" msgstr "Serveur web" #. Tag: entry -#: random-bits.xml:304 +#: random-bits.xml:279 #, no-c-format msgid "&task-web-inst;" msgstr "&task-web-inst;" #. Tag: entry -#: random-bits.xml:305 +#: random-bits.xml:280 #, no-c-format msgid "&task-web-dl;" msgstr "&task-web-dl;" #. Tag: entry -#: random-bits.xml:306 +#: random-bits.xml:281 #, no-c-format msgid "&task-web-tot;" msgstr "&task-web-tot;" #. Tag: entry -#: random-bits.xml:310 +#: random-bits.xml:285 #, no-c-format msgid "Print server" msgstr "Serveur d'impression" #. Tag: entry -#: random-bits.xml:311 +#: random-bits.xml:286 #, no-c-format msgid "&task-print-inst;" msgstr "&task-print-inst;" #. Tag: entry -#: random-bits.xml:312 +#: random-bits.xml:287 #, no-c-format msgid "&task-print-dl;" msgstr "&task-print-dl;" #. Tag: entry -#: random-bits.xml:313 +#: random-bits.xml:288 #, no-c-format msgid "&task-print-tot;" msgstr "&task-print-tot;" #. Tag: entry -#: random-bits.xml:317 +#: random-bits.xml:292 #, no-c-format msgid "SSH server" msgstr "Serveur SSH" #. Tag: entry -#: random-bits.xml:318 +#: random-bits.xml:293 #, no-c-format msgid "&task-ssh-inst;" msgstr "&task-ssh-inst;" #. Tag: entry -#: random-bits.xml:319 +#: random-bits.xml:294 #, no-c-format msgid "&task-ssh-dl;" msgstr "&task-ssh-dl;" #. Tag: entry -#: random-bits.xml:320 +#: random-bits.xml:295 #, no-c-format msgid "&task-ssh-tot;" msgstr "&task-ssh-tot;" #. Tag: para -#: random-bits.xml:326 +#: random-bits.xml:301 #, no-c-format msgid "" "If you install in a language other than English, tasksel " @@ -806,13 +724,13 @@ msgstr "" "téléchargement et l'installation." #. Tag: title -#: random-bits.xml:341 +#: random-bits.xml:316 #, no-c-format msgid "Installing &debian-gnu; from a Unix/Linux System" msgstr "Installer &debian-gnu; à partir d'un système Unix/Linux" #. 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 " @@ -836,7 +754,7 @@ msgstr "" "emphasis> &debian;." #. 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 " @@ -853,7 +771,7 @@ msgstr "" "d'installation ou aux systèmes d'amorçage." #. 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 " @@ -874,13 +792,13 @@ msgstr "" "sans doute nécessaires." #. Tag: title -#: random-bits.xml:380 +#: random-bits.xml:355 #, no-c-format msgid "Getting Started" msgstr "Pour commencer" #. 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 " @@ -897,13 +815,20 @@ msgstr "" "installer un environnement de bureau comme GNOME ou KDE)." #. Tag: para -#: random-bits.xml:389 -#, no-c-format +#: random-bits.xml:364 +#, fuzzy, 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 root partition): \n" +#| "# mke2fs -j /dev/hda6\n" +#| " To create an ext2 file system instead, omit " +#| "-j." 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 "" @@ -916,14 +841,24 @@ msgstr "" "d'enlever le -j." #. Tag: para -#: random-bits.xml:399 -#, no-c-format +#: random-bits.xml:374 +#, fuzzy, no-c-format +#| msgid "" +#| "Initialize and activate swap (substitute the partition number for your " +#| "intended &debian; swap partition): \n" +#| "# mkswap /dev/hda5\n" +#| "# sync\n" +#| "# swapon /dev/hda5\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, it is referenced later below." 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, " @@ -942,17 +877,20 @@ msgstr "" "référence par la suite." #. Tag: screen -#: random-bits.xml:411 -#, no-c-format +#: random-bits.xml:386 +#, fuzzy, no-c-format +#| msgid "" +#| "# mkdir /mnt/debinst\n" +#| "# mount /dev/hda6 /mnt/debinst" msgid "" "# mkdir /mnt/debinst\n" -"# mount /dev/hda6 /mnt/debinst" +"# mount /dev/sda6 /mnt/debinst" msgstr "" "# mkdir /mnt/debinst\n" "# mount /dev/hda6 /mnt/debinst" #. 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 " @@ -964,13 +902,13 @@ msgstr "" "répertoires vous-même avant de commencer l'étape suivante." #. Tag: title -#: random-bits.xml:424 +#: random-bits.xml:399 #, no-c-format msgid "Install debootstrap" msgstr "Installer debootstrap" #. 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 " @@ -995,7 +933,7 @@ msgstr "" "debootstrap." #. 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 " @@ -1023,7 +961,7 @@ msgstr "" "du superutilisateur pour installer le binaire." #. Tag: screen -#: random-bits.xml:470 +#: random-bits.xml:445 #, no-c-format msgid "" "# ar -x debootstrap_0.X.X_all.deb\n" @@ -1035,13 +973,13 @@ msgstr "" "# zcat /full-path-to-work/work/data.tar.gz | tar xv" #. Tag: title -#: random-bits.xml:476 +#: random-bits.xml:451 #, no-c-format msgid "Run debootstrap" msgstr "Lancer debootstrap" #. Tag: para -#: random-bits.xml:477 +#: random-bits.xml:452 #, no-c-format msgid "" "debootstrap can download the needed files directly from " @@ -1058,7 +996,7 @@ 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 /cdromfile:/cdrom/debian/." #. Tag: para -#: random-bits.xml:492 +#: random-bits.xml:467 #, no-c-format msgid "" "Substitute one of the following for ARCH in the " @@ -1088,7 +1026,7 @@ msgstr "" "ppc64el ou s390x." #. Tag: screen -#: random-bits.xml:508 +#: random-bits.xml:483 #, no-c-format msgid "" "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" @@ -1098,13 +1036,13 @@ msgstr "" " /mnt/debinst http://ftp.us.debian.org/debian" #. Tag: title -#: random-bits.xml:514 +#: random-bits.xml:489 #, no-c-format msgid "Configure The Base System" msgstr "Configurer le système de base" #. 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. " @@ -1131,13 +1069,13 @@ msgstr "" "charge de TERM." #. Tag: title -#: random-bits.xml:533 +#: random-bits.xml:508 #, no-c-format msgid "Create device files" msgstr "Créer les fichiers des périphériques" #. Tag: para -#: random-bits.xml:534 +#: random-bits.xml:509 #, no-c-format msgid "" "At this point /dev/ only contains very basic device " @@ -1157,13 +1095,13 @@ msgstr "" "système." #. Tag: para -#: random-bits.xml:544 +#: random-bits.xml:519 #, no-c-format msgid "A few of the available options are:" msgstr "Voici quelques options disponibles :" #. 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 " @@ -1173,7 +1111,7 @@ msgstr "" "périphériques statiques avec :" #. Tag: screen -#: random-bits.xml:553 +#: random-bits.xml:528 #, no-c-format msgid "" "# apt-get install makedev\n" @@ -1187,7 +1125,7 @@ msgstr "" "# MAKEDEV generic" #. Tag: para -#: random-bits.xml:556 +#: random-bits.xml:531 #, no-c-format msgid "" "manually create only specific device files using MAKEDEV" @@ -1196,7 +1134,7 @@ msgstr "" "command> ;" #. 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; " @@ -1209,13 +1147,13 @@ msgstr "" "option doit être employée avec précaution." #. Tag: title -#: random-bits.xml:574 +#: random-bits.xml:549 #, no-c-format msgid "Mount Partitions" msgstr "Monter les partitions" #. Tag: para -#: random-bits.xml:575 +#: random-bits.xml:550 #, no-c-format msgid "" "You need to create /etc/fstab. " @@ -1297,13 +1235,13 @@ msgstr "" "userinput>, assurez-vous d'avoir monté proc avant d'aller plus loin :" #. Tag: screen -#: random-bits.xml:601 +#: random-bits.xml:576 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "# mount -t proc proc /proc" #. Tag: para -#: random-bits.xml:603 +#: random-bits.xml:578 #, no-c-format msgid "" "The command ls /proc should now show a non-empty " @@ -1315,19 +1253,19 @@ msgstr "" "manière :" #. Tag: screen -#: random-bits.xml:609 +#: random-bits.xml:584 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "# mount -t proc proc /mnt/debinst/proc" #. Tag: title -#: random-bits.xml:615 +#: random-bits.xml:590 #, no-c-format msgid "Setting Timezone" msgstr "Configurer le fuseau horaire" #. Tag: para -#: random-bits.xml:616 +#: random-bits.xml:591 #, no-c-format msgid "" "Setting the third line of the file /etc/adjtime to " @@ -1356,19 +1294,19 @@ msgstr "" "fuseau horaire :" #. Tag: screen -#: random-bits.xml:630 +#: random-bits.xml:605 #, no-c-format msgid "# dpkg-reconfigure tzdata" msgstr "# dpkg-reconfigure tzdata" #. Tag: title -#: random-bits.xml:636 +#: random-bits.xml:611 #, no-c-format msgid "Configure Networking" msgstr "Configurer le réseau" #. Tag: para -#: random-bits.xml:637 +#: random-bits.xml:612 #, no-c-format msgid "" "To configure networking, edit /etc/network/interfaces, " @@ -1494,13 +1432,13 @@ msgstr "" "eth1, etc.) que vous souhaitiez." #. Tag: title -#: random-bits.xml:678 +#: random-bits.xml:653 #, no-c-format msgid "Configure Apt" msgstr "Configurer Apt" #. Tag: para -#: random-bits.xml:679 +#: random-bits.xml:654 #, no-c-format msgid "" "Debootstrap will have created a very basic /etc/apt/sources.list." #. Tag: title -#: random-bits.xml:695 +#: random-bits.xml:670 #, no-c-format msgid "Configure Locales and Keyboard" msgstr "Configurer les locales et le clavier" #. Tag: para -#: random-bits.xml:696 +#: random-bits.xml:671 #, no-c-format msgid "" "To configure your locale settings to use a language other than English, " @@ -1554,7 +1492,7 @@ msgstr "" " Pour configurer le clavier (si besoin est) :" #. Tag: screen -#: random-bits.xml:706 +#: random-bits.xml:681 #, no-c-format msgid "" "# aptitude install console-setup\n" @@ -1564,7 +1502,7 @@ msgstr "" "# dpkg-reconfigure keyboard-configuration" #. Tag: para -#: random-bits.xml:708 +#: random-bits.xml:683 #, no-c-format msgid "" "Note that the keyboard cannot be set while in the chroot, but will be " @@ -1574,13 +1512,13 @@ msgstr "" "chroot. Il sera configuré au prochain démarrage de la machine." #. Tag: title -#: random-bits.xml:718 +#: random-bits.xml:693 #, no-c-format msgid "Install a Kernel" msgstr "Installer un noyau" #. Tag: para -#: random-bits.xml:719 +#: random-bits.xml:694 #, no-c-format msgid "" "If you intend to boot this system, you probably want a &arch-kernel; kernel " @@ -1591,31 +1529,31 @@ msgstr "" "d'amorçage. Identifiez les paquets contenant des noyaux avec :" #. Tag: screen -#: random-bits.xml:724 +#: random-bits.xml:699 #, no-c-format msgid "# apt-cache search &kernelpackage;" msgstr "# apt-cache search &kernelpackage;" #. Tag: para -#: random-bits.xml:726 +#: random-bits.xml:701 #, no-c-format msgid "Then install the kernel package of your choice using its package name." msgstr "Installez alors le noyau de votre choix en utilisant son nom :" #. Tag: screen -#: random-bits.xml:730 +#: random-bits.xml:705 #, no-c-format msgid "# aptitude install &kernelpackage;-arch-etc" msgstr "# aptitude install &kernelpackage;-arch-etc" #. Tag: title -#: random-bits.xml:736 +#: random-bits.xml:711 #, no-c-format msgid "Set up the Boot Loader" msgstr "Configurer le programme d'amorçage" #. 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 " @@ -1630,7 +1568,7 @@ msgstr "" "installer un." #. Tag: para -#: random-bits.xml:744 +#: random-bits.xml:719 #, no-c-format msgid "" "Check info grub or " @@ -1656,16 +1594,26 @@ msgstr "" "système que lui)." #. Tag: para -#: random-bits.xml:756 -#, no-c-format +#: random-bits.xml:731 +#, fuzzy, no-c-format +#| msgid "" +#| "Installing and setting up grub2 is as easy as: " +#| "\n" +#| "# aptitude install grub-pc\n" +#| "# grub-install /dev/hda\n" +#| "# update-grub\n" +#| " The second command will install " +#| "grub2 (in this case in the MBR of hda). The last command will create a sane and working /" +#| "boot/grub/grub.cfg." 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 "" @@ -1679,10 +1627,15 @@ msgstr "" "crée un fichier /boot/grub/grub.cfg fonctionnel." #. Tag: para -#: random-bits.xml:766 -#, no-c-format +#: random-bits.xml:741 +#, fuzzy, no-c-format +#| msgid "" +#| "Note that this assumes that a /dev/hda device file " +#| "has been created. There are alternative methods to install " +#| "grub2, but those are outside the scope of this " +#| "appendix." 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 "" @@ -1691,18 +1644,27 @@ msgstr "" "sortent du cadre de cette annexe." #. 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 "" "Voici un exemple simple de fichier /etc/lilo.conf :" #. Tag: screen -#: random-bits.xml:776 -#, no-c-format -msgid "" -"boot=/dev/hda6\n" -"root=/dev/hda6\n" +#: random-bits.xml:751 +#, fuzzy, no-c-format +#| msgid "" +#| "boot=/dev/hda6\n" +#| "root=/dev/hda6\n" +#| "install=menu\n" +#| "delay=20\n" +#| "lba32\n" +#| "image=/vmlinuz\n" +#| "initrd=/initrd.img\n" +#| "label=Debian" +msgid "" +"boot=/dev/sda6\n" +"root=/dev/sda6\n" "install=menu\n" "delay=20\n" "lba32\n" @@ -1720,7 +1682,7 @@ msgstr "" "label=Debian" #. Tag: para -#: random-bits.xml:778 +#: random-bits.xml:753 #, no-c-format msgid "" "Check man yaboot.conf for instructions on setting up " @@ -1739,15 +1701,28 @@ msgstr "" "utilise le yaboot.conf qui se trouve dans le même système que lui)." #. Tag: para -#: random-bits.xml:788 -#, no-c-format +#: random-bits.xml:763 +#, fuzzy, no-c-format +#| msgid "" +#| "Here is a basic /etc/yaboot.conf as an example: " +#| "\n" +#| "boot=/dev/hda2\n" +#| "device=hd:\n" +#| "partition=6\n" +#| "root=/dev/hda6\n" +#| "magicboot=/usr/lib/yaboot/ofboot\n" +#| "timeout=50\n" +#| "image=/vmlinux\n" +#| "label=Debian\n" +#| " On some machines, you may need to use " +#| "ide0: instead of hd:." 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" @@ -1769,13 +1744,13 @@ msgstr "" "ide0: au lieu de hd:." #. Tag: title -#: random-bits.xml:801 +#: random-bits.xml:776 #, no-c-format msgid "Remote access: Installing SSH and setting up access" msgstr "Accès distant : installer SSH et configurer l'accès" #. 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. " @@ -1823,7 +1798,7 @@ msgstr "" "un utilisateur normal et en créant un mot de passe :" #. Tag: screen -#: random-bits.xml:826 +#: random-bits.xml:801 #, no-c-format msgid "" "# adduser joe\n" @@ -1833,13 +1808,13 @@ msgstr "" "# passwd joe" #. Tag: title -#: random-bits.xml:831 +#: random-bits.xml:806 #, no-c-format msgid "Finishing touches" msgstr "Touches finales" #. 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 " @@ -1859,7 +1834,7 @@ msgstr "" "aptitude pour installer des paquets un à un." #. 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 " @@ -1870,19 +1845,19 @@ msgstr "" "apt/archives/. Vous pouvez libérer un peu d'espace avec :" #. Tag: screen -#: random-bits.xml:849 +#: random-bits.xml:824 #, no-c-format msgid "# aptitude clean" msgstr "# aptitude clean" #. Tag: title -#: random-bits.xml:860 +#: random-bits.xml:835 #, no-c-format msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)" msgstr "Installer &debian-gnu; grâce au protocole PLIP (IP sur port parallèle)" #. 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 " @@ -1897,7 +1872,7 @@ msgstr "" "un réseau qui possède un miroir &debian; (p. ex. Internet)." #. 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 " @@ -1913,7 +1888,7 @@ msgstr "" "utilisées par ailleurs." #. 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 " @@ -1924,7 +1899,7 @@ msgstr "" "réamorçage du système installé, voyez le ." #. 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 " @@ -1938,13 +1913,13 @@ msgstr "" "literal>." #. Tag: title -#: random-bits.xml:893 +#: random-bits.xml:868 #, no-c-format msgid "Requirements" msgstr "Prérequis" #. Tag: para -#: random-bits.xml:896 +#: random-bits.xml:871 #, no-c-format msgid "" "A target computer, called target, where &debian; will " @@ -1954,7 +1929,7 @@ msgstr "" "installée ;" #. Tag: para -#: random-bits.xml:902 +#: random-bits.xml:877 #, no-c-format msgid "System installation media; see ." msgstr "" @@ -1962,7 +1937,7 @@ msgstr "" "> ;" #. Tag: para -#: random-bits.xml:907 +#: random-bits.xml:882 #, no-c-format msgid "" "Another computer connected to the Internet, called source /proc/sys/net/ipv4/ip_forward" #. Tag: title -#: random-bits.xml:937 +#: random-bits.xml:912 #, no-c-format msgid "Installing target" msgstr "Installation du système cible" #. Tag: para -#: random-bits.xml:938 +#: random-bits.xml:913 #, no-c-format msgid "" "Boot the installation media. The installation needs to be run in expert " @@ -2075,13 +2050,13 @@ msgstr "" "donner à différents moments de l'installation." #. Tag: guimenuitem -#: random-bits.xml:957 +#: random-bits.xml:932 #, no-c-format msgid "Load installer components from CD" msgstr "Chargement des composants de l'installateur à partir d'un CD" #. Tag: para -#: random-bits.xml:959 +#: random-bits.xml:934 #, no-c-format msgid "" "Select the plip-modules option from the list; this " @@ -2091,13 +2066,13 @@ msgstr "" "pilote PLIP sera ainsi disponible pour le système d'installation." #. Tag: guimenuitem -#: random-bits.xml:967 +#: random-bits.xml:942 #, no-c-format msgid "Detect network hardware" msgstr "Détection du matériel réseau" #. 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 " @@ -2112,7 +2087,7 @@ msgstr "" "affichée." #. 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 " @@ -2124,19 +2099,19 @@ msgstr "" "module plip." #. Tag: guimenuitem -#: random-bits.xml:993 +#: random-bits.xml:968 #, no-c-format msgid "Configure the network" msgstr "Configuration du réseau" #. Tag: para -#: random-bits.xml:996 +#: random-bits.xml:971 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "Configuration automatique du réseau avec DHCP : No" #. Tag: para -#: random-bits.xml:1001 +#: random-bits.xml:976 #, no-c-format msgid "" "IP address: 192.168.0.1" @@ -2145,7 +2120,7 @@ msgstr "" "userinput>" #. Tag: para -#: random-bits.xml:1006 +#: random-bits.xml:981 #, no-c-format msgid "" "Point-to-point address: 192.168.0.2" #. Tag: para -#: random-bits.xml:1012 +#: random-bits.xml:987 #, no-c-format msgid "" "Name server addresses: you can enter the same addresses used on source (see " @@ -2165,13 +2140,13 @@ msgstr "" "utilisées par le système source, voyez /etc/resolv.conf." #. Tag: title -#: random-bits.xml:1031 +#: random-bits.xml:1006 #, no-c-format msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)" msgstr "Installer &debian-gnu; avec PPP sur Ethernet (PPPoE)" #. Tag: para -#: random-bits.xml:1033 +#: random-bits.xml:1008 #, no-c-format msgid "" "In some countries PPP over Ethernet (PPPoE) is a common protocol for " @@ -2186,7 +2161,7 @@ msgstr "" "type de connexion mais il est très facile de le faire soi-même." #. Tag: para -#: random-bits.xml:1041 +#: random-bits.xml:1016 #, no-c-format msgid "" "The PPPoE connection set up during the installation will also be available " @@ -2198,7 +2173,7 @@ msgstr "" "\"boot-new\"/>." #. Tag: para -#: random-bits.xml:1046 +#: random-bits.xml:1021 #, no-c-format msgid "" "To have the option of setting up and using PPPoE during the installation, " @@ -2213,7 +2188,7 @@ msgstr "" "floppy." #. Tag: para -#: random-bits.xml:1053 +#: random-bits.xml:1028 #, no-c-format msgid "" "Installing over PPPoE is mostly the same as any other installation. The " @@ -2223,7 +2198,7 @@ msgstr "" "d'installation. La suite du texte explique certaines différences." #. Tag: para -#: random-bits.xml:1061 +#: random-bits.xml:1036 #, no-c-format msgid "" "Boot the installer with the boot parameter modules=ppp-udebmodules à l'amorçage. )." #. Tag: para -#: random-bits.xml:1095 +#: random-bits.xml:1070 #, no-c-format msgid "" "The next step is the detection of network hardware, in order to identify any " @@ -2270,7 +2245,7 @@ msgstr "" "les cartes Ethernet présentes." #. Tag: para -#: random-bits.xml:1101 +#: random-bits.xml:1076 #, no-c-format msgid "" "After this the actual setup of PPPoE is started. The installer will probe " @@ -2282,7 +2257,7 @@ msgstr "" "(type de serveur qui gère les connexions PPPoE)." #. Tag: para -#: random-bits.xml:1107 +#: random-bits.xml:1082 #, no-c-format msgid "" "It is possible that the concentrator will not to be found at the first " @@ -2298,7 +2273,7 @@ msgstr "" "PPPoE dans le menu principal de l'installateur." #. Tag: para -#: random-bits.xml:1116 +#: random-bits.xml:1091 #, no-c-format msgid "" "After a concentrator is found, the user will be prompted to type the login " @@ -2308,7 +2283,7 @@ msgstr "" "identifiant et son mot de passe PPPoE." #. Tag: para -#: random-bits.xml:1122 +#: random-bits.xml:1097 #, no-c-format msgid "" "At this point the installer will use the provided information to establish " @@ -2326,6 +2301,63 @@ msgstr "" "l'entrée de menu Configurer et lancer une connexion PPPoE." +#~ msgid "hda" +#~ msgstr "hda" + +#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)" +#~ msgstr "Disque dur IDE ou lecteur CD sur le premier port IDE (maître)" + +#~ msgid "hdb" +#~ msgstr "hdb" + +#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)" +#~ msgstr "Disque dur IDE ou lecteur CD sur le premier port IDE (esclave)" + +#~ msgid "hdc" +#~ msgstr "hdc" + +#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)" +#~ msgstr "Disque dur IDE ou lecteur CD sur le second port IDE (maître)" + +#~ msgid "hdd" +#~ msgstr "hdd" + +#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Slave)" +#~ msgstr "Disque dur IDE ou lecteur CD sur le second port IDE (esclave)" + +#~ msgid "hda1" +#~ msgstr "hda1" + +#~ msgid "hdd15" +#~ msgstr "hdd15" + +#~ msgid "Fifteenth partition of the fourth IDE hard disk" +#~ msgstr "15e partition sur le quatrième disque dur IDE" + +#~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)" +#~ msgstr "Disque SCSI avec l'identificateur SCSI le plus bas (p. ex. 0)" + +#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)" +#~ msgstr "Disque SCSI avec l'identificateur suivant (p. ex. 1)" + +#~ msgid "sdc" +#~ msgstr "sdc" + +#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)" +#~ msgstr "Disque SCSI avec l'identificateur suivant (p. ex. 2)" + +#~ msgid "First partition of the first SCSI hard disk" +#~ msgstr "1re partition du premier disque SCSI" + +#~ msgid "sdd10" +#~ msgstr "sdd10" + +#~ msgid "SCSI CD-ROM with the lowest SCSI ID" +#~ msgstr "lecteur CD SCSI avec l'identificateur SCSI le plus bas" + +#~ msgid "SCSI CD-ROM with the next higher SCSI ID" +#~ msgstr "lecteur CD SCSI avec l'identificateur SCSI suivant" + #~ msgid "" #~ "There is some overlap of the Laptop task with the Desktop environment " #~ "task. If you install both, the Laptop task will only require a few MB " diff --git a/po/fr/using-d-i.po b/po/fr/using-d-i.po index e058b6fdd..ce1e5b29e 100644 --- a/po/fr/using-d-i.po +++ b/po/fr/using-d-i.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i\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: 2015-01-17 19:40+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" @@ -1734,13 +1734,22 @@ msgstr "" #. Tag: para #: using-d-i.xml:1083 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "If a hard disk has previously used under Solaris, the partitioner may not " +#| "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; " +#| "sync\n" +#| " Note that this will make any existing data on " +#| "that disk inaccessible." msgid "" "If a hard disk has previously used under Solaris, the partitioner may not " "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." @@ -2314,12 +2323,18 @@ msgstr "" #. Tag: para #: 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." +#, fuzzy, 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." +msgid "" +"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 "" "Si vous choisissez le partitionnement assisté avec le système IA-64, une " "partition supplémentaire, avec un système de fichiers FAT16 amorçable, sera " @@ -2340,27 +2355,48 @@ msgstr "" #. Tag: para #: using-d-i.xml:1381 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "The list of partitions might look like this: \n" +#| " IDE1 master (hda) - 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" +#| " #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" +#| " #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 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." 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." @@ -2528,11 +2564,15 @@ msgstr "" #. Tag: para #: using-d-i.xml:1465 -#, no-c-format +#, fuzzy, 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." 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 "" "Si vous oubliez de créer une partition amorçable EFI, partman le détectera et vous demandera d'en créer une." @@ -2910,25 +2950,7 @@ msgstr "" "pour /boot." #. 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 "" -"L'installateur gère le RAID logiciel depuis peu. Vous pourrez rencontrer des " -"problèmes, pour certains niveaux RAID et en combinaison avec les programmes " -"d'amorçage, par exemple si vous essayez d'utiliser un périphérique de ce " -"type pour la partition racine, /. Les experts pourront " -"sans doute contourner ces problèmes en exécutant certaines étapes de " -"configuration ou d'installation dans un interpréteur de commande." - -#. Tag: para -#: using-d-i.xml:1737 +#: using-d-i.xml:1727 #, no-c-format msgid "" "Next, you should choose Configure software RAID " @@ -2950,7 +2972,7 @@ msgstr "" "RAID1. La suite dépend du type que vous avez choisi." #. 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 " @@ -2962,7 +2984,7 @@ msgstr "" "composeront le périphérique." #. 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 " @@ -2982,7 +3004,7 @@ msgstr "" "laissera pas continuer et vous demandera de rectifier." #. 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 " @@ -2992,7 +3014,7 @@ msgstr "" "partitions actives." #. 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 " @@ -3002,7 +3024,7 @@ msgstr "" "partitions actives." #. 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. " @@ -3023,7 +3045,7 @@ msgstr "" "que les copies puissent être réparties sur ces disques." #. 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, " @@ -3043,7 +3065,7 @@ msgstr "" "Go pour /home)." #. 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 FinishLogical Volume Manager (LVM)" #. Tag: para -#: using-d-i.xml:1820 +#: using-d-i.xml:1810 #, no-c-format msgid "" "If you are working with computers at the level of system administrator or " @@ -3081,7 +3103,7 @@ msgstr "" "de fichiers, création de liens symboliques, etc." #. Tag: para -#: using-d-i.xml:1828 +#: using-d-i.xml:1818 #, no-c-format msgid "" "To avoid the described situation you can use Logical Volume Manager (LVM). " @@ -3101,7 +3123,7 @@ msgstr "" "que les volumes logiques s'étendent sur plusieurs disques physiques." #. Tag: para -#: using-d-i.xml:1838 +#: using-d-i.xml:1828 #, no-c-format msgid "" "Now when you realize you need more space for your old 160GB /homeHOWTO LVM." #. Tag: para -#: using-d-i.xml:1849 +#: using-d-i.xml:1839 #, no-c-format msgid "" "LVM setup in &d-i; is quite simple and completely supported inside " @@ -3139,7 +3161,7 @@ msgstr "" "pour LVM." #. Tag: para -#: using-d-i.xml:1858 +#: using-d-i.xml:1848 #, no-c-format msgid "" "When you return to the main partman screen, you will see " @@ -3159,7 +3181,7 @@ msgstr "" "possibles sont :" #. Tag: para -#: using-d-i.xml:1869 +#: using-d-i.xml:1859 #, no-c-format msgid "" "Display configuration details: shows LVM device " @@ -3169,43 +3191,43 @@ msgstr "" "la structure des volumes LVM, le nom et la taille des volumes, etc." #. Tag: guimenuitem -#: using-d-i.xml:1874 +#: using-d-i.xml:1864 #, no-c-format msgid "Create volume group" msgstr "Créer un groupe de volumes" #. Tag: guimenuitem -#: using-d-i.xml:1877 +#: using-d-i.xml:1867 #, no-c-format msgid "Create logical volume" msgstr "Créer un volume logique" #. Tag: guimenuitem -#: using-d-i.xml:1880 +#: using-d-i.xml:1870 #, no-c-format msgid "Delete volume group" msgstr "Supprimer un groupe de volumes" #. Tag: guimenuitem -#: using-d-i.xml:1883 +#: using-d-i.xml:1873 #, no-c-format msgid "Delete logical volume" msgstr "Supprimer un volume logique" #. Tag: guimenuitem -#: using-d-i.xml:1886 +#: using-d-i.xml:1876 #, no-c-format msgid "Extend volume group" msgstr "Étendre un volume logique" #. Tag: guimenuitem -#: using-d-i.xml:1889 +#: using-d-i.xml:1879 #, no-c-format msgid "Reduce volume group" msgstr "Réduire un volume logique" #. Tag: para -#: using-d-i.xml:1891 +#: using-d-i.xml:1881 #, no-c-format msgid "" "Finish: return to the main partmanpartman." #. Tag: para -#: using-d-i.xml:1897 +#: using-d-i.xml:1887 #, no-c-format msgid "" "Use the options in that menu to first create a volume group and then create " @@ -3225,7 +3247,7 @@ msgstr "" "pour créer ensuite les volumes logiques." #. Tag: para -#: using-d-i.xml:1902 +#: using-d-i.xml:1892 #, no-c-format msgid "" "After you return to the main partman screen, any created " @@ -3237,13 +3259,13 @@ msgstr "" "partitions, et vous devez les traiter ainsi." #. Tag: title -#: using-d-i.xml:1916 +#: using-d-i.xml:1906 #, no-c-format msgid "Configuring Encrypted Volumes" msgstr "Configuration des volumes chiffrés" #. 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 " @@ -3265,7 +3287,7 @@ msgstr "" "données ne sont qu'une suite inintelligible de caractères." #. 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 " @@ -3292,7 +3314,7 @@ msgstr "" "partir d'une partition chiffrée." #. 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 " @@ -3307,7 +3329,7 @@ msgstr "" "la longueur de la clé." #. 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 " @@ -3328,7 +3350,7 @@ msgstr "" "différentes options de chiffrement pour la partition." #. 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 " @@ -3339,7 +3361,7 @@ msgstr "" "capables de prendre en charge les volumes physiques avec LVM)" #. 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 " @@ -3353,13 +3375,13 @@ msgstr "" "été choisies en visant la sécurité d'utilisation." #. Tag: term -#: using-d-i.xml:1981 +#: using-d-i.xml:1971 #, no-c-format msgid "Encryption: aes" msgstr "Chiffrement : aes" #. 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 "Taille de clé : 256" #. 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 " @@ -3405,13 +3427,13 @@ msgstr "" "tailles de clé dépendent de l'algorithme de chiffrement." #. Tag: term -#: using-d-i.xml:2015 +#: using-d-i.xml:2005 #, no-c-format msgid "IV algorithm: xts-plain64" msgstr "Algorithme IV : xts-plain64" #. Tag: para -#: using-d-i.xml:2017 +#: using-d-i.xml:2007 #, no-c-format msgid "" "The Initialization Vector or IVxts-plain64Passphrase" msgstr "Clé de chiffrement : phrase secrète" #. 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 "" @@ -3457,13 +3479,13 @@ msgstr "" "partition." #. Tag: term -#: using-d-i.xml:2047 +#: using-d-i.xml:2037 #, no-c-format msgid "Passphrase" msgstr "phrase secrète" #. 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 " @@ -3477,13 +3499,13 @@ msgstr "" "pourrez saisir plus tard dans le processus." #. Tag: term -#: using-d-i.xml:2063 +#: using-d-i.xml:2053 #, no-c-format msgid "Random key" msgstr "Clé aléatoire" #. 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 " @@ -3501,7 +3523,7 @@ msgstr "" "une vie entière n'y suffirait pas." #. 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 " @@ -3521,13 +3543,13 @@ msgstr "" "écrites sur la partition d'échange." #. Tag: term -#: using-d-i.xml:2092 +#: using-d-i.xml:2082 #, no-c-format msgid "Erase data: yes" msgstr "Effacer les données : oui" #. 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 " @@ -3549,7 +3571,7 @@ msgstr "" "après plusieurs écritures d'un support magnéto-optique. ." #. 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 " @@ -3568,7 +3590,7 @@ msgstr "" "prendre du temps." #. 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 " @@ -3585,7 +3607,7 @@ msgstr "" "des amis, etc." #. 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 " @@ -3609,7 +3631,7 @@ msgstr "" "secrète pour le système de fichiers racine." #. 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 " @@ -3630,7 +3652,7 @@ msgstr "" "L'opération est répétée pour chaque partition à chiffrer." #. 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 " @@ -3657,7 +3679,7 @@ msgstr "" "défaut ne vous conviennent pas." #. Tag: para -#: using-d-i.xml:2175 +#: using-d-i.xml:2165 #, no-c-format msgid "" "Pay attention to the identifiers in parentheses (sda2_crypt." #. Tag: para -#: using-d-i.xml:2185 +#: using-d-i.xml:2175 #, no-c-format msgid "" "Once you are satisfied with the partitioning scheme, continue with the " @@ -3685,13 +3707,13 @@ msgstr "" "l'installation." #. Tag: title -#: using-d-i.xml:2196 +#: using-d-i.xml:2186 #, no-c-format msgid "Installing the Base System" msgstr "L'installation du système de base" #. Tag: para -#: using-d-i.xml:2197 +#: using-d-i.xml:2187 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -3706,7 +3728,7 @@ msgstr "" "connexion réseau, cela peut prendre du temps." #. Tag: para -#: using-d-i.xml:2210 +#: using-d-i.xml:2200 #, no-c-format msgid "" "During installation of the base system, package unpacking and setup messages " @@ -3723,7 +3745,7 @@ msgstr "" "keycap>F1." #. Tag: para -#: using-d-i.xml:2219 +#: using-d-i.xml:2209 #, no-c-format msgid "" "The unpack/setup messages generated during this phase are also saved in " @@ -3736,7 +3758,7 @@ msgstr "" "quand l'installation se fait avec une console série." #. Tag: para -#: using-d-i.xml:2225 +#: using-d-i.xml:2215 #, no-c-format msgid "" "As part of the installation, a &arch-kernel; kernel will be installed. At " @@ -3750,7 +3772,7 @@ msgstr "" "dans une liste." #. Tag: para -#: using-d-i.xml:2232 +#: using-d-i.xml:2222 #, no-c-format msgid "" "When packages are installed using the package management system, it will by " @@ -3767,7 +3789,7 @@ msgstr "" "Dans l'esprit des responsables de paquets, ils doivent être installés." #. Tag: para -#: using-d-i.xml:2242 +#: using-d-i.xml:2232 #, no-c-format msgid "" "For technical reasons packages installed during the installation of the base " @@ -3781,13 +3803,13 @@ msgstr "" "l'installation du système de base." #. Tag: title -#: using-d-i.xml:2254 +#: using-d-i.xml:2244 #, no-c-format msgid "Installing Additional Software" msgstr "Installation de logiciels supplémentaires" #. Tag: para -#: using-d-i.xml:2255 +#: using-d-i.xml:2245 #, no-c-format msgid "" "At this point you have a usable but limited system. Most users will want to " @@ -3801,13 +3823,13 @@ msgstr "" "de base sur des ordinateurs lents." #. Tag: title -#: using-d-i.xml:2270 +#: using-d-i.xml:2260 #, no-c-format msgid "Configuring apt" msgstr "La configuration d'apt" #. Tag: para -#: using-d-i.xml:2272 +#: using-d-i.xml:2262 #, no-c-format msgid "" "One of the tools used to install packages on a &debian-gnu; system is a " @@ -3839,7 +3861,7 @@ msgstr "" "supplémentaires comme la recherche de paquets ou la vérification des statuts." #. Tag: para -#: using-d-i.xml:2295 +#: using-d-i.xml:2285 #, no-c-format msgid "" "apt must be configured so that it knows from where to " @@ -3853,7 +3875,7 @@ msgstr "" "et le modifier à votre guise quand l'installation est terminée." #. 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 " @@ -3871,7 +3893,7 @@ msgstr "" "pour le service de mise à jour stable-updates." #. 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 " @@ -3888,13 +3910,13 @@ msgstr "" "quote> ou non-free de la distribution." #. 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 "Installation avec plusieurs CD/DVD" #. 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 " @@ -3908,7 +3930,7 @@ msgstr "" "mis à disposition." #. 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 " @@ -3922,7 +3944,7 @@ msgstr "" "dans la prochaine étape de l'installation ne puissent pas être installés." #. 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. " @@ -3935,7 +3957,7 @@ msgstr "" "Très peu de personnes utilisent les derniers CD/DVD d'un ensemble." #. 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 " @@ -3952,7 +3974,7 @@ msgstr "" "premiers) satisfera tous les besoins usuels." #. 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 " @@ -3970,13 +3992,13 @@ msgstr "" "d'erreur." #. Tag: title -#: using-d-i.xml:2369 +#: using-d-i.xml:2359 #, no-c-format msgid "Using a network mirror" msgstr "Utiliser un miroir réseau" #. 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 " @@ -3988,7 +4010,7 @@ msgstr "" "défaut est correcte. Cependant, il existe des exceptions." #. 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 " @@ -4006,7 +4028,7 @@ msgstr "" "literal> dans la prochaine étape de l’installation" #. 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 " @@ -4026,7 +4048,7 @@ msgstr "" "système, vous pourrez ajouter d'autres paquets." #. 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 " @@ -4039,7 +4061,7 @@ msgstr "" "premier disque. L'utilisation d'un miroir réseau est facultative." #. 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 " @@ -4054,7 +4076,7 @@ msgstr "" "allongée sans compromettre la sécurité et la stabilité du système installé." #. 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 " @@ -4069,26 +4091,26 @@ msgstr "" "de données téléchargées à partir d'un miroir dépend :" #. 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 "des tâches choisies lors de la prochaine étape de l'installation ;" #. Tag: para -#: using-d-i.xml:2425 +#: using-d-i.xml:2415 #, no-c-format msgid "which packages are needed for those tasks," msgstr "des paquets nécessaires à ces tâches ;" #. 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 "de la présence de ces paquets sur les CD/DVD analysés ;" #. 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 " @@ -4100,7 +4122,7 @@ msgstr "" "security ou stable-updates." #. 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 " @@ -4114,13 +4136,13 @@ msgstr "" "security ou stable-updates ont été installés." #. Tag: title -#: using-d-i.xml:2455 +#: using-d-i.xml:2445 #, no-c-format msgid "Choosing a network mirror" msgstr "Choisir un miroir réseau" #. 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 " @@ -4137,7 +4159,7 @@ msgstr "" "être sélectionné sans problème." #. 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 " @@ -4153,7 +4175,7 @@ msgstr "" "crochets, [2001:db8::1]." #. 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 " @@ -4181,13 +4203,21 @@ msgstr "" "plus rapide." #. Tag: para -#: using-d-i.xml:2486 -#, no-c-format +#: using-d-i.xml:2476 +#, fuzzy, no-c-format +#| msgid "" +#| "Another option when choosing to specify the mirror manually is to use " +#| "http.debian.net as your mirror. http.debian.net is not a physical mirror but a mirror redirection service, i.e. it " +#| "automatically refers your system to a real mirror near you in terms of " +#| "network topology. It takes into account by which protocol you connect to " +#| "it, i.e. if you use IPv6, it will refer you to an IPv6-capable mirror " +#| "near you." 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 "" @@ -4198,13 +4228,13 @@ msgstr "" "utilisez IPv6, il vous redirigera vers un miroir IPv6 proche de vous." #. Tag: title -#: using-d-i.xml:2505 +#: using-d-i.xml:2495 #, no-c-format msgid "Selecting and Installing Software" msgstr "Sélection et installation des paquets" #. 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 " @@ -4221,7 +4251,7 @@ msgstr "" "de logiciels prédéfinies." #. 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 " @@ -4256,7 +4286,7 @@ msgstr "" "linkend=\"tasksel-size-list\"/>." #. 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 " @@ -4269,7 +4299,7 @@ msgstr "" "pouvez même n'installer aucune tâche." #. 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 " @@ -4279,7 +4309,7 @@ msgstr "" "d'espace pour sélectionner une tâche." #. 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 " @@ -4289,7 +4319,7 @@ msgstr "" "l'environnement de bureau." #. Tag: para -#: using-d-i.xml:2561 +#: using-d-i.xml:2551 #, no-c-format msgid "" "By default, &d-i; installs the Gnome openssh." #. Tag: para -#: using-d-i.xml:2586 +#: using-d-i.xml:2576 #, no-c-format msgid "" "The Standard system task will install any package that has a " @@ -4351,7 +4381,7 @@ msgstr "" "laisser cette tâche à moins de ne vouloir réellement qu'un système minimal." #. 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 C, cela peut arriver si vous utilisez une image plus ancienne." #. Tag: title -#: using-d-i.xml:2635 +#: using-d-i.xml:2625 #, no-c-format msgid "Making Your System Bootable" msgstr "Rendre le système amorçable" #. Tag: para -#: using-d-i.xml:2637 +#: using-d-i.xml:2627 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -4442,13 +4472,13 @@ msgstr "" ">." #. Tag: title -#: using-d-i.xml:2652 +#: using-d-i.xml:2642 #, no-c-format msgid "Detecting other operating systems" msgstr "Détecter les autres systèmes d'exploitation" #. Tag: para -#: using-d-i.xml:2654 +#: using-d-i.xml:2644 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -4464,7 +4494,7 @@ msgstr "" "&debian;." #. Tag: para -#: using-d-i.xml:2662 +#: using-d-i.xml:2652 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -4481,13 +4511,13 @@ msgstr "" "d'amorçage pour plus d'information." #. Tag: title -#: using-d-i.xml:2680 +#: using-d-i.xml:2670 #, no-c-format msgid "palo-installer" msgstr "Installer palo" #. 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 " @@ -4504,20 +4534,20 @@ msgstr "" "Linux." #. Tag: para -#: using-d-i.xml:2690 +#: using-d-i.xml:2680 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa FIXME ( need more info )" #. 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 "" "Installer le programme d'amorçage Grub sur un disque dur" #. 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 " @@ -4529,7 +4559,7 @@ msgstr "" "pour les débutants aussi bien que pour les utilisateurs expérimentés." #. 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 " @@ -4541,7 +4571,7 @@ msgstr "" "l'installer ailleurs. Voyez le manuel pour des informations complètes." #. 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 " @@ -4552,14 +4582,14 @@ msgstr "" "aller sur le menu principal et choisissez un autre programme d'amorçage." #. 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 "" "Installer le programme d'amorçage LILO sur un disque dur" #. 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 " @@ -4576,7 +4606,7 @@ msgstr "" "LILO mini-HOWTO." #. 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 " @@ -4591,7 +4621,7 @@ msgstr "" "l'installation." #. 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 LILO :" #. Tag: term -#: using-d-i.xml:2756 +#: using-d-i.xml:2746 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Le secteur principal d'amorçage (MBR)" #. Tag: para -#: using-d-i.xml:2756 +#: using-d-i.xml:2746 #, no-c-format msgid "" "This way the LILO will take complete control of the boot " @@ -4617,13 +4647,13 @@ msgstr "" "d'amorçage." #. Tag: term -#: using-d-i.xml:2763 +#: using-d-i.xml:2753 #, no-c-format msgid "new &debian; partition" msgstr "une nouvelle partition &debian;" #. 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 " @@ -4635,19 +4665,23 @@ msgstr "" "partition et servira de second programme d'amorçage." #. Tag: term -#: using-d-i.xml:2772 +#: using-d-i.xml:2762 #, no-c-format msgid "Other choice" msgstr "Autre choix" #. Tag: para -#: using-d-i.xml:2772 -#, no-c-format +#: using-d-i.xml:2762 +#, fuzzy, 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." 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 "" "Cette option est utile aux experts qui veulent installer LILO ailleurs. Dans ce cas, on vous demandera où. Vous pouvez utiliser " @@ -4655,7 +4689,7 @@ msgstr "" "sda." #. 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 " @@ -4671,7 +4705,7 @@ msgstr "" "moyen !" #. 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 "" @@ -4679,7 +4713,7 @@ msgstr "" "dur" #. 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 " @@ -4708,7 +4742,7 @@ msgstr "" "d'amorçage EFI dans le but de charger et lancer le noyau Linux." #. 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 " @@ -4726,13 +4760,13 @@ msgstr "" "système de fichiers racine." #. Tag: title -#: using-d-i.xml:2828 +#: using-d-i.xml:2818 #, no-c-format msgid "Choose the correct partition!" msgstr "Choisissez la bonne partition !" #. 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 " @@ -4751,13 +4785,13 @@ msgstr "" "données !" #. Tag: title -#: using-d-i.xml:2845 +#: using-d-i.xml:2835 #, no-c-format msgid "EFI Partition Contents" msgstr "Le contenu de la partition EFI" #. 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 " @@ -4788,13 +4822,13 @@ msgstr "" "temps, le système est mis à jour ou reconfiguré." #. Tag: filename -#: using-d-i.xml:2869 +#: using-d-i.xml:2859 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. 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 " @@ -4806,13 +4840,13 @@ msgstr "" "désigner les fichiers dans la partition EFI." #. Tag: filename -#: using-d-i.xml:2879 +#: using-d-i.xml:2869 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. 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 " @@ -4825,13 +4859,13 @@ msgstr "" "guimenuitem> du menu gestionnaire EFI y fait appel." #. Tag: filename -#: using-d-i.xml:2890 +#: using-d-i.xml:2880 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. 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 " @@ -4846,13 +4880,13 @@ msgstr "" "/initrd.img." #. Tag: filename -#: using-d-i.xml:2903 +#: using-d-i.xml:2893 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. 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 " @@ -4865,13 +4899,13 @@ msgstr "" "filename> sera relancé." #. Tag: filename -#: using-d-i.xml:2914 +#: using-d-i.xml:2904 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. 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 " @@ -4885,13 +4919,13 @@ msgstr "" "filename>, pointé par le lien symbolique /vmlinuz." #. Tag: title -#: using-d-i.xml:2935 +#: using-d-i.xml:2925 #, no-c-format msgid "arcboot-installer" msgstr "Le programme arcboot" #. 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 " @@ -4935,13 +4969,13 @@ msgstr "" "boot." #. Tag: replaceable -#: using-d-i.xml:2955 +#: using-d-i.xml:2945 #, no-c-format msgid "scsi" msgstr "scsi" #. 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 " @@ -4951,13 +4985,13 @@ msgstr "" "contrôleurs intégrés ;" #. Tag: replaceable -#: using-d-i.xml:2964 +#: using-d-i.xml:2954 #, no-c-format msgid "disk" msgstr "disk" #. 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 " @@ -4965,13 +4999,13 @@ msgid "" msgstr "est l'ID du disque dur où se trouve arcboot ;" #. Tag: replaceable -#: using-d-i.xml:2973 +#: using-d-i.xml:2963 #, no-c-format msgid "partnr" msgstr "partnr" #. 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 ;" #. Tag: replaceable -#: using-d-i.xml:2982 +#: using-d-i.xml:2972 #, no-c-format msgid "config" msgstr "config" #. Tag: para -#: using-d-i.xml:2983 +#: using-d-i.xml:2973 #, no-c-format msgid "" "is the name of the configuration entry in /etc/arcboot.conflinux." #. Tag: title -#: using-d-i.xml:3004 +#: using-d-i.xml:2994 #, no-c-format msgid "Install Yaboot on a Hard Disk" msgstr "Installer Yaboot sur un disque dur" #. 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 " @@ -5023,13 +5057,13 @@ msgstr "" "amorçable et OpenFirmware pourra démarrer &debian-gnu;." #. Tag: title -#: using-d-i.xml:3023 +#: using-d-i.xml:3013 #, no-c-format msgid "Install Quik on a Hard Disk" msgstr "Installer Quik sur un disque dur" #. 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 "Installateur zipl" #. 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 "" "Installer le programme d'amorçage SILO sur un disque dur" #. 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 " @@ -5106,13 +5156,13 @@ msgstr "" "installer GNU/Linux à côté de SunOS/Solaris." #. Tag: title -#: using-d-i.xml:3085 +#: using-d-i.xml:3096 #, no-c-format msgid "Making the system bootable with flash-kernel" msgstr "Rendre un système amorçable avec flash-kernel" #. 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 " @@ -5133,7 +5183,7 @@ msgstr "" "les opérations nécessaires." #. 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 " @@ -5152,7 +5202,7 @@ msgstr "" "généralement le contenu de la mémoire flash !" #. 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 " @@ -5167,13 +5217,13 @@ msgstr "" "qui autorise l'amorçage automatique sans interaction avec l'utilisateur." #. Tag: title -#: using-d-i.xml:3123 +#: using-d-i.xml:3134 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Continuer sans programme d'amorçage" #. 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 " @@ -5186,7 +5236,7 @@ msgstr "" "autre programme." #. 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 " @@ -5208,13 +5258,13 @@ msgstr "" "partition distincte, vous devez connaître son système de fichiers." #. Tag: title -#: using-d-i.xml:3149 +#: using-d-i.xml:3160 #, no-c-format msgid "Finishing the Installation" msgstr "La fin de l'installation" #. 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 " @@ -5226,13 +5276,13 @@ msgstr "" "nettoyage après le travail de l'installateur." #. Tag: title -#: using-d-i.xml:3163 +#: using-d-i.xml:3174 #, no-c-format msgid "Setting the System Clock" msgstr "Configuration de l'horloge du système" #. 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 " @@ -5246,7 +5296,7 @@ msgstr "" "installés." #. 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 " @@ -5265,7 +5315,7 @@ msgstr "" "heure locale plutôt que GMT." #. 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 " @@ -5276,13 +5326,13 @@ msgstr "" "courante en UTC ou temps local selon le choix qui a été fait précédemment." #. Tag: title -#: using-d-i.xml:3198 +#: using-d-i.xml:3209 #, no-c-format msgid "Reboot the System" msgstr "Réamorcer le système" #. 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 " @@ -5294,7 +5344,7 @@ msgstr "" "système &debian;." #. 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 " @@ -5308,13 +5358,13 @@ msgstr "" "les premières étapes de l'installation." #. Tag: title -#: using-d-i.xml:3219 +#: using-d-i.xml:3230 #, no-c-format msgid "Troubleshooting" msgstr "Dépannage" #. 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 " @@ -5325,13 +5375,13 @@ msgstr "" "attendent en silence que l'utilisateur ait besoin d'aide." #. Tag: title -#: using-d-i.xml:3233 +#: using-d-i.xml:3244 #, no-c-format msgid "Saving the installation logs" msgstr "Sauvegarde des journaux de l'installation" #. 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 " @@ -5343,7 +5393,7 @@ msgstr "" " sur votre nouveau système &debian;." #. Tag: para -#: using-d-i.xml:3242 +#: using-d-i.xml:3253 #, no-c-format msgid "" "Choosing Save debug logs from the main menu " @@ -5360,13 +5410,13 @@ msgstr "" "sur l'installation." #. Tag: title -#: using-d-i.xml:3262 +#: using-d-i.xml:3273 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Utilisation de l'interpréteur et consultation des journaux" #. 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 " @@ -5393,13 +5443,13 @@ msgstr "" "keycombo> pour revenir à l'installateur." #. Tag: para -#: using-d-i.xml:3282 +#: using-d-i.xml:3293 #, no-c-format msgid "For the graphical installer see also ." msgstr "Pour l'installateur graphique, voyez la ." #. 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 " @@ -5416,7 +5466,7 @@ msgstr "" "l'installateur, utilisez la commande exit." #. 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 " @@ -5435,7 +5485,7 @@ msgstr "" "comme la complétion automatique et le rappel des commandes." #. 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 " @@ -5447,7 +5497,7 @@ msgstr "" "/var/log." #. 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 " @@ -5459,7 +5509,7 @@ msgstr "" "problème." #. 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 " @@ -5473,13 +5523,13 @@ msgstr "" "activée par l'installateur." #. Tag: title -#: using-d-i.xml:3332 +#: using-d-i.xml:3343 #, no-c-format msgid "Installation Over the Network" msgstr "Installation par le réseau" #. Tag: para -#: using-d-i.xml:3334 +#: using-d-i.xml:3345 #, no-c-format msgid "" "One of the more interesting components is network-console." #. Tag: para -#: using-d-i.xml:3344 +#: using-d-i.xml:3355 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -5521,7 +5571,7 @@ msgstr "" "guimenuitem> apparaît." #. Tag: para -#: using-d-i.xml:3357 +#: using-d-i.xml:3368 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -5531,7 +5581,7 @@ msgstr "" "configuration du réseau." #. Tag: para -#: using-d-i.xml:3362 +#: using-d-i.xml:3373 #, no-c-format msgid "" "After selecting this new entry, you " @@ -5554,7 +5604,7 @@ msgstr "" "personne qui continuera l'installation à distance." #. 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 " @@ -5566,7 +5616,7 @@ msgstr "" "principal où vous pourrez choisir un autre composant." #. 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 " @@ -5598,7 +5648,7 @@ msgstr "" "affichée et vous devrez confirmer qu'elle est correcte." #. 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 " @@ -5624,7 +5674,7 @@ msgstr "" "reprendre l'installation après la reconnexion." #. 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 " @@ -5647,7 +5697,7 @@ msgstr "" "aurait maintenu la connexion. N'utilisez cette option qu'en cas de nécessité." #. 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 " @@ -5672,7 +5722,7 @@ msgstr "" "replaceable>>. et recommencer." #. 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 " @@ -5693,7 +5743,7 @@ msgstr "" "lancer plusieurs interpréteurs." #. 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 " @@ -5709,14 +5759,14 @@ msgstr "" "l'installation ou des problèmes dans le système installé." #. Tag: title -#: using-d-i.xml:3468 +#: using-d-i.xml:3479 #, no-c-format msgid "Loading Missing Firmware" msgstr "" "Télécharger des microprogrammes (firmware) manquants" #. Tag: para -#: using-d-i.xml:3469 +#: using-d-i.xml:3480 #, no-c-format msgid "" "As described in , some devices require " @@ -5731,7 +5781,7 @@ msgstr "" "microprogramme et seules les fonctionnalités avancées exigent sa présence." #. 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 " @@ -5750,7 +5800,7 @@ msgstr "" "pilote sera rechargé." #. 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 " @@ -5769,7 +5819,7 @@ msgstr "" "microprogrammes peuvent être chargés sur des cartes SD ou MMC." #. 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 " @@ -5781,7 +5831,7 @@ msgstr "" "périphérique n'est pas nécessaire pendant l'installation." #. 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 " @@ -5804,13 +5854,13 @@ msgstr "" "dmesg." #. Tag: title -#: using-d-i.xml:3517 +#: using-d-i.xml:3528 #, no-c-format msgid "Preparing a medium" msgstr "Préparer le support" #. 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 " @@ -5835,7 +5885,7 @@ msgstr "" "certainement reconnu dans les premières étapes du processus d'installation." #. 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 " @@ -5851,7 +5901,7 @@ msgstr "" "version des fichiers et de les placer sur le système de fichiers du support." #. 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 " @@ -5868,7 +5918,7 @@ msgstr "" "microprogrammes." #. 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 " @@ -5880,13 +5930,13 @@ msgstr "" "système déjà installé ou donnés par un vendeur de matériel." #. Tag: title -#: using-d-i.xml:3568 +#: using-d-i.xml:3579 #, no-c-format msgid "Firmware and the Installed System" msgstr "Microprogrammes et système installé" #. 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 " @@ -5905,7 +5955,7 @@ msgstr "" "de la différence des versions." #. 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 " @@ -5922,7 +5972,7 @@ msgstr "" "version apparaîtra." #. 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 " @@ -5935,7 +5985,7 @@ msgstr "" "manuellement." #. 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 " @@ -5949,6 +5999,22 @@ msgstr "" "microprogramme et que ce paquet est installé quand l'installation est " "terminée." +#~ 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 "" +#~ "L'installateur gère le RAID logiciel depuis peu. Vous pourrez rencontrer " +#~ "des problèmes, pour certains niveaux RAID et en combinaison avec les " +#~ "programmes d'amorçage, par exemple si vous essayez d'utiliser un " +#~ "périphérique de ce type pour la partition racine, /. " +#~ "Les experts pourront sans doute contourner ces problèmes en exécutant " +#~ "certaines étapes de configuration ou d'installation dans un interpréteur " +#~ "de commande." + #~ msgid "" #~ "By default, &d-i; installs the Xfce desktop environment. It is not " #~ "possible to interactively select a different desktop environment during " -- cgit v1.2.3