mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Fix make qemu
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
parent
6917f6d23a
commit
8f64191dee
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ test-bzImage: test-initrd.img
|
||||
# interactive versions need to use volume mounts
|
||||
.PHONY: qemu qemu-iso qemu-efi test-qemu-efi
|
||||
qemu: moby-initrd.img moby-bzImage moby-cmdline
|
||||
./scripts/qemu.sh moby-initrd.img moby-bzImage "$(shell cat moby-cmdline)"
|
||||
./scripts/qemu.sh moby-initrd.img moby-bzImage moby-cmdline
|
||||
|
||||
qemu-iso: alpine/mobylinux-bios.iso
|
||||
./scripts/qemu.sh $^
|
||||
|
Loading…
Reference in New Issue
Block a user