From 74da74ccf8aa3de2025669465817bd2b6d18c146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 14 Aug 2012 11:06:13 -0400 Subject: [PATCH] Drop work-around now that linux-image-3.2.6-kali has been fixed --- auto/config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/auto/config b/auto/config index 20677a8..9c1281c 100755 --- a/auto/config +++ b/auto/config @@ -9,11 +9,6 @@ if [ ! -e /usr/share/live/build/data/debian-cd/kali ]; then 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 - -export LB_BOOTSTRAP_INCLUDE=initramfs-tools - lb config noauto \ --distribution "kali" \ --parent-distribution "kali" \