diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:11:13 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:11:13 -0700 |
commit | 1eea5f7224362dcfce377dc0c99ad8a499c3ce6b (patch) | |
tree | d03f83019b8b25c0814a1c20cb40074015c21e90 /docs/gnulinux | |
parent | a58b3668c05f3f6dc80e394f31183a8ae125b426 (diff) | |
download | librebootfr-1eea5f7224362dcfce377dc0c99ad8a499c3ce6b.tar.gz librebootfr-1eea5f7224362dcfce377dc0c99ad8a499c3ce6b.zip |
Ditto
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.md | 4 |
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. |