From 900bd1028fd644772ec1ad77318500a94a20ab1e Mon Sep 17 00:00:00 2001 From: u Date: Mon, 10 Jan 2022 16:56:14 -0500 Subject: rootfs: update build-deps.yaml for bullseye --- partitions/Makefile | 5 ++++- rootfs/build-deps.yaml | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/partitions/Makefile b/partitions/Makefile index d8db017..4a00333 100644 --- a/partitions/Makefile +++ b/partitions/Makefile @@ -21,8 +21,11 @@ persist := $(shell [ -e persist.img ] && printf %s '-drive file=persist.img,medi usb: whole.img usb=$$(usb) && sudo dd status=progress if="$<" of="$$usb" +# QEMU_DISPLAY_OPTIONS = -nographic +QEMU_DISPLAY_OPTIONS = -display gtk + define emu - NO_AT_BRIDGE=1 qemu-system-x86_64 -m 800 -enable-kvm -boot c \ + NO_AT_BRIDGE=1 qemu-system-x86_64 ${QEMU_DISPLAY_OPTIONS} -m 800 -enable-kvm -boot c \ -drive file=$(1),media=disk,driver=raw \ $(persist) endef diff --git a/rootfs/build-deps.yaml b/rootfs/build-deps.yaml index 18cf734..aaefffc 100644 --- a/rootfs/build-deps.yaml +++ b/rootfs/build-deps.yaml @@ -14,7 +14,6 @@ packages: - debhelper - dh-autoreconf - dh-exec -- dh-systemd - dnsutils - expect - fakeroot @@ -42,7 +41,7 @@ packages: # - pulseaudio-module-jack # - pulseaudio-utils - qemu-system-x86 -#- qemu-system-gui +- qemu-system-gui #- ssh #- ssh-askpass-gnome - strace -- cgit v1.2.3