No longer require a kali-patched live-build

live-build from Debian now supports EFI boot by default.
debian-cd
Raphaël Hertzog 8 years ago
parent 38e99d47ff
commit e1c7c63aa7

@ -138,10 +138,6 @@ if dpkg --compare-versions "$ver_live_build" lt 1:20151215kali1; then
echo "ERROR: You need live-build (>= 1:20151215kali1), you have $ver_live_build" >&2
exit 1
fi
if ! echo "$ver_live_build" | grep -q kali; then
echo "ERROR: You need a Kali patched live-build. Your current version: $ver_live_build" >&2
exit 1
fi
# Check we have a good debootstrap
ver_debootstrap=$(dpkg-query -f '${Version}' -W debootstrap)

Loading…
Cancel
Save