From 8577cac68afd669168e817b2568612b36888068b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 27 Feb 2013 15:58:56 +0100 Subject: [PATCH] Use "noconfig=sudo" to work around live-config bug See http://bugs.debian.org/701788 for details. But this bug means that subsequent live-config scripts were not executed and due to this auto-login was not enabled and sshd host keys were not generated, etc. Also use the shorter syntax for the username. --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index d6f0198..ce6cb6a 100755 --- a/auto/config +++ b/auto/config @@ -70,6 +70,6 @@ lb config noauto \ --iso-publisher "Kali" \ --iso-volume "Kali Live" \ --linux-packages linux-image \ - --bootappend-live "boot=live config live-config.username=root hostname=kali" \ + --bootappend-live "boot=live noconfig=sudo username=root hostname=kali" \ $lb_opts \ "$@"