From 8b53fff039a50f0b6843598b1e04039b111be8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Fri, 1 Jul 2022 19:34:49 +0200 Subject: [PATCH] Remove windows loader --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index 66ecc85..bcc5ac9 100755 --- a/auto/config +++ b/auto/config @@ -147,5 +147,6 @@ lb config noauto \ --bootappend-live-failsafe "boot=live components noeject memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \ --bootappend-install "net.ifnames=0" \ --security false \ + --win32-loader false \ $lb_opts \ "$@"