# Translation of emdebian-rootfs to French # Copyright (C) 2009 Debian French l10n team # This file is distributed under the same license as the emdebian-rootfs package. # # Translators: # Alexandre Normand , 2009 msgid "" msgstr "" "Project-Id-Version: emdebian-rootfs 2.0.2\n" "POT-Creation-Date: 2010-05-27 16:13+0200\n" "PO-Revision-Date: 2009-11-11 21:57+0100\n" "Last-Translator: Alexandre Normand \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Bookmarks: 138,-1,-1,-1,-1,-1,-1,-1,-1,-1\n" #. type: =head1 #: pod/multistrap:3 device-table.pl:138 msgid "Name" msgstr "Nom" #. type: textblock #: pod/multistrap:5 #, fuzzy msgid "multistrap - debootstrap replacement for multiple repository support" msgstr "" "em_multistrap - Ajoute à debootstrap la capacité de gérer plusieurs dépôts" #. type: =head1 #: pod/multistrap:7 device-table.pl:142 msgid "Synopsis" msgstr "Synopsis" #. type: verbatim #: pod/multistrap:9 #, fuzzy, no-wrap msgid "" " multistrap [-a ARCH] [-d DIR] -f CONFIG_FILE\n" " multistrap [--simulate] -f CONFIG_FILE\n" " multistrap -?|-h|--help|--version\n" "\n" msgstr "" "em_multistrap [-a ARCH] [-d RÉPERTOIRE] -f FICHIER_CONFIG\n" " em_multistrap -?|-h|--help|--version\n" "\n" #. type: =head1 #: pod/multistrap:13 device-table.pl:147 msgid "Options" msgstr "Options" #. type: textblock #: pod/multistrap:15 msgid "" "--dry-run - collate all the configuration settings and output a bare summary." msgstr "" #. type: textblock #: pod/multistrap:18 msgid "--simulate - same as --dry-run" msgstr "" #. type: textblock #: pod/multistrap:20 #, fuzzy msgid "(The following options can also be set in the configuration file.)" msgstr "" "(Ces options peuvent également être définies dans le fichier de " "configuration.)" #. type: textblock #: pod/multistrap:22 msgid "" "--tidy-up - remove apt cache data, downloaded Packages files and the apt " "package cache. Same as cleanup=true." msgstr "" "--tidy-up - supprimer les données du cache d'apt, les fichiers Packages " "téléchargés et le cache des paquets apt. Identique à cleanup=true." #. type: textblock #: pod/multistrap:25 msgid "" "--no-auth - allow the use of unauthenticated repositories. Same as " "noauth=true" msgstr "" "--no-auth - autoriser l'utilisation de dépôts non authentifiés. Identique à " "noauth=true" #. type: textblock #: pod/multistrap:28 msgid "" "--sourcedir DIR - move the contents of var/cache/apt/archives/ from inside " "the chroot to the specified external directory. Same as retainsources=DIR" msgstr "" #. type: =head1 #: pod/multistrap:33 msgid "Description" msgstr "Description" #. type: textblock #: pod/multistrap:35 #, fuzzy msgid "" "multistrap provides a debootstrap-like method based on apt and extended to " "provide support for multiple repositories, using a configuration file to " "specify the relevant suites, architecture, extra packages and the mirror to " "use for each bootstrap." msgstr "" "em_multistrap fournit une méthode semblable à debootstrap, basée sur apt et " "permettant la gestion de dépôts multiples, en utilisant un fichier de " "configuration pour spécifier les suites, l'architecture, les paquets " "supplémentaires et le miroir à utiliser pour chaque debootstrap." #. type: textblock #: pod/multistrap:40 #, fuzzy msgid "" "The aim is to create a complete bootstrap / root filesystem with all " "packages installed and configured, instead of just the base system." msgstr "" "Le but est de créer un debootstrap complet avec tous les paquets installés " "et configurés, plutôt que de créer uniquement le système de base." #. type: textblock #: pod/multistrap:44 msgid "Example configuration:" msgstr "Exemple de configuration :" #. type: verbatim #: pod/multistrap:46 #, fuzzy, no-wrap msgid "" " [General]\n" " arch=armel\n" " directory=/opt/multistrap/\n" " # same as --tidy-up option if set to true\n" " cleanup=true\n" " # same as --no-auth option if set to true\n" " # keyring packages listed in each bootstrap will\n" " # still be installed.\n" " noauth=false\n" " # extract all downloaded archives (default is true)\n" " unpack=true\n" " # whether to add the /suite to be explicit about where apt\n" " # needs to look for packages. Default is false.\n" " explicitsuite=false\n" " # aptsources is a list of sections to be used\n" " # the /etc/apt/sources.list.d/multistrap.sources.list\n" " # of the target. Order is not important\n" " aptsources=Debian\n" " # the bootstrap option determines which repository\n" " # is used to calculate the list of Priority: required packages\n" " # and which packages go into the rootfs.\n" " # The order of sections is not important.\n" " bootstrap=Debian\n" " \n" msgstr "" "[General]\n" " arch=armel\n" " directory=/opt/multistrap/\n" " # pareil que l'option --tidy-up si définie à vrai\n" " cleanup=true\n" " # pareil que l'option --no-auth si définie à vrai\n" " # les paquets \"keyring\" listés dans chaque debootstrap seront\n" " # toujours installés.\n" " noauth=false\n" " # extraire toutes les archives téléchargées (vrai par défaut)\n" " unpack=true\n" " # aptsources est une liste de sections à utiliser pour télécharger des paquets\n" " # et des listes. cette liste est placée dans le fichier /etc/apt/sources.list.d/multistrap.sources.list \n" " # de la cible. L'ordre n'est pas important\n" "aptsources=Grip Updates\n" " # l'ordre des sections n'est pas important\n" " # l'option debootstrap détermine quel dépôt\n" " # est utilisé pour calculer la liste des priorités : paquets nécessaires\n" " debootstrap=Debian\n" " \n" #. type: verbatim #: pod/multistrap:70 pod/multistrap:154 #, no-wrap msgid "" " [Debian]\n" " packages=\n" " source=http://ftp.uk.debian.org/debian\n" " keyring=debian-archive-keyring\n" " suite=lenny\n" "\n" msgstr "" "[Debian]\n" " packages=\n" " source=http://ftp.uk.debian.org/debian\n" " keyring=debian-archive-keyring\n" " suite=lenny\n" "\n" #. type: textblock #: pod/multistrap:76 msgid "" "This will result in a completely normal debootstrap of Debian lenny from the " "specified mirror, for armel in '/opt/multistrap/'." msgstr "" "Cela se traduira par un debootstrap tout à fait ordinaire de Debian Lenny à " "partir du miroir spécifié, pour armel dans « /opt/multistrap/ »." #. type: textblock #: pod/multistrap:79 msgid "" "Specify a package to extend the multistrap to include that package and all " "dependencies." msgstr "" "Spécifiez un paquet pour étendre le multistrap afin d'inclure ce paquet et " "toutes ses dépendances." #. type: textblock #: pod/multistrap:82 #, fuzzy msgid "" "Specify more bootstraps by adding new sections. Section names are used in " "the bootstrap general option." msgstr "" "Spécifiez plus de debootstraps en ajoutant de nouvelles sections. Les noms " "de sections sont utilisés dans l'option générale de debootstrap." #. type: textblock #: pod/multistrap:85 msgid "Section names are case-insensitive." msgstr "La casse des lettres n'est pas importante dans les noms de section." #. type: textblock #: pod/multistrap:87 #, fuzzy msgid "" "All dependencies are resolved only by apt, using all bootstrap repositories, " "to use only the most recent and most suitable dependencies. Note that " "multistrap turns off Install-Recommends so if the multistrap needs a package " "that is only a Recommended dependency, the recommended package needs to be " "specified in the packages line explicitly." msgstr "" "Toutes les dépendances sont déterminées uniquement par apt, en utilisant " "tous les dépôts configurés, pour utiliser uniquement les dépendances les " "plus récentes et les plus appropriées. Notez que multistrap désactive " "Install-Recommends. Si le multistrap a besoin d'un paquet qui est seulement " "recommandé, ce paquet devra être indiqué explicitement à la ligne des " "paquets." #. type: textblock #: pod/multistrap:94 #, fuzzy msgid "" "'Architecture' and 'directory' can be overridden on the command line. Some " "other general options also have command line options." msgstr "" "« Architecture » et « directory » peuvent être modifiés en ligne de commande. " "D'autres options générales peuvent ausi être indiquées en ligne de commande, " "sauf debootstrap." #. type: =head1 #: pod/multistrap:97 msgid "Repositories" msgstr "" #. type: textblock #: pod/multistrap:99 msgid "" "C lists the sections which should be used to create the F apt sources in the final system. Not all " "C have to appear in the C section if you have some " "internal or local sources which are not accessible to the installed root " "filesystem." msgstr "" #. type: textblock #: pod/multistrap:105 msgid "" "C lists the sections which will be used to create the multistrap " "itself. Only packages listed in C will be downloaded and unpacked " "by multistrap." msgstr "" #. type: textblock #: pod/multistrap:109 msgid "" "Make sure C lists all sections you need for apt to be able to " "find all the packages to be unpacked for the multistrap." msgstr "" #. type: textblock #: pod/multistrap:112 msgid "" "(Older versions of multistrap supported the same option under the " "C name - this spelling is still supported but new configuration " "files should be C instead." msgstr "" #. type: =head1 #: pod/multistrap:116 msgid "General settings:" msgstr "Paramètres généraux :" #. type: textblock #: pod/multistrap:118 msgid "" "'arch' can be overridden on the command line using the C<--arch> option." msgstr "" #. type: textblock #: pod/multistrap:120 #, fuzzy msgid "" "'directory' specifies the top level directory where the bootstrap will be " "created - it is not packed into a .tgz once complete." msgstr "" "« directory » indique le répertoire de haut niveau dans lequel le debootstrap " "sera créé - il n'est pas empaqueté en un .tgz une fois complété." #. type: textblock #: pod/multistrap:123 msgid "" "'bootstrap' lists the Sections which will be used to specify the packages " "which will be downloaded (and optionally unpacked) into the bootstrap." msgstr "" #. type: textblock #: pod/multistrap:126 msgid "" "'aptsources' lists the Sections which will be used to specify the apt " "sources in the final system, e.g. if you need to use a local repository to " "generate the rootfs which will not be available to the device at runtime, " "list that section in C but not in C." msgstr "" #. type: textblock #: pod/multistrap:131 msgid "" "If you want a package to be in the rootfs, it B be specified in the " "C list under General." msgstr "" #. type: textblock #: pod/multistrap:134 msgid "The order of section names in either list is not important." msgstr "" #. type: textblock #: pod/multistrap:136 #, fuzzy msgid "" "As with debootstrap, multistrap will continue after errors, as long as the " "configuration file can be correctly parsed." msgstr "Comme pour debootstrap, em_multistrap se poursuivra après des erreurs." #. type: textblock #: pod/multistrap:139 msgid "" "multistrap also implements the machine:variant support originally used in " "Emdebian Crush, although in a different implementation. Using the cascading " "configuration support, particular machine:variant combinations can be " "supported by simple changes on the command line." msgstr "" #. type: textblock #: pod/multistrap:144 msgid "" "Setting C to true also packs up the final filesystem into a " "tarball." msgstr "" #. type: textblock #: pod/multistrap:147 msgid "" "Note that multistrap ignores any unrecognised options in the config file - " "this allows for backwards-compatible behaviour as well as overloading the " "multistrap config files to support other tools (like pbuilder)." msgstr "" #. type: =head1 #: pod/multistrap:152 #, fuzzy msgid "Section settings" msgstr "Paramètres généraux :" #. type: textblock #: pod/multistrap:160 msgid "" "The section name (in [] brackets) needs to be unique for this configuration " "file and any configuration files which this file includes. Section names are " "case insensitive (all comparisons happen after conversion to lower case)." msgstr "" #. type: textblock #: pod/multistrap:165 msgid "" "'packages' is the list of packages to be added when this Section is listed " "in C." msgstr "" #. type: textblock #: pod/multistrap:168 msgid "" "'source' is the apt source to use for this Section. (To use a local source " "on the same machine, ensure you use C not C, so that apt " "is told to copy the packages into the rootfs instead of assuming it can try " "to download them later - because that \"later\" will never actually happen." msgstr "" #. type: textblock #: pod/multistrap:174 msgid "" "'keyring' lists the package which contains the key used by the source listed " "in this Section. If no keyring is specified, the C option must be " "set to B. See Secure Apt." msgstr "" #. type: textblock #: pod/multistrap:178 msgid "" "'suite' is the suite to use from this source. Note that this B be the " "suite, not the codename." msgstr "" #. type: textblock #: pod/multistrap:181 msgid "" "Suites change from time to time: (oldstable, stable, testing, sid) The " "codename (etch, lenny, squeeze, sid) does not change." msgstr "" #. type: =head1 #: pod/multistrap:185 msgid "Secure Apt" msgstr "Apt sécurisé" #. type: textblock #: pod/multistrap:187 msgid "" "To use authenticated apt repositories, multistrap either needs to be able to " "install an appropriate keyring package from the existing apt sources " "*outside the multistrap environment* or have the relevant keys already " "configured using apt-key *on the host system*." msgstr "" "Pour utiliser des dépôts apt authentifiés, multistrap doit pouvoir installer " "des clés à partir d'une source apt existante *en dehors de l'environnement " "du multistrap*, ou bien doit posséder les clés pertinentes déjà configurées " "en utilisant apt-key *sur le système hôte*." #. type: textblock #: pod/multistrap:192 #, fuzzy msgid "" "If relevant packages exist, specify them in the 'keyring' option for each " "repository. multistrap will then check that apt has already installed this " "package so that the repository can be authenticated before any packages are " "downloaded from it." msgstr "" "Si ces paquets existent, spécifiez-les dans l'option 'keyring' pour chaque " "dépôt. em_multistrap vérifiera alors que apt a déjà installé ce paquet : " "ainsi le dépôt pourra être authentifié avant de télécharger des paquets." #. type: textblock #: pod/multistrap:197 msgid "" "Note that *all* repositories to be used with multistrap must be " "authenticated or apt will fail. Similarly, secure apt can only be disabled " "for all repositories (by using the --no-auth command line option or setting " "the general noauth option in the configuration file), even if only one " "repository does not have a suitable keyring available. Not all packages need " "keyring packages, if you configure apt-key appropriately." msgstr "" "Notez que *tous* les dépôts devant être utilisés avec multistrap doivent " "être authentifiés sinon apt échouera. De même, la sécurisation d'apt devra " "être désactivée pour tous les dépôts (en utilisant l'option --no-auth en " "ligne de commande ou en définissant l'option générale noauth dans le fichier " "de configuration), même s'il n'existe qu'un seul dépôt sans trousseau de " "clés convenable. Tous les paquets n'ont pas besoin de paquets de trousseau " "de clés, si vous configurez apt-key correctement." #. type: textblock #: pod/multistrap:205 msgid "" "The keyring package(s) will also be installed inside the multistrap " "environment to match the installed apt sources for the multistrap." msgstr "" "Les paquets de trousseau de clés seront également installés à l'intérieur de " "l'environnement du multistrap pour correspondre avec les sources apt " "installés du multistrap." #. type: textblock #: pod/multistrap:208 msgid "" "All configuration of apt-key needs to be done for the machine running " "multistrap itself." msgstr "" "Toute configuration de apt-key doit être faite pour la machine exécutant " "multistrap." #. type: =head1 #: pod/multistrap:211 msgid "State" msgstr "État" #. type: textblock #: pod/multistrap:213 msgid "" "multistrap is stateless - if the directory exists, it will simply proceed as " "normal and apt will try to pick up where it left off." msgstr "" "multistrap est sans-état - si le répertoire existe, il procédera tout " "simplement de manière ordinaire et apt essaiera de reprendre là où il " "s'était arrêté." #. type: =head1 #: pod/multistrap:216 msgid "Configuration" msgstr "Configuration" #. type: textblock #: pod/multistrap:218 msgid "" "multistrap unpacks the downloaded packages but other stages of system " "configuration are not attempted. Examples include:" msgstr "" "multistrap décompresse les paquets téléchargés, mais d'autres étapes de la " "configuration du système ne sont pas tentées. Les exemples incluent : " #. type: verbatim #: pod/multistrap:221 #, no-wrap msgid "" " /etc/inittab\n" " /etc/fstab\n" " /etc/hosts\n" " /etc/securetty\n" " /etc/modules\n" " /etc/hostname\n" " /etc/network/interfaces\n" " /etc/init.d\n" " /etc/dhcp3 \n" "\n" msgstr "" " /etc/inittab\n" " /etc/fstab\n" " /etc/hosts\n" " /etc/securetty\n" " /etc/modules\n" " /etc/hostname\n" " /etc/network/interfaces\n" " /etc/init.d\n" " /etc/dhcp3 \n" "\n" #. type: textblock #: pod/multistrap:231 msgid "" "Any device-specific device nodes will also need to be created using MAKEDEV." msgstr "" "Tout noeud spécifique à un périphérique doit également être créé en " "utilisant MAKEDEV." #. type: textblock #: pod/multistrap:234 msgid "" "As an alternative, multistrap includes a device-table.pl helper script that " "can work around some of the issues with MAKEDEV. device-table.pl requires a " "device table file along the lines of the one in the mtd-utils source package." msgstr "" #. type: textblock #: pod/multistrap:239 msgid "" "Once multistrap has successfully created the basic file and directory " "layout, other device-specific scripts are needed before the filesystem can " "be packaged up and installed onto the target device." msgstr "" "Une fois que multistrap a réussi à créer la structure de base pour les " "fichiers et les répertoires, d'autres scripts spécifiques aux périphériques " "sont nécessaires avant que le système de fichiers puisse être installé sur " "le périphérique cible." #. type: textblock #: pod/multistrap:244 msgid "" "Once installed, the packages themselves need to be configured using the " "package maintainer scripts and C, unless this is a " "native multistrap." msgstr "" "Une fois installés, les paquets doivent eux-mêmes être configurés en " "utilisant les scripts du responsable du paquet et C, à " "moins qu'il ne s'agisse d'un multistrap natif." #. type: textblock #: pod/multistrap:248 msgid "" "For C to work, F and F must be mounted (or mountable), " "F is also recommended." msgstr "" "Pour que C puisse fonctionner, F et F doivent être " "montés (ou être montables), F est également recommandé." #. type: textblock #: pod/multistrap:251 msgid "See also: http://wiki.debian.org/Multistrap" msgstr "Voir aussi : http://wiki.debian.org/Multistrap" #. type: =head1 #: pod/multistrap:253 msgid "Environment" msgstr "Environnement" #. type: textblock #: pod/multistrap:255 msgid "" "To configure the unpacked packages (whether in native or cross mode), " "certain environment variables are needed:" msgstr "" "Pour configurer les paquets dépaquetés (que ce soit en mode croisé ou " "natif), certaines variables d'environnements sont nécessaires :" #. type: textblock #: pod/multistrap:258 msgid "" "Debconf needs to be told to accept that user interaction is not desired:" msgstr "" "Il est nécessaire de signaler à Debconf que l'interaction utilisateur n'est " "pas souhaitée : " #. type: verbatim #: pod/multistrap:261 #, fuzzy, no-wrap msgid "" " DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true\n" "\n" msgstr "" " DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true\n" " \n" #. type: textblock #: pod/multistrap:263 msgid "" "Perl needs to be told to accept that no locales are available inside the " "chroot and not to complain:" msgstr "" "Il est nécessaire de signaler à Perl qu'aucune locales n'est disponible " "l'intérieur du chroot et de ne pas se plaindre :" #. type: verbatim #: pod/multistrap:266 #, no-wrap msgid "" " LC_ALL=C LANGUAGE=C LANG=C\n" "\n" msgstr "" " LC_ALL=C LANGUAGE=C LANG=C\n" "\n" #. type: textblock #: pod/multistrap:268 msgid "Then, dpkg can configure the packages:" msgstr "Puis, dpkg peut configurer les paquets :" #. type: textblock #: pod/multistrap:270 msgid "chroot method (PATH = top directory of chroot):" msgstr "méthode chroot (PATH = le répertoire de base du chroot) :" #. type: verbatim #: pod/multistrap:272 #, no-wrap msgid "" " DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \\\n" " LC_ALL=C LANGUAGE=C LANG=C chroot /PATH/ dpkg --configure -a\n" "\n" msgstr "" " DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \\\n" " LC_ALL=C LANGUAGE=C LANG=C chroot /PATH/ dpkg --configure -a\n" "\n" #. type: textblock #: pod/multistrap:275 msgid "at a login shell:" msgstr "dans un interpréteur de commandes de connexion : " #. type: verbatim #: pod/multistrap:277 #, no-wrap msgid "" " # export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true\n" " # export LC_ALL=C LANGUAGE=C LANG=C \n" " # dpkg --configure -a\n" "\n" msgstr "" " # export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true\n" " # export LC_ALL=C LANGUAGE=C LANG=C \n" " # dpkg --configure -a\n" "\n" #. type: textblock #: pod/multistrap:281 msgid "(As above, dpkg needs F and F mounted first.)" msgstr "" "(Comme ci-dessus, dpkg a besoin que F et F soient montés en " "premier.)" #. type: =head1 #: pod/multistrap:283 msgid "Native mode - multistrap" msgstr "mode natif - multistrap" #. type: textblock #: pod/multistrap:285 #, fuzzy msgid "" "multistrap was not intended for native support, it was developed for cross " "architecture support. In order for multiple repositories to be used, " "multistrap only unpacks the packages selected by apt." msgstr "" "em_multistrap n'était pas prévu pour le mode natif, il fut développé pour la " "gestion de plusieurs architectures. Pour que de multiples dépôts puissent " "être utilisés, em_multistrap dépaquette uniquement les paquets sélectionnés " "par apt." #. type: textblock #: pod/multistrap:289 msgid "" "In native mode, various post-multistrap operations are likely to be needed " "that debootstrap would do for you:" msgstr "" "En mode natif, diverses opérations post-multistrap que debootstrap ferait " "pour vous sont probablement nécessaires :" #. type: verbatim #: pod/multistrap:292 #, no-wrap msgid "" " 1. copy /etc/hosts into the chroot\n" " 2. clean the environment to unset LANGUAGE, LC_ALL and LANG\n" " to silence nuisance perl warnings that obscure other errors\n" "\n" msgstr "" "1. copiez /etc/hosts dans le chroot\n" " 2. nettoyez l'environnement pour détruire LANGUAGE, LC_ALL and LANG\n" " pour passer sous silence les nuisance des avertissements cachant d'autres erreurs\n" "\n" #. type: textblock #: pod/multistrap:296 msgid "" "(An alternative to unset the localisation variables is to add locales to " "your multistrap configuration file in the 'packages' option." msgstr "" "(Une alternative pour détruire les variables de localisation est d'ajouter " "locales à votre fichier de configuration multistrap dans l'option « packages " "»." #. type: textblock #: pod/multistrap:300 msgid "" "A native multistrap can be used directly with chroot, so C runs " "C at the end of the multistrap process." msgstr "" "Un multistrap natif peut être directement utilisé avec chroot, ainsi " "C exécute C à la fin du processus du " "multistrap." #. type: =head1 #: pod/multistrap:304 #, fuzzy msgid "Cascading configuration" msgstr "Configuration" #. type: textblock #: pod/multistrap:306 msgid "" "To support multiple variants of a basic (common) configuration, " "C allows configuration files to include other (more general) " "configuration files. i.e. the most detailed / specific configuration file is " "specified on the command line and that file includes another file which is " "shared by other configurations." msgstr "" #. type: textblock #: pod/multistrap:312 msgid "Base file:" msgstr "" #. type: verbatim #: pod/multistrap:314 #, no-wrap msgid "" " /usr/share/multistrap/crosschroot.conf\n" "\n" msgstr "" #. type: textblock #: pod/multistrap:316 msgid "Variations:" msgstr "" #. type: verbatim #: pod/multistrap:318 #, no-wrap msgid "" " /usr/share/multistrap/armel.conf\n" "\n" msgstr "" #. type: textblock #: pod/multistrap:320 msgid "" "Specifying just the armel.conf file will get the rest of the settings from " "crosschroot.conf so that common changes only need to be made in a single " "file." msgstr "" #. type: textblock #: pod/multistrap:324 msgid "" "It is B recommended that any changes to the configuration files " "involved in any particular cascade are tested using the C<--simulate> option " "to multistrap which will output a summary of the options that have been set " "once the cascade is complete. Note that multistrap does B if a " "configuration file contains an unrecognised option (for future compatibility " "with backported configurations), so a simple typo can result in an option " "not being set." msgstr "" #. type: =head1 #: pod/multistrap:332 #, fuzzy msgid "Machine:variant support" msgstr "Variantes de Machines" #. type: textblock #: pod/multistrap:334 msgid "" "The old packages.conf variables from emsandbox can all be converted into " "C configuration variables. The machine:variant support in " "C concentrates on the scripts, F and F" msgstr "" #. type: textblock #: pod/multistrap:339 msgid "" "Once C has unpacked the downloaded packages, the C can " "be called, passing the location and architecture of the root filesystem, so " "that other fine tuning can take place. At this stage, any operations inside " "the rootfs must not try to execute any binaries within the rootfs. As the " "final stage of the multistrap process, C is copied into the root " "directory of the rootfs." msgstr "" #. type: textblock #: pod/multistrap:346 msgid "" "One advantage of using machine:variant support is that the entire " "rootfilesystem can be managed by a single call to multistrap - this is " "useful when building root filesystems in userspace." msgstr "" #. type: textblock #: pod/multistrap:350 msgid "" "To enable machine:variant support, specify the path to the scripts to be " "called in the variant configuration file (General section):" msgstr "" #. type: verbatim #: pod/multistrap:353 #, no-wrap msgid "" " [General]\n" " include=/path/to/general.conf\n" " setupscript=/path/to/setup.sh\n" " configscript=/path/to/config.sh\n" "\n" msgstr "" #. type: =head1 #: pod/multistrap:359 msgid "Restricting package selection" msgstr "" #. type: textblock #: pod/multistrap:361 msgid "" "C includes Required packages by default, the current list of " "packages can be seen using:" msgstr "" #. type: verbatim #: pod/multistrap:364 #, no-wrap msgid "" " grep-available -FPriority 'required' -sPackage\n" "\n" msgstr "" #. type: textblock #: pod/multistrap:366 msgid "" "If the OmitRequired option is set to true, these packages will not be added " "- whilst useful, this option can easily lead to a useless rootfs. Only the " "packages specified manually in the configuration files will be used in the " "calculations - dependencies of those packages will be added but no others." msgstr "" #. type: =head1 #: pod/multistrap:372 msgid "Recommends behaviour" msgstr "" #. type: textblock #: pod/multistrap:374 msgid "" "The Debian default behaviour after the Lenny release was to consider " "recommended packages as extra packages to be installed when any one package " "is selected. Recommended packages are those which the maintainer considers " "that would be present on C installations of that package and allowing " "Recommends means allowing Recommends of recommended packages and so on." msgstr "" #. type: textblock #: pod/multistrap:381 msgid "The multistrap default is to turn recommends OFF." msgstr "" #. type: textblock #: pod/multistrap:383 msgid "" "Set the allowrecommends option to true in the General section to use typical " "Debian behaviour." msgstr "" #. type: =head1 #: pod/multistrap:386 msgid "Explicit suite specification" msgstr "" #. type: textblock #: pod/multistrap:388 msgid "" "Sometimes, apt needs to be told to get a particular package from a " "particular suite, ignoring a more recent version in another suite in the " "same set of sources." msgstr "" #. type: textblock #: pod/multistrap:392 msgid "" "C can operate with and without the explicit suite option, the " "default is to let apt use the most recent version from the collection of " "specified F sources." msgstr "" #. type: textblock #: pod/multistrap:396 msgid "" "Explicit suite specification has no effect on the final installed system - " "if your aptsources includes a repository which in turn includes a newer " "version of the package(s) specified explicitly, the next C " "on the device will bring in the newer version." msgstr "" #. type: textblock #: pod/multistrap:401 msgid "" "Also, when specifying packages to get from a specific suite, apt will also " "try and ensure that the dependencies for that package are also from the same " "suite and this can cause apt to be unable to resolve the complete set of " "dependencies. In this situation, being explicit about one package selection " "may require being explicit about some (not necessarily all) of the " "dependencies of that package as well." msgstr "" #. type: textblock #: pod/multistrap:408 msgid "" "When using this support in Lenny, ensure that each section uses the suite " "(oldstable, stable, testing, sid) and B the codename (etch, lenny, " "squeeze, sid) in the C configuration item as the version of apt in " "Lenny and previous cannot use the codename." msgstr "" #. type: textblock #: pod/multistrap:413 msgid "To test, on Lenny, try:" msgstr "" #. type: verbatim #: pod/multistrap:415 #, no-wrap msgid "" " $ sudo apt-get install apt/stable\n" "\n" msgstr "" #. type: textblock #: pod/multistrap:417 msgid "Compare with" msgstr "" #. type: verbatim #: pod/multistrap:419 #, no-wrap msgid "" " $ sudo apt-get install apt/lenny\n" "\n" msgstr "" #. type: =head1 #: pod/multistrap:423 msgid "Omitting deb-src listings" msgstr "" #. type: textblock #: pod/multistrap:425 msgid "" "Some multistrap environments do not need access to the Debian sources of " "packages being installed, typically this is required when preparing a build " "(or cross-build) chroot using multistrap." msgstr "" #. type: textblock #: pod/multistrap:429 msgid "" "To turn off this additional source (and save both download time and apt-" "cache size), use the omitdebsrc field in each Section." msgstr "" #. type: verbatim #: pod/multistrap:432 #, fuzzy, no-wrap msgid "" " [Baked]\n" " packages=\n" " source=http://www.emdebian.org/baked\n" " keyring=emdebian-archive-keyring\n" " suite=testing\n" " omitdebsrc=true\n" "\n" msgstr "" "[Debian]\n" " packages=\n" " source=http://ftp.uk.debian.org/debian\n" " keyring=debian-archive-keyring\n" " suite=lenny\n" "\n" #. type: textblock #: device-table.pl:140 msgid "device-table.pl - parses simple device tables and passes to mknod" msgstr "" #. type: verbatim #: device-table.pl:144 #, fuzzy, no-wrap msgid "" " device-table.pl [-d DIR] [-f FILE]\n" " device-table.pl -?|-h|--help|--version\n" "\n" msgstr "" "em_multistrap [-a ARCH] [-d RÉPERTOIRE] -f FICHIER_CONFIG\n" " em_multistrap -?|-h|--help|--version\n" "\n" #. type: textblock #: device-table.pl:149 msgid "" "By default, device-table.pl writes out the device nodes in the current " "working directory. Use the directory option to write out elsewhere." msgstr "" #. type: textblock #: device-table.pl:152 msgid "" "multistrap contains a default device-table file, use the file option to " "override the default /usr/share/multistrap/device-table.txt" msgstr "" #. type: textblock #: device-table.pl:155 msgid "Use the dry-run option to see the commands that would be run." msgstr "" #. type: textblock #: device-table.pl:157 msgid "" "Device nodes needs fakeroot or another way to use root access. If device-" "table.pl is already being run under fakeroot or equivalent, use the no-" "fakeroot option to drop the internal fakeroot usage." msgstr "" #~ msgid "e.g. change" #~ msgstr "par exemple, changer" #~ msgid "" #~ " debootstrap=Debian\n" #~ "\n" #~ msgstr "" #~ "debootstrap=Debian\n" #~ "\n" #~ msgid "to" #~ msgstr "en" #~ msgid "" #~ " debootstrap=Grip\n" #~ " \n" #~ msgstr "" #~ " debootstrap=Grip\n" #~ " \n" #~ msgid "" #~ "then add the new section for Grip:\n" #~ " \n" #~ msgstr "" #~ "Puis ajoutez la nouvelle section de Grip :\n" #~ " \n" #~ msgid "" #~ " [Grip]\n" #~ " packages=locales\n" #~ " keyring=emdebian-archive-keyring\n" #~ " source=http://www.emdebian.org/grip\n" #~ " suite=lenny\n" #~ "\n" #~ msgstr "" #~ " [Grip]\n" #~ " packages=locales\n" #~ " keyring=emdebian-archive-keyring\n" #~ " source=http://www.emdebian.org/grip\n" #~ " suite=lenny\n" #~ "\n" #~ msgid "" #~ "Setting Grip instead of Debian in the debootstrap option, as above, will " #~ "provide a base system from Emdebian Grip 1.0 and locate any missing " #~ "dependencies in Debian 5.0 Lenny, allowing you to add any package(s) you " #~ "need from Debian that are not yet in Emdebian Grip." #~ msgstr "" #~ "Paramètrer Grip au lieu de Debian dans l'option de debootstrap, comme ci-" #~ "dessus, fournira un système de base Emdebian Grip 1.0 et localisera " #~ "toutes les dépendances manquantes dans Debian 5.0 Lenny. Cela permet " #~ "d'ajouter tous les paquets issus de Debian dont vous avez besoin et qui " #~ "ne sont pas encore dans Emdebian Grip." #, fuzzy #~| msgid "" #~| "em_multistrap does not currently implement the machine:variant support " #~| "used in Emdebian but the build directory is not packed up at the end of " #~| "the run so other scripts can be used to implement customisations." #~ msgid "" #~ "multistrap does not currently implement the machine:variant support used " #~ "in Emdebian but the build directory is not packed up at the end of the " #~ "run so other scripts can be used to implement customisations." #~ msgstr "" #~ "Actuellement, em_multistrap n'implémente pas la gestion machine : variant " #~ "utilisée dans Emdebian mais le répertoire de construction n'est pas " #~ "empaqueté à la fin de l'exécution afin que d'autres scripts puissent être " #~ "utilisés pour implémenter des personnalisations." #~ msgid "emdebian-rootfs" #~ msgstr "emdebian-rootfs" #~ msgid "Sun 11 Jan 2009 19:55:45 GMT" #~ msgstr "Dimanche 11 Janvier 2009 19:55:45 GMT" #~ msgid "Release: 1.8.0" #~ msgstr "Version: 1.8.0" #~ msgid "Debian and Emdebian developer." #~ msgstr "Développeur Debian et Emdebian." #~ msgid "" #~ "Emdebian Neil " #~ "Williams " #~ "" #~ msgstr "" #~ "Emdebian Neil " #~ "Williams " #~ "" #~ msgid "The GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007" #~ msgstr "La GNU GENERAL PUBLIC LICENSE Version 3, 29 Juin 2007" #~ msgid "This documentation is part of emdebian-tools." #~ msgstr "Cette documentation fait partie de emdebian-tools." #~ msgid "" #~ "emdebian-tools is free software; you can redistribute it and/or modify it " #~ "under the terms of the GNU General Public License as published by the " #~ "Free Software Foundation; either version 3 of the License, or (at your " #~ "option) any later version." #~ msgstr "" #~ "emdebian-tools est un logiciel libre ; vous pouvez le redistribuer et/ou " #~ "le modifier selon les termes de la GNU General Public License telle " #~ "qu'elle est publiée par la Free Software Foundation ; soit sous la " #~ "version 3, ou (selon votre convenance) toute version ultérieure." #~ msgid "" #~ "This program is distributed in the hope that it will be useful, but " #~ "WITHOUT ANY WARRANTY; without even the implied warranty of " #~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General " #~ "Public License for more details." #~ msgstr "" #~ "Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS " #~ "AUCUNE GARANTIE ; même sans la garantie de COMMERCIALITÉ ou d'ADÉQUATION " #~ "A UN BUT PARTICULIER. Voir la GNU General Public License pour plus de " #~ "détails." #~ msgid "" #~ "You should have received a copy of the GNU General Public License along " #~ "with this program. If not, see http://www.gnu.org/licenses/." #~ msgstr "" #~ "Vous devriez avoir reçu une copie de la GNU General Public License avec " #~ "ce programme. Si ce n'est pas la cas, veuillez consulter http://www.gnu.org/licenses/." #~ msgid "" #~ msgstr "" #~ msgid "" #~ "In Debian you can find a copy of the GNU General Public Licence in " #~ "/usr/share/common-licenses/GPL-3" #~ msgstr "" #~ "Dans Debian, une copie de la GNU General Public Licence est disponible " #~ "dans le fichier /usr/share/common-licenses/GPL-3" #~ msgid "" #~ msgstr "" #~ msgid "Emdebian Tools Reference" #~ msgstr "Référence des Outils Emdebian" #~ msgid "Purpose" #~ msgstr "But" #~ msgid "" #~ "This documentation consists primarily of the manpages for " #~ "emdebian-tools but also contains useful references " #~ "and links to further reading on a variety of topics related to Emdebian " #~ "and cross building. It is intended to be read alongside the Emdebian website and Emdebian Wiki." #~ msgstr "" #~ "Cette documentation est principalement constituée des pages de manuel " #~ "pour emdebian-tools. Elle contient également des " #~ "références et des liens utiles pour approfondir les notions liées à " #~ "Emdebian et à la construction croisée. Elle est prévue pour être lu en " #~ "même tant que le site Emdebian et le Wiki " #~ "Emdebian." #~ msgid "" #~ "Some scripts embed the manpage content in the perl script as pod content. " #~ "These manpages are listed separately in the HTML versions." #~ msgstr "" #~ "Certains scripts embarquent le contenu de la page de manuel dans le " #~ "script perl au format pod. Ces pages de manuel sont listées séparément " #~ "dans les versions HTML." #~ msgid "Emdebian Tools manpages" #~ msgstr "Pages de manuel des outils Emdebian" #~ msgid "Other manpages and external links" #~ msgstr "Autres pages de manuel et liens externes" #~ msgid "" #~ "These manpages are generated from perl instead of XML and are not " #~ "currently listed in the main table of contents. The HTML version is " #~ "hosted separately:" #~ msgstr "" #~ "Ces pages de manuels sont crées à partir de perl au lieu de XML et ne " #~ "sont actuellement pas listées dans la table des matières principale. La " #~ "version HTML est hébergée séparément :" #~ msgid "Debian::Packages::Compare" #~ msgstr "Debian::Packages::Compare" #~ msgid "" #~ "Debian::Packages::Compare manpage." #~ msgstr "" #~ "page de manuel Debian::" #~ "Packages::Compare." #~ msgid "dh_gentdeb" #~ msgstr "dh_gentdeb" #~ msgid "dh_gentdeb manpage." #~ msgstr "page de manuel dh_gentdeb." #~ msgid "dpkg-gentdeb" #~ msgstr "dpkg-gentdeb" #~ msgid "dpkg-gentdeb manpage." #~ msgstr "" #~ "page de manuel dpkg-gentdeb." #~ msgid "emtargetcmp" #~ msgstr "emtargetcmp" #~ msgid "emtargetcmp manpage" #~ msgstr "page de manuel emtargetcmp" #~ msgid "emprunecross" #~ msgstr "emprunecross" #~ msgid "emprunecross manpage" #~ msgstr "" #~ "page de manuel emprunecross" #~ msgid "Emdebian::Tools" #~ msgstr "Emdebian::Tools" #~ msgid "" #~ "Emdebian::Tools function " #~ "reference." #~ msgstr "" #~ "Référence des fonctions Emdebian::" #~ "Tools." #~ msgid "em_installtdeb" #~ msgstr "em_installtdeb" #~ msgid "em_installtdeb manpage" #~ msgstr "" #~ "page de manuel em_installtdeb" #~ msgid "emrecent" #~ msgstr "emrecent" #~ msgid "emrecent manpage" #~ msgstr "page de manuel emrecent" #~ msgid "emgrip" #~ msgstr "emgrip" #~ msgid "emgrip manpage" #~ msgstr "page de manuel emgrip" #~ msgid "em_autogrip" #~ msgstr "em_autogrip" #~ msgid "em_autogrip manpage" #~ msgstr "page de manuel em_autogrip" #~ msgid "emdebcheck" #~ msgstr "emdebcheck" #~ msgid "emdebcheck manpage" #~ msgstr "page de manuel emdebcheck" #~ msgid "emcache" #~ msgstr "emcache" #~ msgid "emcache manpage" #~ msgstr "page de manuel emcache" #~ msgid "emdepends" #~ msgstr "emdepends" #~ msgid "emdepends manpage" #~ msgstr "page de manuel emdepends" #~ msgid "splitout_tdeb" #~ msgstr "splitout_tdeb" #~ msgid "dplitout_tdeb manpage." #~ msgstr "" #~ "page de manuel dplitout_tdeb." #~ msgid "WWW references" #~ msgstr "références WWW" #~ msgid "Emdebian.org website" #~ msgstr "site Emdebian.org" #~ msgid "" #~ "Emdebian dependency maps" #~ msgstr "" #~ "Graphe de dépendance d'Emdebian" #~ msgid "" #~ "Emdebian " #~ "presentation" #~ msgstr "" #~ "Présentation " #~ "d'Emdebian" #~ msgid "empbuilderlib " #~ msgstr "empbuilderlib " #~ msgid "empbuilderlib" #~ msgstr "empbuilderlib" #~ msgid "3" #~ msgstr "3" #~ msgid "EMDEBIAN-ROOTFS" #~ msgstr "EMDEBIAN-ROOTFS" #~ msgid "Common functions for Emdebian chroots" #~ msgstr "Fonctions courantes pour les chroots Emdebian" #~ msgid "DESCRIPTION" #~ msgstr "DESCRIPTION" #~ msgid "" #~ "empbuilderlib is intended solely for use on the " #~ "build machine. Do not use these functions in second_stage_install ! " #~ "empbuilderlib requires perl!" #~ msgstr "" #~ "empbuilderlib est destiné uniquement à être utilisé " #~ "sur la machine de construction. N'utilisez pas ces fonctions dans la " #~ "seconde étape de l'installation (second_stage_install) ! " #~ "empbuilderlib nécessite perl !" #~ msgid "" #~ "empbuilderlib is a shell library which requires perl " #~ "and pbuilder (which means bash!). empbuilderlib " #~ "draws in POSIX shell functions from emrootfslib to be able to call in " #~ "functions from first_stage_install within debootstrap. The only reasons " #~ "to continue putting new functions in here are if:" #~ msgstr "" #~ "empbuilderlib est une bibliothèque shell nécessitant " #~ "perl et pbuilder (ce qui implique bash). empbuilderlib attire des fonctions de shell POSIX de emrootfslib pour être en " #~ "mesure de faire appel à des fonctions du first_stage_install au sein de " #~ "debootstrap. Les seules raisons de continuer à mettre des nouvelles " #~ "fonctions sont si :" #~ msgid "The functions are only useful to create cross-building chroots OR" #~ msgstr "" #~ "Les fonctions sont seulement utiles pour créer des chroots pour la " #~ "construction croisée OU" #~ msgid "" #~ "the functions need to call pbuilder code directly and are not necessary " #~ "within first_stage_install." #~ msgstr "" #~ "Les fonctions doivent directement appeler du code pbuilder et ne sont pas " #~ "nécessaires au sein du first_stage_install." #~ msgid "" #~ "There should be no need to call pbuilder code within scripts that " #~ "generate a root filesystem." #~ msgstr "" #~ "L'appel à du code pbuilder ne devrait pas être nécessaire dans des " #~ "scripts générant un système de fichiers racine." #~ msgid "autoclean_aptcache" #~ msgstr "autoclean_aptcache" #~ msgid "" #~ "Same as the pbuilder option but run by default in empdebuild to remove obsolete .deb archives from the apt cache directories " #~ "used by empdebuild." #~ msgstr "" #~ "Identique à l'option pbuilder mais exécuté par défaut avec " #~ "empdebuild pour supprimer les archives .deb obsolètes " #~ "des répertoires cache d'apt utilisés par empdebuild." #~ msgid "copy_host_configuration" #~ msgstr "copy_host_configuration" #~ msgid "" #~ "Copy hosts, hostname and resolv.conf from the system /etc/ directory and " #~ "adapts /etc/hostname to use a different name (emdebian-$ARCH)." #~ msgstr "" #~ "Copie les fichiers hosts, hostname et resolv.conf du répertoire système /" #~ "etc/ et adapte /etc/hostname pour utiliser un nom différent (emdebian-" #~ "$ARCH)." #~ msgid "extractembuildplace" #~ msgstr "extractembuildplace" #~ msgid "" #~ "Modified version of the equivalent function in pbuilder-modules to " #~ "extract the compressed chroot (used by empdebuild)." #~ msgstr "" #~ "Version modifiée de la fonction équivalente dans pbuilder-modules pour " #~ "extraire le chroot compressé (utilisé par empdebuild)." #~ msgid "Author" #~ msgstr "Auteur" #~ msgid "" #~ "empbuilderlib was written by Neil Williams " #~ "codehelp@debian.org." #~ msgstr "" #~ "empbuilderlib a été écrit par Neil Williams " #~ "codehelp@debian.org." #~ msgid "" #~ "This manual page was written by Neil Williams codehelp@debian.org" #~ msgstr "" #~ "Cette page de manuel a été écrite par Neil Williams " #~ "codehelp@debian.org" #~ msgid "SEE ALSO" #~ msgstr "VOIR AUSSI" #~ msgid "" #~ "See also apt-cross (1), dpkg-cross (1), emdebian-tools (1), " #~ "emrootfslib (3)." #~ msgstr "" #~ "Voir aussi apt-cross (1), dpkg-cross (1), emdebian-tools (1), " #~ "emrootfslib (3)." #~ msgid "emrootfslib " #~ msgstr "emrootfslib " #~ msgid "emrootfslib" #~ msgstr "emrootfslib" #~ msgid "Common functions for Emdebian root filesystems" #~ msgstr "Fonctions courantes pour le système de fichiers racine de Emdebian" #~ msgid "" #~ "emrootfslib is intended solely for use on the build " #~ "machine. Do not use these functions in second_stage_install ! " #~ "emrootfslib requires perl!" #~ msgstr "" #~ "emrootfslib n'est destiné qu'à la machine de " #~ "construction. N'utilisez pas ces fonctions dans la seconde étape de " #~ "l'installation (second_stage_install) ! emrootfslib " #~ "nécessite perl !" #~ msgid "" #~ "There should be no need to call pbuilder code within scripts that " #~ "generate a root filesystem and bash code must not be used in " #~ "emrootfslib." #~ msgstr "" #~ "L'appel à du code de pbuilder ne devrait pas être nécessaire dans des " #~ "scripts générant un système de fichiers racine, et le code bash ne doit " #~ "pas être utilisé dans emrootfslib." #~ msgid "basic_etc_fstab" #~ msgstr "basic_etc_fstab" #~ msgid "" #~ "Removing packages from the normal Debian debootstrap set can mean that " #~ "certain critical files can be omitted. basic_etc_fstab creates a basic " #~ "version of $TARGET/etc/fstab where it does not already exist." #~ msgstr "" #~ "Supprimer des paquets de l'ensemble du debootstrap ordinaire de Debian " #~ "peut signifier que certains fichiers critiques peuvent être omis. " #~ "basic_etc_fstab crée une version de base de $TARGET/etc/fstab là où il " #~ "n'existe pas déjà." #~ msgid "basic_group_setup" #~ msgstr "basic_group_setup" #~ msgid "" #~ "Removing packages from the normal Debian debootstrap set can mean that " #~ "certain critical files can be omitted. basic_group_setup creates a basic " #~ "version of $TARGET/etc/group where it does not already exist." #~ msgstr "" #~ "Supprimer des paquets de l'ensemble du debootstrap ordinaire de Debian " #~ "peut signifier que certains fichiers critiques peuvent être omis. " #~ "basic_group_setup crée une version de base de $TARGET/etc/group là où il " #~ "n'existe pas déjà." #~ msgid "basic_passwd_setup" #~ msgstr "basic_passwd_setup" #~ msgid "" #~ "Removing packages from the normal Debian debootstrap set can mean that " #~ "certain critical files can be omitted. basic_passwd_setup creates a basic " #~ "version of $TARGET/etc/passwd where it does not already exist." #~ msgstr "" #~ "Supprimer des paquets de l'ensemble du debootstrap ordinaire de Debian " #~ "peut signifier que certains fichiers critiques peuvent être omis. " #~ "basic_passwd_setup crée une version de base de $TARGET/etc/passwd là où " #~ "il n'existe pas déjà." #~ msgid "busybox_inittab" #~ msgstr "busybox_inittab" #~ msgid "Note: this function overwrites an existing $TARGET/etc/inittab" #~ msgstr "" #~ "Note : Cette fonction remplace un fichier $TARGET/etc/inittab déjà " #~ "existant" #~ msgid "" #~ "busybox does not support runlevels and so the /etc/inittab file needs to " #~ "be modified to support busybox. Currently, this function overwrites an " #~ "existing $TARGET/etc/inittab - this is likely to change in future " #~ "versions." #~ msgstr "" #~ "busybox ne reconnaît pas les niveaux d'exécution. Ainsi le fichier /etc/" #~ "inittab doit d'être modifié pour accepter busybox. Actuellement, cette " #~ "fonction remplace un fichier $TARGET/etc/inittab déjà existant - cela est " #~ "susceptible de changer dans les prochaines versions." #~ msgid "busybox_rcS" #~ msgstr "busybox_rcS" #~ msgid "Note: this function overwrites an existing $TARGET/etc/init.d/rcS" #~ msgstr "" #~ "Note : Cette fonction remplace le fichier $TARGET/etc/init.d/rcS déjà " #~ "existant" #~ msgid "" #~ "busybox does not support runlevels and so the /etc/init.d/rcS script " #~ "needs to be modified to support busybox. Currently, this function " #~ "overwrites an existing $TARGET/etc/init.d/rcS - this is likely to change " #~ "in future versions." #~ msgstr "" #~ "busybox ne supporte pas les niveaux d'exécution. C'est pourquoi le " #~ "script /etc/init.d/rcS doit être modifié pour pouvoir utiliser busybox. " #~ "Actuellement cette fonction remplace le fichier $TARGET/etc/init.d/rcS " #~ "existant - cela est susceptible de changer dans les prochaines versions." #~ msgid "check_dirs" #~ msgstr "check_dirs" #~ msgid "" #~ "Check that the $BUILDPLACE, $BUILDRESULT and $APTCACHE directories exist " #~ "(used by empdebuild)." #~ msgstr "" #~ "Vérifie que les répertoires $BUILDPLACE, $BUILDRESULT et $APTCACHE " #~ "existent (utilisé par empdebuild)." #~ msgid "checkarch" #~ msgstr "checkarch" #~ msgid "" #~ "Calls check_arch from Debian::DpkgCross using perl. The perl call dies " #~ "if the specified string does not match a supported architecture." #~ msgstr "" #~ "Appelle check_arch à partir de Debian::DpkgCross à l'aide de perl. " #~ "L'appel de perl meurt si les chaines spécifiées ne correspondent pas à " #~ "l'architecture." #~ msgid "create_emdebiantgz" #~ msgstr "create_emdebiantgz" #~ msgid "disable_apt_recommends" #~ msgstr "disable_apt_recommends" #~ msgid "" #~ "Enforces a default of not installing recommended packages inside the " #~ "chroot." #~ msgstr "N'installe pas les paquets recommandés à l'intérieur du chroot." #~ msgid "extra_etc_rcd" #~ msgstr "extra_etc_rcd" #~ msgid "" #~ "Removing packages from the normal Debian debootstrap set can mean that " #~ "certain critical files can be omitted. extra_etc_rcd creates a basic " #~ "version of $TARGET/etc/rcS.d where it does not already exist." #~ msgstr "" #~ "Supprimer des paquets de l'ensemble du debootstrap ordinaire de Debian " #~ "peut signifier que certains fichiers critiques peuvent être omis. " #~ "extra_etc_rcd crée une version de base de $TARGET/etc/rcS.d là où il " #~ "n'existe pas déjà." #~ msgid "make_dpkg_dirs" #~ msgstr "make_dpkg_dirs" #~ msgid "" #~ "Prepare for unpacking and general dpkg work by setting up $TARGET/var/lib/" #~ "dpkg/status and $TARGET/var/lib/dpkg/available." #~ msgstr "" #~ "Préparation du dépaquetage et du travail général effectué par dpkg en " #~ "mettant en place les fichiers $TARGET/var/lib/dpkg/status et $TARGET/var/" #~ "lib/dpkg/available." #~ msgid "prepare_proc" #~ msgstr "prepare_proc" #~ msgid "" #~ "Ensure that $TARGET/proc and $TARGET/sys exist so that proc and sys can " #~ "be mounted automatically." #~ msgstr "" #~ "Assure que $TARGET/proc et $TARGET/sys existent pour que proc et sys " #~ "puissent être montés automatiquement." #~ msgid "prepare_var" #~ msgstr "prepare_var" #~ msgid "" #~ "Ensure that $TARGET/var/log/ and $TARGET/var/spool exist so that various " #~ "installation routines can proceed." #~ msgstr "" #~ "Assure que $TARGET/var/log/ et $TARGET/var/spool existent pour que " #~ "différentes routines d'installation puissent avoir lieu." #~ msgid "set_approx_time" #~ msgstr "set_approx_time" #~ msgid "" #~ "Normal Debian installations have a network connection and typical Debian " #~ "desktop boxes also have a backup battery. Some embedded machines do not " #~ "have either of these systems, making it impossible to store or retrieve " #~ "even a vaguely close indication of the current time." #~ msgstr "" #~ "Les installations ordinaires de Debian ont une connexion réseau et les " #~ "Debian de bureau ont également une batterie de sauvegarde. Certaines " #~ "machines embarquées n'ont aucun de ces systèmes, rendant impossible le " #~ "stockage et la récupération même approximative de l'heure actuelle." #~ msgid "" #~ "set_approx_time uses the systems available on the build machine to store " #~ "an approximate indication of the time that the root filesystem was " #~ "created and write that time to a file in the root filesystem itself. For " #~ "most purposes, this is sufficient for the purposes of setting up the root " #~ "filesystem to the point where a network connection can be created and a " #~ "call can be made to an internet clock using ntpdate-debian." #~ msgstr "" #~ "set_approx_time utilise les systèmes disponibles sur la machine de " #~ "construction pour stocker une indication approximative de l'heure à " #~ "laquelle le système de fichiers racine a été créé. Ce programme écrit " #~ "ensuite cette heure dans un fichier du système de fichiers racine. Dans " #~ "la plupart des cas, c'est suffisant pour la création d'une connexion " #~ "réseau et pour un appel à une horloge internet avec ntpdate-" #~ "debian." #~ msgid "set_cdebconf_default" #~ msgstr "set_cdebconf_default" #~ msgid "" #~ "Adds \"export DEBCONF_USE_CDEBCONF=true\" to $TARGET/etc/profile for " #~ "cdebconf support." #~ msgstr "" #~ "Ajoute « export DEBCONF_USE_CDEBCONF=true » au fichier $TARGET/etc/profile " #~ "pour activer l'assistance de cdebconf." #~ msgid "symlink_rcS" #~ msgstr "symlink_rcS" #~ msgid "" #~ "Call repeatedly to create init symlinks, using the template $TARGET/etc/" #~ "rcS.d/S$number$file" #~ msgstr "" #~ "Appeler à plusieurs reprise pour créer des liens symboliques init, en " #~ "utilisant le modèle $TARGET/etc/rcS.d/S$number$file" #~ msgid "" #~ msgstr "" #~ msgid "file is the filename in $TARGET/etc/init.d/" #~ msgstr "file est le nom de fichier dans $TARGET/etc/init.d/" #~ msgid "" #~ msgstr "" #~ msgid "number is the number for the link in the init sequence." #~ msgstr "number est le nombre pour le lien dans la séquence d'init." #~ msgid "unpack_debootstrap" #~ msgstr "unpack_debootstrap" #~ msgid "" #~ "Specialized routine that replaces the normal second stage of debootstrap " #~ "(you may consider it a series of hacks if you prefer). unpack uses dpkg " #~ "to extract the files from the .deb package and process the control " #~ "information. Unlike dpkg , " #~ "the unpack routine does NOT run any " #~ "maintainer scripts which would inevitably fail in a cross built " #~ "environment. Instead, it updates the relevant dpkg status and database " #~ "files in the root filesystem and leaves the package in the unpacked state." #~ msgstr "" #~ "Routine spécialisée qui remplace la seconde étape ordinaire du " #~ "debootstrap (on peut la considérer comme une série de hacks). unpack " #~ "utilise dpkg pour extraire les fichiers des paquets .deb et calcule les " #~ "informations de contrôle. Contrairement à dpkg " #~ ", la routine unpack n'exécute AUCUN scripts de responsable, ce qui échouerait " #~ "inévitablement dans un environnement de construction croisée. Au lieu de " #~ "cela, elle met à jour les états dpkg et les fichiers de base de données " #~ "pertinents du système de fichiers racines et laisse les paquets dans " #~ "l'état dépaqueté." #~ msgid "" #~ "unpack_debootstrap also sets up the busybox applets - future versions may " #~ "split this functionality into a separate function." #~ msgstr "" #~ "unpack_debootstrap met également en place les applets busybox - les " #~ "futures versions pourraient diviser cette fonctionnalité dans une " #~ "fonction distincte." #~ msgid "" #~ "unpack_debootstrap also performs checks on /usr/sbin/invoke-rc.d and /usr/" #~ "sbin/update-rc.d - future versions may split this functionality into a " #~ "separate function." #~ msgstr "" #~ "unpack_debootstrap réalise également des vérifications sur /usr/sbin/" #~ "invoke-rc.d et /usr/sbin/update-rc.d - les futures versions pourraient " #~ "diviser cette fonctionnalité dans une fonction distincte." #~ msgid "" #~ "Finally, unpack_debootstrap removes all .deb package files from /var/" #~ "cache/apt/archives. The remaining task (dpkg --configure -a) is " #~ "performed via emsecondstage." #~ msgstr "" #~ "Enfin, unpack_debootstrap supprime tous les fichiers de paquets .deb de /" #~ "var/cache/apt/archives. La tâche restante (dpkg --configure -a) est " #~ "effectuée via emsecondstage." #~ msgid "x_feign_install" #~ msgstr "x_feign_install" #~ msgid "" #~ "Copied from debootstrap suite scripts to make a basic installation of a ." #~ "deb package - although this is the basis of unpack_debootstrap, it is " #~ "only really used for dpkg itself." #~ msgstr "" #~ "Copié à partir des scripts debootstrap pour réaliser une installation de " #~ "base d'un paquet .deb - bien que ceci soit la base de unpack_debootstrap, " #~ "ce n'est vraiment utilisé que pour dpkg." #~ msgid "" #~ "See also apt-cross (1), dpkg-cross (1), emdebian-tools (1), " #~ "empdebuilderlib (3)." #~ msgstr "" #~ "Voir aussi apt-cross (1), dpkg-cross (1), emdebian-tools (1), " #~ "empdebuilderlib (3)." #~ msgid "emsandbox " #~ msgstr "emsandbox " #~ msgid "emsandbox" #~ msgstr "emsandbox" #~ msgid "1" #~ msgstr "1" #~ msgid "EMDEBIAN-TOOLS" #~ msgstr "EMDEBIAN-TOOLS" #~ msgid "create Emdebian root filesystems" #~ msgstr "créez des systèmes de fichiers racine Emdebian" #~ msgid "" #~ "emsandbox -a --arch " #~ " ARCHITECTURE --create create -s --" #~ "script FILENAME " #~ " -S --suite NAME " #~ " --machine-path PATH -m --machine " #~ " NAME -v --variant NAME " #~ msgstr "" #~ "emsandbox -a --arch " #~ " ARCHITECTURE --create create -s --" #~ "script NOMDEFICHIER " #~ " -S --suite NOM " #~ " --machine-path CHEMIN -m --machine " #~ " NOM -v --variant NOM " #~ msgid "SHELL INTERPRETERS" #~ msgstr "INTERPRÉTEURS SHELL" #~ msgid "" #~ "emsandbox is bash code and uses embootstrap which is bash code and also sources pbuilder code which is also " #~ "bash code. debootstrap re-executes itself with the " #~ "default shell and then tries to source the suite script which fails " #~ "because the re-executed copy of debootstrap is now running under the " #~ "default shell, not bash." #~ msgstr "" #~ "emsandbox est du code bash et utilise " #~ "embootstrap qui est également du code bash et qui " #~ "réutilise aussi du code pbuilder qui est lui aussi du code bash. " #~ "debootstrap se re-exécute avec le shell par défaut et " #~ "essaye de sourcer le script de distribution qui échoue car la copie re-" #~ "exécutée de debootstrap fonctionne maintenant avec le shell par défaut " #~ "(autre que bash)." #~ msgid "" #~ "This problem can show up as a failure within debootstrap" #~ msgstr "" #~ "Ce problème peut s'afficher en tant qu'échec dans la commande " #~ "debootstrap" #~ msgid "" #~ "I: Retrieving zlib1g\n" #~ "I: Validating zlib1g\n" #~ " " #~ msgstr "" #~ "I: Récupération de zlib1g\n" #~ "I: Validation de zlib1g\n" #~ " " #~ msgid "The next line should be:" #~ msgstr "La ligne suivante devrait être:" #~ msgid "" #~ "I: Extracting base-passwd...\n" #~ " " #~ msgstr "" #~ "I: Extraction de base-passwd...\n" #~ " " #~ msgid "" #~ "Unfortunately, this is a result of the default shell interpreter in " #~ "Debian being changed after the scripts were written and it is a non-" #~ "trivial problem. It is not possible for embootstrap " #~ "could migrate to cdebootstrap currently." #~ msgstr "" #~ "Malheureusement, il s'agit d'une conséquence du changement de shell par " #~ "défaut dans Debian après que les scripts furents écrits, entaînant un " #~ "problème non-trivial. Cela n'est pas possible car embootstrap pourrait migrer vers cdebootstrap." #~ msgid "" #~ "The only current solution is to change your default shell to /bin/bash " #~ "inside the environment running emsandbox." #~ msgstr "" #~ "À l'heure actuelle, l'unique solution est de changer le shell par défaut " #~ "pour /bin/bash au sein de l'environnement exécutant emsandbox." #~ msgid "" #~ "emsandbox supports customised generation of basic root " #~ "filesystems from cross-built Emdebian packages, ready for unpacking and " #~ "configuring on an embedded device." #~ msgstr "" #~ "emsandbox accepte la création de systèmes de fichiers " #~ "racines à partir de paquets Emdebian créés grâce à la construction " #~ "croisée, prêts à être dépaquetés et configurés sur un appareil embarqué." #~ msgid "" #~ "Note that emsandbox does not support all the options " #~ "available to debootstrap. Some of the debootstrap " #~ "options that are supported are implemented as machine specific " #~ "configuration files in your Emdebian work directory. (See and .)" #~ msgstr "" #~ "Notez que emsandbox ne supporte pas toutes les " #~ "options disponibles dans debootstrap. Certaines des " #~ "options prises en charge par debootstrap sont implémentées en tant que " #~ "fichiers de configuration spécifiques à une machine dans votre répertoire " #~ "de travail Emdebian. (Voir et .)" #~ msgid "" #~ "emsandbox is a wrapper for debootstrap to prepare an " #~ "Emdebian root filesystem, using Emdebian packages and a native chroot via " #~ "'debootstrap --foreign' and code from pbuilder." #~ msgstr "" #~ "emsandbox est un encapsulateur pour debootstrap afin " #~ "de préparer un système de fichiers racine Emdebian, utilisant des paquets " #~ "Emdebian et un chroot natif via 'debootstrap --foreign' et du code de " #~ "pbuilder." #~ msgid "" #~ "The Emdebian rootfs, as generated by emsandbox is not " #~ "fully configured - packages are unpacked and certain support files are " #~ "created but none of the packages are configured (not even the pre-install " #~ "scripts). This last stage is the only process that must be run on the actual device before the first boot, using the emsecondstage script which " #~ "requires a working chroot environment. Typically, " #~ "emsecondstage is run from some kind of minimal " #~ "bootloader environment that has sufficient support for mounting " #~ "subsystems like proc and filesystems like the root filesystem partition " #~ "and can chroot into the root filesystem. This method means that the " #~ "majority of the work of creating the root filesystem can be done on the " #~ "build machine." #~ msgstr "" #~ "Le système de fichiers racine Emdebian, tel qu'il est créé par " #~ "emsandbox n'est pas entièrement configuré - des " #~ "paquets sont dépaquetés et certains fichiers d'assistance sont créés mais " #~ "aucun paquet n'est configuré (y compris les scripts de pré-installation). " #~ "Cette dernière étape est le seul processus qui doit " #~ "fonctionner sur l'appareil avant le premier démarrage, en utilisant le script emsecondstage qui " #~ "nécessite un environnement chroot fonctionnel. " #~ "Typiquement, emsecondstage est exécuté à partir d'un " #~ "programme d'amorçage minimal, capable de monter des sous-systèmes comme " #~ "proc et des systèmes de fichiers comme le système de fichiers racine et " #~ "créer un chroot dans le système de fichiers racine. Cette méthode " #~ "signifie que l'essentiel de la création du système de fichiers racine " #~ "peut être effectué sur la machine de construction." #~ msgid "" #~ "The tarball created by emsandbox should be copied onto " #~ "the target device and unpacked using:" #~ msgstr "" #~ "Le tarball créé par emsandbox devrait être copié sur " #~ "l'appareil cible et dépaqueté en utilisant :" #~ msgid "" #~ "# cd /mnt/target/dir\n" #~ "# tar -xzpf emdebian-arm.tgz\n" #~ " " #~ msgstr "" #~ "# cd /mnt/target/dir\n" #~ "# tar -xzpf emdebian-arm.tgz\n" #~ " " #~ msgid "" #~ "Immediately after unpacking, start the package configuration by running " #~ "./emsecondstage on the target device. (Configuration " #~ "involves running the cross-built binaries and is the only part of the " #~ "process that must be run on the target device.)" #~ msgstr "" #~ "Immédiatement après le dépaquetage, démarrez la configuration du paquet " #~ "en exécutant ./emsecondstage sur le périphérique " #~ "cible. (La configuration implique l'exécution de binaires créés grâce à " #~ "la construction croisée et elle est la seule partie du processus qui doit " #~ "être exécuté sur le périphérique cible.)" #~ msgid "" #~ "emsecondstage should always be " #~ "run from the directory into which it was installed." #~ msgstr "" #~ "emsecondstage devrait toujours " #~ "être exécuté à partir du répertoire où il a été installé." #~ msgid "" #~ "# ./emsecondstage\n" #~ " " #~ msgstr "" #~ "# ./emsecondstage\n" #~ " " #~ msgid "COMMANDS" #~ msgstr "COMMANDES" #~ msgid "|" #~ msgstr "|" #~ msgid "" #~ "Runs debootstrap with a " #~ "modified suite rule set to create a basic Emdebian rootfs." #~ msgstr "" #~ "Exécute debootstrap avec " #~ "une suite de règles modifiées définies pour créer un système de fichiers " #~ "racine Emdebian de base." #~ msgid "Checks for an existing chroot and exits if one is found." #~ msgstr "Vérifie l'existence d'un chroot et quitte s'il en trouve un." #~ msgid "|" #~ msgstr "|" #~ msgid "print the usage message and exit." #~ msgstr "Imprime le message d'utilisation et quitte." #~ msgid "" #~ msgstr "" #~ msgid "OPTIONS" #~ msgstr "OPTIONS" #~ msgid "" #~ "| ARCHITECTURE" #~ msgstr "" #~ "| ARCHITECTURE" #~ msgid "" #~ "Override the dpkg-cross default architecture for this " #~ "operation on the chroot." #~ msgstr "" #~ "Surcharge l'architecture par defaut de dpkg-cross pour " #~ "cette opération sur le chroot." #~ msgid "" #~ "| FILENAME" #~ msgstr "" #~ "|FICHIER" #~ msgid "" #~ "Override the default package selection and installation script with a " #~ "customised debootstrap suite script (written in shell and compatible with " #~ "whichever shell interpreter is to be installed on the target)." #~ msgstr "" #~ "Modifie la sélection des paquets par défaut et le script d'installation " #~ "avec un script debootstrap personnalisé (écrit en shell et compatible " #~ "avec n'importe quel interpréteur shell pouvant être installé sur la " #~ "cible)." #~ msgid "" #~ "Some customised scripts are provided with emdebian-tools. The default " #~ "uses the standard Emdebian 'busybox' package with 'dpkg' and 'apt'. " #~ "Replacement scripts need to be full debootstrap suite shell scripts that " #~ "specify how to complete the first and second stage installations." #~ msgstr "" #~ "Certains scripts personnalisés sont fournis avec emdebian-tools. Par " #~ "défaut, le paquet Emdebian standard « busybox » est utilisé avec « dpkg » " #~ "and « apt ». Des scripts de remplacement doivent être des scripts shell " #~ "appartenant à une suite (ou distribution) complète pour debootstrap qui " #~ "spécifient la manière dont les deux premières étapes d'installation sont " #~ "réalisées." #~ msgid "" #~ "Customised scripts packages with emdebian-tools " #~ "include scripts for a root filesystem including libgtk2.0-0 and a " #~ "complete GPE root filesystem." #~ msgstr "" #~ "Les scripts de paquets personnalisés avec emdebian-tools incluent des scripts pour le système de fichiers racine y " #~ "compris libgtk2.0-0 et un système de fichiers racine GPE complet." #~ msgid " PATH" #~ msgstr " CHEMIN" #~ msgid "" #~ "Override the default path to machine and variant configuration. By " #~ "default, emsandbox uses ${WORK}/machine where " #~ "$WORK is the working directory specified to " #~ "emdebian-tools in the debconf configuration. The " #~ "specified path must already exist and contain the relevant " #~ "packages.conf configuration as well as the " #~ "setup.sh and config.sh shell " #~ "scripts (which may be empty)." #~ msgstr "" #~ "Modifie le chemin par défaut de la machine et des variantes. Par défaut, " #~ "emsandbox utilise ${WORK}/machine" #~ "$WORK est le répertoire de travail spécifié à " #~ "emdebian-tools lors de la configuration debconf. Le " #~ "chemin spécifié doit déjà exister et contenir une configuration de " #~ "packages.conf pertinente, de même pour les scripts " #~ "shell setup.sh et config.sh " #~ "(pouvant être vide)." #~ msgid "" #~ "Examples of packages.conf, setup.sh and config.sh are in /usr/share/" #~ "doc/emdebian-rootfs/examples/" #~ msgstr "" #~ "Des exemples de packages.conf, setup.sh et config.sh sont disponibles dans " #~ "/usr/share/doc/emdebian-rootfs/examples/" #~ msgid "" #~ "| MACHINE" #~ msgstr "" #~ "| MACHINE" #~ msgid "" #~ "Load machine specific configuration data from your Emdebian working " #~ "directory. If no variant is specified, config is read from " #~ "$WORK/machine/$MACHINE/default/ where $WORK is the work " #~ "directory specified in debconf for emdebian-tools." #~ msgstr "" #~ "Charge les données de configuration spécifiques à une machine à partir de " #~ "votre répertoire de travail Emdebian. Si aucune variante n'est spécifiée, " #~ "config est lue à partir de $WORK/machine/$MACHINE/default/ où $WORK est le répertoire de travail spécifié dans debconf " #~ "pour emdebian-tools." #~ msgid "" #~ "| VARIANT" #~ msgstr "" #~ "| VARIANTE" #~ msgid "" #~ "Load variant specific configuration data from your Emdebian working " #~ "directory. Requires . Configuration data is " #~ "read from $WORK/machine/$MACHINE/$VARIANT/ where " #~ "$WORK is the work directory specified in debconf for emdebian-tools." #~ msgstr "" #~ "Charge les données de configuration spécifiques à une variante à partir " #~ "de votre répertoire de travail Emdebian. Nécessite | NAME" #~ msgstr "" #~ "| NOM" #~ msgid "" #~ "Override the default suite [unstable] and specify another supported " #~ "suite. Note that if the Emdebian repository is used, the suite chosen " #~ "must be a normal Emdebian/Debian suite name from " #~ "'unstable, testing or sid', or a Debian release codename for a release " #~ "including or later than lenny. No other suite name is supported in " #~ "Emdebian." #~ msgstr "" #~ "Modifie la version de la distribution (ou suite) par défaut [unstable] et " #~ "indique une autre version possible. Notez que si le dépôt Emdebian est " #~ "utilisé, la version choisie doit être un nom de " #~ "distribution Emdebian/Debian ordinaire (unstable, testing ou sid) ou un " #~ "nom de code d'une version de Debian (lenny ou supérieure). Aucun autre " #~ "nom de version n'est accepté dans Emdebian." #~ msgid "" #~ "The selected suite is set in the root filesystem as the default suite for " #~ "apt to use when looking for updates." #~ msgstr "" #~ "La version sélectionnée est définie dans le système de fichiers racine en " #~ "tant que version par défaut pour apt lors de la recherche de mises à jour." #~ msgid "" #~ "emsandbox supports a set of customisation routines for " #~ "each combination of machine and variant, allowing the rootfs to be " #~ "customised to specific variants of a specific machine. Configuration data " #~ "is stored in the machine subdirectory of your " #~ "Emdebian work directory. Using the option to " #~ "emsandbox loads packages.conf " #~ "from the $WORK/machine/$MACHINE/default subdirectory " #~ "prior to starting debootstrap. Once the first stage install is complete, " #~ "emsandbox calls setup.sh from the " #~ "same directory, passing the location and architecture of the tarball, so " #~ "that other fine tuning can take place prior to creating the tarball. At " #~ "this stage, any operations inside the rootfs must not try to execute any " #~ "binaries within the rootfs. Immediately before creating the tarball, " #~ "config.sh is copied into the /machine/" #~ "$MACHINE/default/ directory of the rootfs, ready to be called " #~ "when emsecondstage has completed the second stage of " #~ "the debootstrap process." #~ msgstr "" #~ "emsandbox permet un ensemble de routines de " #~ "personnalisation pour chaque combinaison de machine et de variante. Le " #~ "système de fichiers racine peut être personnalisé en des variantes " #~ "spécifiques d'une machine spécifique. Les données de configuration sont " #~ "stockées dans le sous-répertoire machine de votre " #~ "répertoire de travail Emdebian. L'utilisation de l'option