summaryrefslogtreecommitdiff
path: root/fr/appendix/chroot-install.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fr/appendix/chroot-install.xml')
-rw-r--r--fr/appendix/chroot-install.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/fr/appendix/chroot-install.xml b/fr/appendix/chroot-install.xml
index 981e0f206..9e1091bfc 100644
--- a/fr/appendix/chroot-install.xml
+++ b/fr/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- original version: 34713 -->
+<!-- original version: 36758 -->
<sect1 id="linux-upgrade">
<title>Installer &debian; à partir d'un système Unix/Linux</title>
@@ -288,8 +288,9 @@ Il sera configuré au prochain démarrage de la machine.
Pour configurer le réseau, éditez les fichiers
<filename>/etc/network/interfaces</filename>,
-<filename>/etc/resolv.conf</filename>, et
-<filename>etc/hostname</filename>.
+<filename>/etc/resolv.conf</filename>,
+<filename>etc/hostname</filename> et
+<filename>/etc/hosts</filename>.
<informalexample><screen>
# editor /etc/network/interfaces
@@ -386,13 +387,13 @@ besoin d'un noyau Linux ainsi que d'un gestionnaire de démarrage. Identifiez
les paquets contenant des noyaux avec&nbsp;:
<informalexample><screen>
-# apt-cache search kernel-image
+# apt-cache search <phrase condition="classic-kpkg">kernel</phrase><phrase condition="common-kpkg">linux</phrase>-image
</screen></informalexample>
Puis installez celui que vous voulez en utilisant son nom de paquet.
<informalexample><screen>
-# apt-get install kernel-image-<replaceable>2.X.X-arch-etc</replaceable>
+# apt-get install <phrase condition="classic-kpkg">kernel</phrase><phrase condition="common-kpkg">linux</phrase>-image-<replaceable>&kernelversion;-arch-etc</replaceable>
</screen></informalexample>
</para>