summaryrefslogtreecommitdiffstats
path: root/docs/gnulinux/grub_boot_installer.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-04-09 16:17:15 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-04-09 16:17:15 (EDT)
commit129053883aafceb1191ad176e6e5eebf815612cc (patch)
tree12af20b0cfff9d84ca95f8a9a09312dfe9ebcb99 /docs/gnulinux/grub_boot_installer.html
parent341084662cbe8ca649cf2d168d6fbf300ec067d3 (diff)
downloadlibreboot-129053883aafceb1191ad176e6e5eebf815612cc.zip
libreboot-129053883aafceb1191ad176e6e5eebf815612cc.tar.gz
libreboot-129053883aafceb1191ad176e6e5eebf815612cc.tar.bz2
docs/gnulinux/grub_boot_installer.html: Fix hazardous instruction
Diffstat (limited to 'docs/gnulinux/grub_boot_installer.html')
-rw-r--r--docs/gnulinux/grub_boot_installer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html
index 3a99d00..13293bd 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>