From c51c4d1d0ffc4f27336d603ca86ac933e28cd681 Mon Sep 17 00:00:00 2001 From: SVNET Date: Thu, 9 Jul 2020 18:01:36 +0200 Subject: [PATCH] mode persistence --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index 8806b54..c73c99f 100755 --- a/auto/config +++ b/auto/config @@ -10,7 +10,7 @@ lb config noauto \ --apt-recommends "true" \ --debian-installer-gui "true" \ --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 peristence components username=svpro_gnu" \ + --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" \ --uefi-secure-boot "enable" \