Drop mentions of armel

main
Arnaud Rebillout 2 weeks ago
parent 97e0c7e060
commit df6fa0070d

@ -84,7 +84,7 @@ case "$arch" in
arm64)
lb_opts="$lb_opts --bootloaders grub-efi --uefi-secure-boot disable"
;;
armel|armhf)
armhf)
lb_opts="$lb_opts --binary-images hdd --binary-filesystem ext4 --chroot-filesystem none"
;;
*)

@ -23,7 +23,7 @@ image_name() {
i386|amd64|arm64)
echo "live-image-$KALI_ARCH.hybrid.iso"
;;
armel|armhf)
armhf)
echo "live-image-$KALI_ARCH.img"
;;
esac

@ -11,9 +11,6 @@ linux-headers-amd64
#if ARCHITECTURES arm64
linux-headers-arm64
#endif
#if ARCHITECTURES armel
linux-headers-marvell
#endif
#if ARCHITECTURES armhf
linux-headers-armmp
linux-headers-armmp-lpae

Loading…
Cancel
Save