diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-29 16:59:14 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-29 16:59:14 +0200 |
| commit | a21859d722597e4eb1216a4a48d08d8f2659b514 (patch) | |
| tree | 84b30c251e1b444873f4723ecab047689526e9f0 /Private/NewBoot/Source | |
| parent | 461fe537aa1f9533bfa5c2504cb84843b9eac501 (diff) | |
MHR-18: Fixes and improvements regarding NewFS.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source')
| -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 9f70d903..9018623f 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) 512M + qemu-img create -f raw $(IMG) 1G qemu-img create -f raw $(IMG_2) 512M .PHONY: download-edk |
