Ubuntu autoinstall.yaml
This commit is contained in:
parent
4b803171c3
commit
ead9599159
1 changed files with 7 additions and 7 deletions
|
@ -8,12 +8,12 @@ autoinstall:
|
|||
# - 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
|
||||
|
@ -41,7 +41,7 @@ autoinstall:
|
|||
# name: direct
|
||||
|
||||
# Updates from both the security and updates pockets are installed.
|
||||
# updates: all
|
||||
updates: all
|
||||
|
||||
# Reboot après l'installation
|
||||
shutdown: reboot
|
||||
|
@ -89,5 +89,5 @@ autoinstall:
|
|||
# - curtin in-target -- bash /postinstall.sh
|
||||
# - rm /target/postinstall.sh
|
||||
|
||||
- curtin in-target -- git clone https://git.libretic.fr/libretic/libreticmenu.git /opt/
|
||||
- curtin in-target -- git clone https://git.libretic.fr/libretic/libreticmenu.git /opt/libreticmenu/
|
||||
- curtin in-target -- /opt/libreticmenu/libreticmenu.sh --firstboot
|
||||
|
|
Loading…
Reference in a new issue