From 54e6f66540d05ff3355ae06390a526f50cf050ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 27 Feb 2015 10:35:58 +0000 Subject: [PATCH] Drop "noconfig=sudo" as it's no longer needed with current live-config It was working around a bug that has been fixed long ago. --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index 86e7392..52ba51a 100755 --- a/auto/config +++ b/auto/config @@ -106,7 +106,7 @@ lb config noauto \ --iso-publisher "Kali" \ --iso-volume "Kali Live" \ --linux-packages linux-image \ - --bootappend-live "boot=live noconfig=sudo username=root hostname=kali" \ + --bootappend-live "boot=live username=root hostname=kali" \ $lb_opts \ "$@"