forked from vemek/debian-remote-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreseed.cfg
More file actions
15 lines (15 loc) · 807 Bytes
/
preseed.cfg
File metadata and controls
15 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
d-i debian-installer/locale string en_IE
d-i keyboard-configuration/xkb-keymap select ie
d-i debconf/priority select critical
d-i auto-install/enabled boolean true
d-i netcfg/choose_interface select eth0
d-i netcfg/disable_dhcp boolean true
d-i netcfg/get_nameservers string 8.8.8.8
d-i netcfg/get_ipaddress string 192.168.1.140
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 192.168.1.1
d-i netcfg/confirm_static boolean true
d-i netcfg/get_hostname string mylovelyhost
d-i netcfg/get_domain string
d-i network-console/password password spam
d-i network-console/password-again password spam