From ead9599159043afedf50dada3895035d86dca73e Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 13 Oct 2024 16:09:04 +0200 Subject: [PATCH] Ubuntu autoinstall.yaml --- autoinstall.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/autoinstall.yaml b/autoinstall.yaml index 539cd26..7410d35 100644 --- a/autoinstall.yaml +++ b/autoinstall.yaml @@ -8,12 +8,12 @@ autoinstall: # - proxy - identity - # locale: "fr_FR.UTF-8" - # timezone: "Europe/Paris" + locale: "fr_FR.UTF-8" + timezone: "Europe/Paris" - # keyboard: - # layout: "fr" - # variant: "latin9" + keyboard: + layout: "fr" + variant: "latin9" # ssh: # install-server: true @@ -41,7 +41,7 @@ autoinstall: # name: direct # Updates from both the security and updates pockets are installed. - # updates: all + updates: all # Reboot après l'installation shutdown: reboot @@ -89,5 +89,5 @@ autoinstall: # - curtin in-target -- bash /postinstall.sh # - rm /target/postinstall.sh - - curtin in-target -- git clone https://git.libretic.fr/libretic/libreticmenu.git /opt/ + - curtin in-target -- git clone https://git.libretic.fr/libretic/libreticmenu.git /opt/libreticmenu/ - curtin in-target -- /opt/libreticmenu/libreticmenu.sh --firstboot