diff --git a/auto/config b/auto/config index 991eada..ccadef2 100755 --- a/auto/config +++ b/auto/config @@ -136,8 +136,8 @@ lb config noauto \ --iso-volume "Kali Live" \ --linux-packages linux-image \ --memtest memtest86 \ - --bootappend-live "boot=live components splash username=root hostname=kali" \ - --bootappend-live-failsafe "boot=live components username=root hostname=kali memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \ + --bootappend-live "boot=live components splash username=root hostname=kali noeject" \ + --bootappend-live-failsafe "boot=live components username=root hostname=kali noeject memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \ --bootappend-install "net.ifnames=0" \ --security false \ $lb_opts \