diff options
author | Frans Pop <elendil@planet.nl> | 2006-08-02 19:00:14 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-08-02 19:00:14 +0000 |
commit | ee612ae243592109fe8b1774da80f19d7fda0513 (patch) | |
tree | 8dda52df7009c2a8780a412572a593336bc70b69 /nl/appendix/chroot-install.xml | |
parent | b452dd92fe85e8ee3646172cd0c7620ae38ba855 (diff) | |
download | installation-guide-ee612ae243592109fe8b1774da80f19d7fda0513.zip |
Update of original English docs
Diffstat (limited to 'nl/appendix/chroot-install.xml')
-rw-r--r-- | nl/appendix/chroot-install.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml index cd72a3a88..33acc1e47 100644 --- a/nl/appendix/chroot-install.xml +++ b/nl/appendix/chroot-install.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 36758 untranslated --> +<!-- original version: 39463 untranslated --> <sect1 id="linux-upgrade"> <title>Installing &debian; from a Unix/Linux System</title> @@ -38,7 +38,7 @@ or at least 300MB if you plan to install X. </para><para> -To create file systems on your partitions. For example, to create an +Create file systems on your partitions. For example, to create an ext3 file system on partition <filename>/dev/hda6</filename> (that's our example root partition): @@ -83,7 +83,7 @@ manually before proceding with the next stage. <title>Install <command>debootstrap</command></title> <para> -The tool that the Debian installer uses, which is recognized as the +The utility used by the Debian installer, and recognized as the official way to install a Debian base system, is <command>debootstrap</command>. It uses <command>wget</command> and <command>ar</command>, but otherwise depends only on @@ -357,15 +357,16 @@ interface name (eth0, eth1, etc.) that you expect. <para> To configure your locale settings to use a language other than -English, install the locales support package and configure it: +English, install the <classname>locales</classname> support package +and configure it: <informalexample><screen> -# apt-get install locales +# aptitude install locales # dpkg-reconfigure locales </screen></informalexample> -NOTE: Apt must be configured beforehand by creating a sources.list and -running apt-get update. +NOTE: <classname>apt</classname> must be configured beforehand by creating +a sources.list and running <command>aptitude update</command>. Before using locales with character sets other than ASCII or latin1, please consult the appropriate localization HOWTO. @@ -387,7 +388,7 @@ and a boot loader. Identify available pre-packaged kernels with Then install your choice using its package name. <informalexample><screen> -# apt-get install <phrase condition="classic-kpkg">kernel</phrase><phrase condition="common-kpkg">linux</phrase>-image-<replaceable>&kernelversion;-arch-etc</replaceable> +# aptitude install <phrase condition="classic-kpkg">kernel</phrase><phrase condition="common-kpkg">linux</phrase>-image-<replaceable>&kernelversion;-arch-etc</replaceable> </screen></informalexample> </para> @@ -398,9 +399,9 @@ Then install your choice using its package name. <para> To make your &debian; system bootable, set up your boot loader to load -the installed kernel with your new root partition. Note that debootstrap -does not install a boot loader, though you can use apt-get inside your -Debian chroot to do so. +the installed kernel with your new root partition. Note that +<command>debootstrap</command> does not install a boot loader, though you +can use <command>aptitude</command> inside your Debian chroot to do so. </para><para arch="i386"> |