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>
This commit is contained in:
parent
b2f8ce7591
commit
408fdeba7f
|
@ -102,7 +102,7 @@ Replace the last line (`command.com`) with this (change path to the
|
||||||
|
|
||||||
Save the file, then unmount the partition:
|
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
|
Write this image to a USB drive (replace `/dev/sdX` with your USB drive
|
||||||
device name):
|
device name):
|
||||||
|
|
Loading…
Reference in New Issue