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: 1
interactive-sections:
- network
- proxy
# - network
# - 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
# ssh:
# install-server: true
# install codecs, which currently means installing the
# ubuntu-restricted-addons package
@ -36,12 +36,12 @@ autoinstall:
# Subiquity will, by default, configure a partition layout using LVM.
# The 'direct' layout method shown here will produce a non-LVM result.
storage:
layout:
name: direct
# storage:
# layout:
# name: direct
# Updates from both the security and updates pockets are installed.
updates: all
# updates: all
# Reboot après l'installation
shutdown: reboot