diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-28 10:56:01 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-28 10:56:01 +0100 |
| commit | 0601399a597280f849ce6c07f73f8124eea35c8d (patch) | |
| tree | cc8d9b781f9fa2615a42c3ad22df47415856161d /dev/Boot/amd64-desktop.make | |
| parent | 97d9cac7420ee032e8a2c4ae5e55963003516116 (diff) | |
ADD: Improvements on the AHCI driver.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/amd64-desktop.make')
| -rw-r--r-- | dev/Boot/amd64-desktop.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 14ed07cd..c13a718f 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -95,7 +95,7 @@ run-efi-amd64-ata: # img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta specs. .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 4G + qemu-img create -f qcow2 $(IMG) 4G .PHONY: efi efi: |
