Ubuntu autoinstall.yaml
This commit is contained in:
parent
50ccab8738
commit
a4c1e3549e
1 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue