From 129053883aafceb1191ad176e6e5eebf815612cc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 09 Apr 2015 16:17:15 -0400 Subject: docs/gnulinux/grub_boot_installer.html: Fix hazardous instruction --- (limited to 'docs/gnulinux/grub_boot_installer.html') 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 @@

Check that it wasn't automatically mounted. If it was, unmount it. For example:
- $ sudo umount /dev/sdb*
- # umount /dev/sdb* + $ sudo 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/sdb bs=8M; sync
- # dd if=gnulinux.iso of=/dev/sdb bs=8M; sync + $ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync
+ # dd if=gnulinux.iso of=/dev/sdX bs=8M; sync

-- cgit v0.9.1