summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoru <u@billy>2022-01-10 16:56:14 -0500
committeru <u@billy>2022-01-10 16:57:53 -0500
commit900bd1028fd644772ec1ad77318500a94a20ab1e (patch)
tree3e16dcd7cc232b2d9eb686220ddb0f838da79393
parent79c5b05ccb11f549c69d238dbf386f30dbbea4d2 (diff)
rootfs: update build-deps.yaml for bullseye
-rw-r--r--partitions/Makefile5
-rw-r--r--rootfs/build-deps.yaml3
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
21usb: whole.img 21usb: whole.img
22 usb=$$(usb) && sudo dd status=progress if="$<" of="$$usb" 22 usb=$$(usb) && sudo dd status=progress if="$<" of="$$usb"
23 23
24# QEMU_DISPLAY_OPTIONS = -nographic
25QEMU_DISPLAY_OPTIONS = -display gtk
26
24define emu 27define emu
25 NO_AT_BRIDGE=1 qemu-system-x86_64 -m 800 -enable-kvm -boot c \ 28 NO_AT_BRIDGE=1 qemu-system-x86_64 ${QEMU_DISPLAY_OPTIONS} -m 800 -enable-kvm -boot c \
26 -drive file=$(1),media=disk,driver=raw \ 29 -drive file=$(1),media=disk,driver=raw \
27 $(persist) 30 $(persist)
28endef 31endef
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:
14- debhelper 14- debhelper
15- dh-autoreconf 15- dh-autoreconf
16- dh-exec 16- dh-exec
17- dh-systemd
18- dnsutils 17- dnsutils
19- expect 18- expect
20- fakeroot 19- fakeroot
@@ -42,7 +41,7 @@ packages:
42# - pulseaudio-module-jack 41# - pulseaudio-module-jack
43# - pulseaudio-utils 42# - pulseaudio-utils
44- qemu-system-x86 43- qemu-system-x86
45#- qemu-system-gui 44- qemu-system-gui
46#- ssh 45#- ssh
47#- ssh-askpass-gnome 46#- ssh-askpass-gnome
48- strace 47- strace