From f86125cf437fb49587d588413d69646959a58541 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Apr 2024 08:15:54 +0200 Subject: MHR-18: Quality assurance of the filesystem. - File/Directory removal and creation. - Read/Write support. - Sanitu check and catalog validation. 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 9018623f..df913031 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -75,7 +75,7 @@ run-efi-amd64: .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 1G + qemu-img create -f raw $(IMG) 4G qemu-img create -f raw $(IMG_2) 512M .PHONY: download-edk -- cgit v1.2.3