Skip to content

Commit 9d411fb

Browse files
committed
build-x86-images: add iwd to the images
1 parent f285712 commit 9d411fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-x86-images.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ readonly LXQT_IMG=void-live-${ARCH}-${DATE}-lxqt.iso
2828

2929
readonly GRUB="grub-i386-efi grub-x86_64-efi"
3030

31-
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse $GRUB"
31+
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse iwd $GRUB"
3232
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio"
3333
readonly E_PKGS="$X_PKGS lxdm enlightenment terminology udisks2 firefox-esr"
3434
readonly XFCE_PKGS="$X_PKGS lxdm xfce4 gnome-themes-standard gnome-keyring network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2 firefox-esr"

0 commit comments

Comments
 (0)