From 173e4590c6a96efd353938d0f18270aefbedd0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 14 Aug 2012 08:48:54 -0400 Subject: [PATCH] Reintroduce symlink since we switched back to using kali as main distribution name --- auto/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/auto/config b/auto/config index 7470605..20677a8 100755 --- a/auto/config +++ b/auto/config @@ -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