## a good doc at https://www.debian.org/releases/jessie/example-preseed.txt ## another debian preseed for the APU at https://bitbucket.org/jhochwald/pcengines-apu-debian-iso # set the deadline scheduler globally for better SSD performance d-i debian-installer/add-kernel-opts string video=off elevator=deadline d-i debian-installer/locale string fr_FR.UTF8 ## Change it for your local ! d-i keyboard-configuration/xkb-keymap fr ## Same of ^ # If non-free firmware is needed for the network or other hardware, you can # configure the installer to always try to load it, without prompting. Or # change to false to disable asking. d-i hw-detect/load_firmware boolean false # Forced to false, true block the installer on the APU, IDK where... # If you prefer to configure the network manually, uncomment this line and # the static network configuration below. d-i netcfg/disable_autoconfig boolean true # Any hostname and domain names assigned from dhcp take precedence over # values set here. However, setting the values still prevents the questions # from being shown, even if values come from dhcp. d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain # If you want the preconfiguration file to work on systems both with and # without a dhcp server, uncomment these lines and the static network # configuration below. d-i netcfg/dhcp_failed note d-i netcfg/dhcp_options select Configure network manually # Static network configuration. # IPv4 d-i netcfg/get_ipaddress string 10.13.10.253 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 10.13.10.254 d-i netcfg/get_nameservers string 10.13.10.254 d-i netcfg/confirm_static boolean true # hostname d-i netcfg/hostname string r00ter ### Network console # Use the following settings if you wish to make use of the network-console # component for remote installation over SSH. This only makes sense if you # intend to perform the remainder of the installation manually. d-i anna/choose_modules string network-console d-i network-console/password password *** d-i network-console/password-again password *** ## And now, ssh to your device installer@IP