summaryrefslogtreecommitdiff
path: root/cs/appendix/chroot-install.xml
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 /cs/appendix/chroot-install.xml
parent9534a2dc12b01d3a64e457504dff49f193501c5c (diff)
downloadinstallation-guide-3b1c2c537856bfe0d876b36efd289a151522d366.zip
* chroot installation: Advise to mount /proc before running MAKEDEV generic.
Closes: #725398.
Diffstat (limited to 'cs/appendix/chroot-install.xml')
-rw-r--r--cs/appendix/chroot-install.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cs/appendix/chroot-install.xml b/cs/appendix/chroot-install.xml
index 7fe39a6fe..e8811cd4a 100644
--- a/cs/appendix/chroot-install.xml
+++ b/cs/appendix/chroot-install.xml
@@ -230,6 +230,7 @@ V chrootu vytvořte základní sadu statických souborů zařízení příkazy:
<informalexample><screen>
# apt-get install makedev
+# mount none /proc -t proc
# cd /dev
# MAKEDEV generic
</screen></informalexample>