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