aboutsummaryrefslogtreecommitdiff
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:11:13 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:11:13 -0700
commit1eea5f7224362dcfce377dc0c99ad8a499c3ce6b (patch)
treed03f83019b8b25c0814a1c20cb40074015c21e90 /docs/gnulinux
parenta58b3668c05f3f6dc80e394f31183a8ae125b426 (diff)
downloadlibrebootfr-1eea5f7224362dcfce377dc0c99ad8a499c3ce6b.tar.gz
librebootfr-1eea5f7224362dcfce377dc0c99ad8a499c3ce6b.zip
Ditto
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/grub_boot_installer.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md
index f0ad1de4..21cb1276 100644
--- a/docs/gnulinux/grub_boot_installer.md
+++ b/docs/gnulinux/grub_boot_installer.md
@@ -38,12 +38,12 @@ Check lsblk to confirm which drive it is:\
Check that it wasn't automatically mounted. If it was, unmount it. For
example:\
$ sudo umount /dev/sdX*
-**# umount /dev/sdX***
+ # umount /dev/sdX*
dmesg told you what device it is. Overwrite the drive, writing your
distro ISO to it with dd. For example:\
$ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync
-**# dd if=gnulinux.iso of=/dev/sdX bs=8M; sync**
+ # dd if=gnulinux.iso of=/dev/sdX bs=8M; sync
You should now be able to boot the installer from your USB drive.
Continue reading, for information about how to do that.