Daniel Rosa Franzini has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74894 )
Change subject: Documentation/tutorial/part1.md: fix package name to install qemu on Debian. ......................................................................
Documentation/tutorial/part1.md: fix package name to install qemu on Debian.
Fix package name to install qemu on Debian. It used to be 'qemu' only but it is now called 'qemu-system'.
Signed-off-by: Daniel R. Franzini danielt3@usp.br Change-Id: Ibae9031a3e397925db95b7283fa8c6573f6d5858 --- M Documentation/tutorial/part1.md 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/74894/1
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 13d6478..9315b1b 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -147,7 +147,7 @@
### Step 7 - Install QEMU
-* Debian: `sudo apt-get install -y qemu` +* Debian: `sudo apt-get install -y qemu-system` * Arch: `sudo pacman -S qemu` * Redhat: `sudo dnf install qemu`