From b01d01e277600184157fdc63e3071593d4ce003a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 9 Jan 2013 10:15:46 -0500 Subject: [PATCH] Integrate firmware files as .deb and in live chroot --- auto/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto/config b/auto/config index 54d0c3c..fa1c64d 100755 --- a/auto/config +++ b/auto/config @@ -20,6 +20,8 @@ lb config noauto \ --updates false \ --backports false \ --source false \ + --firmware-binary true \ + --firmware-chroot true \ --mirror-bootstrap http://repo.kali.org/kali \ --mirror-debian-installer http://repo.kali.org/kali \ --mirror-chroot-security http://repo.kali.org/security \