summaryrefslogtreecommitdiff
path: root/fi/appendix/chroot-install.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-04-28 19:31:36 +0000
committerFrans Pop <elendil@planet.nl>2006-04-28 19:31:36 +0000
commitf6fe47e9d11f883fab2044bf914486078ff3e07c (patch)
tree788ebfcd1aa3b81681299a636343cfff4bf4bae8 /fi/appendix/chroot-install.xml
parent3adc31626659f915b9ae9959c08fba7ef0c80a95 (diff)
downloadinstallation-guide-f6fe47e9d11f883fab2044bf914486078ff3e07c.zip
Update of original English docs
Diffstat (limited to 'fi/appendix/chroot-install.xml')
-rw-r--r--fi/appendix/chroot-install.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/fi/appendix/chroot-install.xml b/fi/appendix/chroot-install.xml
index e5df2d236..cd72a3a88 100644
--- a/fi/appendix/chroot-install.xml
+++ b/fi/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 34713 untranslated -->
+<!-- original version: 36758 untranslated -->
<sect1 id="linux-upgrade">
<title>Installing &debian; from a Unix/Linux System</title>
@@ -284,8 +284,9 @@ configured for the next reboot.
To configure networking, edit
<filename>/etc/network/interfaces</filename>,
-<filename>/etc/resolv.conf</filename>, and
-<filename>/etc/hostname</filename>.
+<filename>/etc/resolv.conf</filename>,
+<filename>/etc/hostname</filename> and
+<filename>/etc/hosts</filename>.
<informalexample><screen>
# editor /etc/network/interfaces
@@ -380,13 +381,13 @@ If you intend to boot this system, you probably want a Linux kernel
and a boot loader. Identify available pre-packaged kernels with
<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>
Then install your choice using its package name.
<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>