diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-09 21:17:15 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-09 21:17:15 +0100 |
commit | 129053883aafceb1191ad176e6e5eebf815612cc (patch) | |
tree | 12af20b0cfff9d84ca95f8a9a09312dfe9ebcb99 /docs/gnulinux | |
parent | 341084662cbe8ca649cf2d168d6fbf300ec067d3 (diff) | |
download | librebootfr-129053883aafceb1191ad176e6e5eebf815612cc.tar.gz librebootfr-129053883aafceb1191ad176e6e5eebf815612cc.zip |
docs/gnulinux/grub_boot_installer.html: Fix hazardous instruction
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 3a99d001..13293bdb 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -33,14 +33,14 @@ <p> Check that it wasn't automatically mounted. If it was, unmount it. For example:<br/> - <b>$ sudo umount /dev/sdb*</b><br/> - <b># umount /dev/sdb*</b> + <b>$ sudo umount /dev/sdX*</b><br/> + <b># umount /dev/sdX*</b> </p> <p> dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:<br/> - <b>$ sudo dd if=gnulinux.iso of=/dev/sdb bs=8M; sync</b><br/> - <b># dd if=gnulinux.iso of=/dev/sdb bs=8M; sync</b> + <b>$ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b><br/> + <b># dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b> </p> </div> |