diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-02 09:42:18 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-02 09:42:18 +0200 |
| commit | f55e4725025258113dc4de5cd12c087c763cc86c (patch) | |
| tree | ee809cd1f159d5d873b6c1157a8e137341dcdb4e /Private | |
| parent | b5db67d19105b958f59a683a81a00a8cbf91a0e1 (diff) | |
meta: extend bootable disk to 20G.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index df913031..4c47d1f5 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -73,9 +73,10 @@ compile-amd64: run-efi-amd64: $(EMU) $(EMU_FLAGS) +# 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) 4G + qemu-img create -f raw $(IMG) 20G qemu-img create -f raw $(IMG_2) 512M .PHONY: download-edk |
