From fd7b08906adf40b81f3ac758ca55da501cb2283d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 4 May 2024 13:38:10 +0200 Subject: MHR-23: patches and fixes, also restricted disks to at least have 10G of free space. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/NewBoot/Source/makefile') diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index b5ee849d..15412436 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -76,7 +76,7 @@ run-efi-amd64: # 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) 20G + qemu-img create -f raw $(IMG) 10G qemu-img create -f raw $(IMG_2) 512M .PHONY: download-edk -- cgit v1.2.3