Ubuntu autoinstall.yaml

This commit is contained in:
Navas 2024-10-13 15:54:36 +02:00
parent a3e0ab1b98
commit 4b803171c3

View file

@ -4,19 +4,19 @@ autoinstall:
# version is an Autoinstall required field. # version is an Autoinstall required field.
version: 1 version: 1
interactive-sections: interactive-sections:
- network # - network
- proxy # - proxy
- identity - identity
locale: "fr_FR.UTF-8" # locale: "fr_FR.UTF-8"
timezone: "Europe/Paris" # timezone: "Europe/Paris"
keyboard: # keyboard:
layout: "fr" # layout: "fr"
variant: "latin9" # variant: "latin9"
ssh: # ssh:
install-server: true # install-server: true
# install codecs, which currently means installing the # install codecs, which currently means installing the
# ubuntu-restricted-addons package # ubuntu-restricted-addons package
@ -36,12 +36,12 @@ autoinstall:
# Subiquity will, by default, configure a partition layout using LVM. # Subiquity will, by default, configure a partition layout using LVM.
# The 'direct' layout method shown here will produce a non-LVM result. # The 'direct' layout method shown here will produce a non-LVM result.
storage: # storage:
layout: # layout:
name: direct # name: direct
# Updates from both the security and updates pockets are installed. # Updates from both the security and updates pockets are installed.
updates: all # updates: all
# Reboot après l'installation # Reboot après l'installation
shutdown: reboot shutdown: reboot