summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2013-10-05 11:54:46 +0000
committerSamuel Thibault <sthibault@debian.org>2013-10-05 11:54:46 +0000
commit3b1c2c537856bfe0d876b36efd289a151522d366 (patch)
treec1d6f055ec41001128d4242708848b85aeb153d1 /en
parent9534a2dc12b01d3a64e457504dff49f193501c5c (diff)
downloadinstallation-guide-3b1c2c537856bfe0d876b36efd289a151522d366.zip
* chroot installation: Advise to mount /proc before running MAKEDEV generic.
Closes: #725398.
Diffstat (limited to 'en')
-rw-r--r--en/appendix/chroot-install.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 54c361ba7..d85926c23 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -237,6 +237,7 @@ install the makedev package, and create a default set of static device files
using (after chrooting)
<informalexample><screen>
# apt-get install makedev
+# mount none /proc -t proc
# cd /dev
# MAKEDEV generic
</screen></informalexample>