diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-26 10:20:01 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-26 10:20:01 +0200 |
| commit | ba80f513dd5cd82feae0b8f794b3367caf9ce8bb (patch) | |
| tree | 7c41759e590047c60cec4c571f3e3b3819cb5797 /Private/NewBoot/Source/makefile | |
| parent | 4afe2bd4c6e95f2ca4a5b9bdacf51ef5f91fd0d7 (diff) | |
MHR-16: a lot of fixes. Regarding the disk driver and the filesystem
class BDiskFormatFactory.
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 92128b02..4d8e1100 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -70,7 +70,7 @@ run-efi-amd64: .PHONY: epm-img epm-img: - qemu-img create -f qcow2 $(IMG) 512M + qemu-img create -f qcow2 $(IMG) 1G qemu-img create -f qcow2 $(IMG_2) 512M .PHONY: download-edk |
