Compare commits

..

No commits in common. "f23195d573b4225cd0e73c93150150f7ef01f098" and "08f367edc6d77900c1da27e9f33df4c2a0896151" have entirely different histories.

1 changed files with 2 additions and 10 deletions

View File

@ -3,8 +3,6 @@ GIT_REF := $(shell git log -1 --format=%H)
GIT_AUTHOR := $(shell git log -1 --format=%an) GIT_AUTHOR := $(shell git log -1 --format=%an)
GIT_PUBKEY := $(shell git log -1 --format=%GK) GIT_PUBKEY := $(shell git log -1 --format=%GK)
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso) GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
EFI := false
,:=,
export export
## Use env vars from latest release when reproducing ## Use env vars from latest release when reproducing
@ -70,14 +68,8 @@ vm: out/dev-shell.digest out/airgap.iso out/sdcard.img
-device sd-card,drive=external \ -device sd-card,drive=external \
-drive id=external,if=none,format=raw,file=out/sdcard.img \ -drive id=external,if=none,format=raw,file=out/sdcard.img \
-device usb-storage,drive=usbdrive \ -device usb-storage,drive=usbdrive \
$(if $(filter $(EFI),true) ,\ -drive id=usbdrive,if=none,format=raw,file=out/airgap.iso \
-bios /usr/share/ovmf/OVMF.fd \ -boot order=c \
-drive id=boot$(,)if=virtio$(,)format=raw$(,)file=out/airgap.iso \
,\
-drive id=usbdrive,if=none,format=raw,file=out/airgap.iso \
-boot order=c \
) \
$(if (,$(wildcard /dev/kvm)),,-cpu host --accel kvm) \
-nographic; \ -nographic; \
" "