diff --git a/scripts/preseed.cfg b/scripts/preseed.cfg new file mode 100644 index 000000000..5fdd31b57 --- /dev/null +++ b/scripts/preseed.cfg @@ -0,0 +1,21 @@ +# d-i debconf/priority select critical + +d-i anna/choose_modules string network-console +d-i preseed/early_command string anna-install network-console +d-i network-console/authorized_keys_url string https://raw.githubusercontent.com/xpetit/.ssh/master/id_ed25519.pub +d-i network-console/password-disabled boolean true + +d-i debian-installer/locale string en_US +d-i console-keymaps-at/keymap select us +d-i keyboard-configuration/xkb-keymap select us + +d-i mirror/country string manual +d-i mirror/http/hostname string deb.debian.org +d-i mirror/http/directory string /debian +d-i mirror/http/proxy string + +#d-i netcfg/choose_interface select auto +#d-i netcfg/get_hostname string debian +#d-i netcfg/get_domain string local + +d-i hw-detect/load_firmware boolean true