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
|
# - 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
|
||||||
|
@ -41,7 +41,7 @@ autoinstall:
|
||||||
# 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
|
||||||
|
@ -89,5 +89,5 @@ autoinstall:
|
||||||
# - curtin in-target -- bash /postinstall.sh
|
# - curtin in-target -- bash /postinstall.sh
|
||||||
# - rm /target/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
|
- curtin in-target -- /opt/libreticmenu/libreticmenu.sh --firstboot
|
||||||
|
|
Loading…
Reference in a new issue