diff --git a/autoinstall.yaml b/autoinstall.yaml index 7cef5d0..73f5cb2 100644 --- a/autoinstall.yaml +++ b/autoinstall.yaml @@ -1,7 +1,19 @@ -#cloud-config +# Fichier autoinstall.yml pour autoinstallation Ubuntu 24.04 + autoinstall: # version is an Autoinstall required field. version: 1 + interactive-sections: + - network + - proxy + - identity + + locale: "fr_FR.UTF-8" + timezone: "Europe/Paris" + + keyboard: + layout: "fr" + variant: "latin" # This adds the default ubuntu-desktop packages to the system. # Any desired additional packages may also be listed here. @@ -97,7 +109,6 @@ autoinstall: # user-data: # … -# Fichier autoinstall.yml pour autoinstallation Ubuntu 24.04 # autoinstall: # version: 1