From 624a451284d5971cf9b57113314b3ae4e167bed0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 11 Feb 2025 09:44:20 +0100 Subject: ADD: necessary patches to the PCI subsystem and SATA. Signed-off-by: Amlal El Mahrouss --- dev/Boot/amd64-desktop.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Boot') diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 46eb8fc2..7d25645e 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -98,7 +98,7 @@ run-efi-amd64-ata: run-efi-amd64-ata-dma # img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta specs. .PHONY: epm-img epm-img: - qemu-img create -f qcow2 $(IMG) 4G + qemu-img create -f raw $(IMG) 4G .PHONY: efi efi: -- cgit v1.2.3