diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-23 17:12:37 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-23 17:13:00 +0200 |
| commit | c9fef8cfeae2047b66858385689d448a1ad5b8d0 (patch) | |
| tree | 1d55c0af46da0bf0db9b32362b404bb6a51f27ef /dev/ZBA/amd64-efi.make | |
| parent | 58ec3282634ccf75006043017ceacffed9a4533c (diff) | |
[FIX+IMP] 'User' login system in order to use the system according to
permissions.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBA/amd64-efi.make')
| -rw-r--r-- | dev/ZBA/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBA/amd64-efi.make b/dev/ZBA/amd64-efi.make index 70071439..aaaa1222 100644 --- a/dev/ZBA/amd64-efi.make +++ b/dev/ZBA/amd64-efi.make @@ -91,7 +91,7 @@ run-efi-amd64: # img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta. .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 4G + qemu-img create -f raw $(IMG) 10G qemu-img create -f raw $(IMG_2) 4G qemu-img create -f raw $(IMG_3) 4G |
