From 7bfd397cfde44718b4de1168b76b1032b438e37a Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Sat, 19 Nov 2022 19:00:51 +0100 Subject: [PATCH] fix config --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index fc0c3e0..07d5870 100755 --- a/auto/config +++ b/auto/config @@ -12,7 +12,7 @@ lb config noauto \ --debian-installer "live" \ --bootappend-live "lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 keyboard-layouts=fr splash timezone=Europe/Paris utc=yes keyboard-model=pc105 hostname=svprognu boot=live persistence components username=svpro_gnu" \ --bootappend-install "locales=fr_FR.UTF-8" \ - --binary-images "iso-hybrid" \ + --binary-images "live-svprognu_amd64" \ --uefi-secure-boot "enable" \ --linux-flavours "amd64" \ --linux-packages "linux-image linux-headers" \