diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-05-03 22:14:43 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-05-03 22:14:43 +0000 |
commit | 45d0bdcad7c35ee99faed9768147412879e6a6f7 (patch) | |
tree | de10cc04bc561035460466dbbed314fc7df2172d /po/fr | |
parent | 01238c16c20e254df80a0eb0ddc037bd08a94911 (diff) | |
download | installation-guide-45d0bdcad7c35ee99faed9768147412879e6a6f7.zip |
Give to make-kpkg a 1.0.custom revision instead of bogus custom.1.0.
Diffstat (limited to 'po/fr')
-rw-r--r-- | po/fr/post-install.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/fr/post-install.po b/po/fr/post-install.po index f0e05e4bc..c02f6d20c 100644 --- a/po/fr/post-install.po +++ b/po/fr/post-install.po @@ -1042,14 +1042,14 @@ msgstr "" #, no-c-format msgid "" "Now, compile the kernel: <userinput>fakeroot make-kpkg --initrd --" -"revision=custom.1.0 kernel_image</userinput>. The version number of " +"revision=1.0.custom kernel_image</userinput>. The version number of " "<quote>1.0</quote> can be changed at will; this is just a version number " "that you will use to track your kernel builds. Likewise, you can put any " "word you like in place of <quote>custom</quote> (e.g., a host name). Kernel " "compilation may take quite a while, depending on the power of your machine." msgstr "" "Maintenant, compilez votre noyau : <userinput>fakeroot make-kpkg --" -"initrd --revision=custom.1.0 kernel_image</userinput>. Bien sûr, le numéro " +"initrd --revision=1.0.custom kernel_image</userinput>. Bien sûr, le numéro " "de version « 1.0 » peut être changé ; il s'agit juste d'un " "moyen de suivre vos différentes versions du noyau. De la même façon, vous " "pouvez remplacer le mot <quote>custom</quote> par ce que vous voulez (par " @@ -1063,7 +1063,7 @@ msgid "" "Once the compilation is complete, you can install your custom kernel like " "any package. As root, do <userinput>dpkg -i ../&kernelpackage;-" "&kernelversion;-<replaceable>subarchitecture</" -"replaceable>_custom.1.0_&architecture;.deb</userinput>. The " +"replaceable>_1.0.custom_&architecture;.deb</userinput>. The " "<replaceable>subarchitecture</replaceable> part is an optional sub-" "architecture, <phrase arch=\"i386\"> such as <quote>686</quote>, </phrase> " "depending on what kernel options you set. <userinput>dpkg -i</userinput> " @@ -1079,7 +1079,7 @@ msgstr "" "personnalisé comme n'importe quel autre paquet. En tant que " "superutilisateur, exécutez la commande <userinput>dpkg -i ../&kernelpackage;-" "&kernelversion;-<replaceable>sous-architecture</" -"replaceable>_custom.1.0_&architecture;.deb</userinput>. La partie " +"replaceable>_1.0.custom_&architecture;.deb</userinput>. La partie " "<replaceable>sous-architecture</replaceable> est une sous-architecture " "optionnelle, <phrase arch=\"x86\"> telle que <quote>686</quote>, </phrase> " "suivant les options de compilation que vous avez définies. <userinput>dpkg -" |