diff options
Diffstat (limited to 'en/boot-installer/trouble.xml')
-rw-r--r-- | en/boot-installer/trouble.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/boot-installer/trouble.xml b/en/boot-installer/trouble.xml index b618bfd9a..84c3d46f8 100644 --- a/en/boot-installer/trouble.xml +++ b/en/boot-installer/trouble.xml @@ -118,8 +118,8 @@ correct number of bytes from the CD-ROM. <informalexample><screen> $ dd if=/dev/cdrom | \ -> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</replaceable>` | \ -> md5sum +> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</replaceable>` | \ +> md5sum a20391b12f7ff22ef705cee4059c6b92 - 262668+0 records in 262668+0 records out @@ -202,7 +202,7 @@ A <quote>1</quote> in the first column after <literal>using_dma</literal> means it is enabled. If it is, try disabling it: <informalexample><screen> -$ echo -n "using_dma:0" >settings +$ echo -n "using_dma:0" >settings </screen></informalexample> Make sure that you are in the directory for the device that corresponds |