From e53b997eb8d6582e00b19579254c1023c9a8a73b Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:36:55 +0100 Subject: [PATCH] Add preseed for Debian remote console --- scripts/preseed.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 scripts/preseed.cfg diff --git a/scripts/preseed.cfg b/scripts/preseed.cfg new file mode 100644 index 00000000..5fdd31b5 --- /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