autoinstall: version: 1 interactive-sections: - storage - identity - keyboard locale: "en_US.UTF-8" refresh-installer: update: true channel: latest/edge keyboard: layout: fr variant: "" toggle: null source: id: ubuntu-desktop #apt: # preserve_sources_list: false # mirror-selection: # primary: # - uri: "http://ubuntu.univ-reims.fr/ubuntu" # arches: [amd64] # - uri: "https://www-ftp.lip6.fr/pub/linux/distribution/Ubuntu/archive" # arches: [amd64] # - country-mirror # fallback: abort # geoip: true codecs: install: true drivers: install: true debconf-selections: | ufw ufw/enable boolean true packages: - git - sudo - curl timezone: "Europe/Paris" updates: all shutdown: reboot late-commands: - wget -O - "https://raw.githubusercontent.com/TheodoreGozard/epitech-dump/refs/heads/main/dump.sh²" > /target/tmp/dump.sh - curtin in-target --target=/target -- /bin/bash /tmp/dump.sh