We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93fae7 commit 4f14715Copy full SHA for 4f14715
build-x86-images.sh.in
@@ -30,7 +30,7 @@ build_variant() {
30
fi
31
IMG=void-live-${ARCH}-${DATE}${IMG_SUFFIX}.iso
32
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
33
- PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse $GRUB_PKGS"
+ PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse iwd $GRUB_PKGS"
34
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio"
35
36
case $variant in
0 commit comments