Skip to content

Commit 557be33

Browse files
PiratyJuan RP
authored andcommitted
build-x86-images.sh: remove intel-ucode from X_PKGS
intel-ucode went to nonfree repository with void-packages/450dd113fbb87e9299161bb7143536249ecb16c2 It makes more sense in permanent installations anyway
1 parent 529c48e commit 557be33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-x86-images.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ readonly LXQT_IMG=void-live-${ARCH}-${DATE}-lxqt.iso
2929
readonly GRUB="grub-i386-efi grub-x86_64-efi"
3030

3131
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm $GRUB"
32-
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 intel-ucode"
32+
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 econnman 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"
3535
readonly MATE_PKGS="$X_PKGS lxdm mate mate-extra gnome-keyring network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2 firefox-esr"

0 commit comments

Comments
 (0)