summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2012-01-29 00:05:46 +0000
committerSamuel Thibault <sthibault@debian.org>2012-01-29 00:05:46 +0000
commitf6c176ad1ad5dcc6667f47689750f500ae78101f (patch)
treeb23d5c7fd6291624540c07bd1e761eebb2f3144e /en/appendix
parent8656ef7895e26338effb8bec879f22f9b4bd7815 (diff)
downloadinstallation-guide-f6c176ad1ad5dcc6667f47689750f500ae78101f.zip
Document that installing makedev is needed to get MAKEDEV.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/chroot-install.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index d302dd441..3a63fcf00 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -235,8 +235,10 @@ A few of the available options are:
<itemizedlist>
<listitem><para>
-create a default set of static device files using
+install the makedev package, and create a default set of static device files
+using (after chrooting)
<informalexample><screen>
+# apt-get install makedev
# cd /dev
# MAKEDEV generic
</screen></informalexample>