diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-27 05:48:09 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-27 05:48:09 +0000 |
commit | 7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8 (patch) | |
tree | 3242ad7316ef1e9b2ecce7e9a73ad15a279ea3b5 /docs/howtos/grub_boot_installer.html | |
parent | 2bee0ccf6d26da0d5032ad0d3005f2a9fa4182ae (diff) | |
download | librebootfr-7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8.tar.gz librebootfr-7d0e2ef760ccd968e36b5c30cff39e3dde04c2f8.zip |
docs/howtos/grub_boot_installer.html: small fix
Diffstat (limited to 'docs/howtos/grub_boot_installer.html')
-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 3886f34a..757b48f6 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> |