From f55e4725025258113dc4de5cd12c087c763cc86c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 2 May 2024 09:42:18 +0200 Subject: meta: extend bootable disk to 20G. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index df913031..4c47d1f5 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -73,9 +73,10 @@ compile-amd64: run-efi-amd64: $(EMU) $(EMU_FLAGS) +# img_2 is the rescue disk. img is the bootable disk, as provided by the NeWS. .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 4G + qemu-img create -f raw $(IMG) 20G qemu-img create -f raw $(IMG_2) 512M .PHONY: download-edk -- cgit v1.2.3