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.
debian-cd
Raphaël Hertzog 10 years ago
parent 288908fb0a
commit 54e6f66540

@ -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 \
"$@"

Loading…
Cancel
Save