From 6db9a1890c1bd85ae584c0882b4b5b25bc8ef881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 26 Aug 2019 22:03:35 +0200 Subject: [PATCH] Don't try to eject the ISO on shutdown/reboot --- auto/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \