Reintroduce symlink since we switched back to using kali as main distribution name

debian-cd
Raphaël Hertzog 13 years ago
parent 6e00cc4676
commit 173e4590c6

@ -1,5 +1,14 @@
#!/bin/sh
# Various comments
# live-build doesn't work if --parent-debian-distribution is unknown of
# debian-cd => we have to put a symlink so that it deals with kali like wheezy
if [ ! -e /usr/share/live/build/data/debian-cd/kali ]; then
echo "ERROR: Run this first"
echo "ln -sf wheezy /usr/share/live/build/data/debian-cd/kali"
fi
# --bootstrap-include "initramfs-tools" => work around lack of
# dependency on linux-image-3.2.6-kali

Loading…
Cancel
Save