build-x86-images: by popular demand add cryptsetup/lvm2/mdadm to all images.
This commit is contained in:
parent
371941a8f1
commit
0ea1f53ed9
@ -13,7 +13,7 @@ case "$ARCH" in
|
|||||||
x86_64) GRUB="grub-x86_64-efi";;
|
x86_64) GRUB="grub-x86_64-efi";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
readonly BASE_PKGS="dialog $GRUB"
|
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm $GRUB"
|
||||||
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers lxdm setxkbmap xauth cantarell-fonts"
|
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers lxdm setxkbmap xauth cantarell-fonts"
|
||||||
readonly E_PKGS="$X_PKGS enlightenment terminology econnman udisks2 firefox"
|
readonly E_PKGS="$X_PKGS enlightenment terminology econnman udisks2 firefox"
|
||||||
readonly XFCE_PKGS="$X_PKGS xfce4 firefox network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2"
|
readonly XFCE_PKGS="$X_PKGS xfce4 firefox network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user