diff --git a/autoinstall.yaml b/autoinstall.yaml index 99462d5..539cd26 100644 --- a/autoinstall.yaml +++ b/autoinstall.yaml @@ -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