doc: board: qemu-mips.rst: fix code examples
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 1 Jan 2020 07:34:03 +0000 (08:34 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 9 Apr 2020 16:55:59 +0000 (18:55 +0200)
commitbfaa54f912196bfab6e0ba8878893cc8506566db
treef9729a1e0ea0bc3a6a51d08e3fa6faef229d7ac9
parent47a1933aa738851ffde5770316ab0f8b47db753a
doc: board: qemu-mips.rst: fix code examples

Code sections should be syntax highlighted as bash.
Comment lines in code should start with a hash sign ('#') but code lines
should not.
Most commands can be executed as normal users. Prepend those commands
requiring elevated authorization with 'sudo'.
dd does not have a parameter cout.
sfdisk does not have a -C parameter on Debian Buster.
Provide the necessary input to sfdisk.
Creating a partition of length zero makes no sense.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/board/emulation/qemu-mips.rst