diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-27 01:48:09 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-27 01:48:09 (EDT) |
commit | 7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8 (patch) | |
tree | 3242ad7316ef1e9b2ecce7e9a73ad15a279ea3b5 | |
parent | 2bee0ccf6d26da0d5032ad0d3005f2a9fa4182ae (diff) | |
download | libreboot-7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8.zip libreboot-7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8.tar.gz libreboot-7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8.tar.bz2 |
docs/howtos/grub_boot_installer.html: small fix
-rw-r--r-- | docs/howtos/grub_boot_installer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howtos/grub_boot_installer.html b/docs/howtos/grub_boot_installer.html index 3886f34..757b48f 100644 --- a/docs/howtos/grub_boot_installer.html +++ b/docs/howtos/grub_boot_installer.html @@ -34,8 +34,8 @@ <p> Check that it wasn't automatically mounted. If it was, unmount it. For example:<br/> - <b>$ sudo umount /dev/sdb1</b><br/> - <b># umount /dev/sdb1</b> + <b>$ sudo umount /dev/sdb*</b><br/> + <b># umount /dev/sdb*</b> </p> <p> |