From def14b60f1a3d7385bb2956d787be7bed819c610 Mon Sep 17 00:00:00 2001 From: "Daniel R. Franzini" Date: Mon, 1 May 2023 03:07:09 -0300 Subject: doc/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 Change-Id: Ibae9031a3e397925db95b7283fa8c6573f6d5858 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74894 Reviewed-by: Nico Huber Reviewed-by: Sean Rhodes Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- Documentation/tutorial/part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/tutorial') diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 13d6478b952b..9315b1babc59 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -147,7 +147,7 @@ Test the image using QEMU ### 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` -- cgit v1.2.3