diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-30 08:15:54 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-30 08:15:54 +0200 |
| commit | f86125cf437fb49587d588413d69646959a58541 (patch) | |
| tree | 045a19e28860280a29bb8fc218a6909343691878 /Private/NewBoot/Source/makefile | |
| parent | 77423c4fa55a060c5cf710bbe5c4de02fce43e97 (diff) | |
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
