diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2020-04-08 15:42:28 +0300 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-04-09 23:44:21 +0000 |
commit | 408fdeba7fc8fdbe99eba6851aec3bedef90de32 (patch) | |
tree | 9c40335be5cbb0740a1a5a3f66103da373914736 /Documentation/mainboard | |
parent | b2f8ce7591c80a199d610aad3067e01529c859a1 (diff) |
Doc/mb/lenovo/ivb_internal_flashing: Fix a typo
unmount -> umount. My mistake.
Change-Id: I5d1b675f6ab7c027f2e646424adb1f255967c753
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40274
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/mainboard')
-rw-r--r-- | Documentation/mainboard/lenovo/ivb_internal_flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mainboard/lenovo/ivb_internal_flashing.md b/Documentation/mainboard/lenovo/ivb_internal_flashing.md index e6b597b284..1d02cac5c4 100644 --- a/Documentation/mainboard/lenovo/ivb_internal_flashing.md +++ b/Documentation/mainboard/lenovo/ivb_internal_flashing.md @@ -102,7 +102,7 @@ Replace the last line (`command.com`) with this (change path to the Save the file, then unmount the partition: - sudo unmount /mnt + sudo umount /mnt Write this image to a USB drive (replace `/dev/sdX` with your USB drive device name): |