diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-10-05 11:54:46 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-10-05 11:54:46 +0000 |
commit | 3b1c2c537856bfe0d876b36efd289a151522d366 (patch) | |
tree | c1d6f055ec41001128d4242708848b85aeb153d1 /cs/appendix | |
parent | 9534a2dc12b01d3a64e457504dff49f193501c5c (diff) | |
download | installation-guide-3b1c2c537856bfe0d876b36efd289a151522d366.zip |
* chroot installation: Advise to mount /proc before running MAKEDEV generic.
Closes: #725398.
Diffstat (limited to 'cs/appendix')
-rw-r--r-- | cs/appendix/chroot-install.xml | 1 |
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> |