From 4f14715a7ad1240b50aadf1353bc370bdb4cf648 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 19 Jul 2022 23:49:12 +0200 Subject: [PATCH] build-x86-images: add iwd to the images --- build-x86-images.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-x86-images.sh.in b/build-x86-images.sh.in index c8750b8845..bccf25687d 100644 --- a/build-x86-images.sh.in +++ b/build-x86-images.sh.in @@ -30,7 +30,7 @@ build_variant() { fi IMG=void-live-${ARCH}-${DATE}${IMG_SUFFIX}.iso GRUB_PKGS="grub-i386-efi grub-x86_64-efi" - PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse $GRUB_PKGS" + PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse iwd $GRUB_PKGS" XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio" case $variant in