summaryrefslogtreecommitdiff
path: root/fr/appendix
diff options
context:
space:
mode:
authorPhilippe Batailler <philippe.batailler@free.fr>2006-10-10 15:25:54 +0000
committerPhilippe Batailler <philippe.batailler@free.fr>2006-10-10 15:25:54 +0000
commitdfdc7c731d5b16643bfb166adca13880c263c709 (patch)
tree3746bbc407109dea3e2308f2202eca8aaaa747e6 /fr/appendix
parente7845971f775a4a654c957216fbbb216f755cd06 (diff)
downloadinstallation-guide-dfdc7c731d5b16643bfb166adca13880c263c709.zip
French update
Diffstat (limited to 'fr/appendix')
-rw-r--r--fr/appendix/chroot-install.xml15
-rw-r--r--fr/appendix/preseed.xml8
2 files changed, 9 insertions, 14 deletions
diff --git a/fr/appendix/chroot-install.xml b/fr/appendix/chroot-install.xml
index 8664916e0..9efa4e5e5 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: 40980 -->
+<!-- original version: 41453 -->
<sect1 id="linux-upgrade">
<title>Installer &debian; à partir d'un système Unix/Linux</title>
@@ -124,22 +124,15 @@ Le programme <command>debootstrap</command> se trouve dans l'archive Debian
(assurez-vous d'avoir sélectionné le fichier correspondant à votre
architecture). Téléchargez le <command>debootstrap</command> .deb à partir de
<ulink url="http://ftp.debian.org/debian/pool/main/d/debootstrap/">pool</ulink>,
-copiez le paquet dans le répertoire de travail, et décompressez les fichiers
-binaires. Vous aurez besoin d'avoir les droits du superutilisateur pour
+copiez le paquet dans le répertoire de travail, et décompressez les fichiers.
+Vous aurez besoin d'avoir les droits du superutilisateur pour
installer le binaire.
<informalexample><screen>
-# ar -x debootstrap_0.X.X_arch.deb
+# ar -x debootstrap_0.X.X_all.deb
# cd /
# zcat /full-path-to-work/work/data.tar.gz | tar xv
</screen></informalexample>
-</para>
-<para>
-
-Il faut noter que pour exécuter <command>debootstrap</command> vous devez installer
-une version de <classname>glibc</classname> au moins égale à GLIBC_2.3.
-<command>Debootstrap</command> est seulement un script mais il appelle
-différents utilitaires qui exigent <classname>glibc</classname>.
</para>
</sect2>
diff --git a/fr/appendix/preseed.xml b/fr/appendix/preseed.xml
index 9f6de08f9..b9ac487ec 100644
--- a/fr/appendix/preseed.xml
+++ b/fr/appendix/preseed.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- original version: 40460 -->
+<!-- original version: 41451 -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -831,9 +831,11 @@ Vous pouvez aussi ajouter d'autres sources (locales par exemple).
#d-i apt-setup/security_host string
# Autres sources disponibles, local[0-9]
-#d-i apt-setup/local0/comment string local server
-#d-i apt-setup/local0/source string \
+#d-i apt-setup/local0/repository string \
# deb http://local.server/debian stable main
+#d-i apt-setup/local0/comment string local server
+# Activer des lignes deb-src
+#d-i apt-setup/local0/source boolean true
# URL de la clé publique de la source locale
#d-i apt-setup/local0/key string http://local.server/key
</screen></informalexample>