From 35d0683a2606e5f85a56ad227a785f3f15378fd7 Mon Sep 17 00:00:00 2001 From: Shahriyar Jalayeri Date: Tue, 10 Dec 2024 14:32:36 +0200 Subject: [PATCH] makefile: keep only run-live as run alias Keep only the run-live as run alias not the run-live-gui, otherwise it breaks the existing scripts. Signed-off-by: Shahriyar Jalayeri --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1867b3e30a..d5b31ac1ad 100644 --- a/Makefile +++ b/Makefile @@ -569,7 +569,7 @@ run-installer-net: $(BIOS_IMG) $(IPXE_IMG) $(DEVICETREE_DTB) $(SWTPM) GETTY # run MUST NOT change the current dir; it depends on the output being correct from a previous build run-live run: $(BIOS_IMG) $(DEVICETREE_DTB) $(SWTPM) GETTY $(QEMU_SYSTEM) $(QEMU_OPTS) -drive file=$(CURRENT_IMG),format=$(IMG_FORMAT),id=uefi-disk -run-live-gui run: $(BIOS_IMG) $(DEVICETREE_DTB) $(SWTPM) GETTY +run-live-gui: $(BIOS_IMG) $(DEVICETREE_DTB) $(SWTPM) GETTY $(QEMU_SYSTEM) $(QEMU_OPTS_GUI) -drive file=$(CURRENT_IMG),format=$(IMG_FORMAT),id=uefi-disk run-target: $(BIOS_IMG) $(DEVICETREE_DTB) $(SWTPM) GETTY