-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpreseed.cfg
More file actions
26 lines (21 loc) · 1.07 KB
/
preseed.cfg
File metadata and controls
26 lines (21 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
d-i anna/choose_modules string network-console
d-i preseed/early_command string anna-install network-console
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 auto
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 debian
d-i netcfg/get_domain string
d-i network-console/password password spam
d-i network-console/password-again password spam
d-i mirror/country string manual
d-i mirror/http/hostname string http.us.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string