Explorar el Código

build-x86-images: by popular demand add cryptsetup/lvm2/mdadm to all images.

Juan RP hace 10 años
padre
commit
0ea1f53ed9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build-x86-images.sh.in

+ 1 - 1
build-x86-images.sh.in

@@ -13,7 +13,7 @@ case "$ARCH" in
 	x86_64) GRUB="grub-x86_64-efi";;
 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 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"