a.cfg 2 KB
Newer Older
Alperen Saylar's avatar
Alperen Saylar committed
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

d-i debian-installer/locale string tr_TR.UTF-8
d-i keymap select tr
d-i keyboard-configuration/xkb-keymap select tr

d-i netcfg/choose_interface select auto    
d-i netcfg/choose_interface select enp0s3
d-i netcfg/hostname string testhostname
d-i netcfg/dhcp_timeout string 120
d-i netcfg/get_ipaddress string 123.123.123.123
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 123.123.123.123
d-i netcfg/get_nameservers string 123.123.123.123
d-i netcfg/confirm_static boolean true

d-i passwd/root-login boolean true
d-i passwd/root-password password 1
d-i passwd/root-password-again password 1
d-i passwd/user-fullname string test
d-i passwd/username string test
d-i passwd/user-password string 1
d-i passwd/user-password-again string 1

d-i clock-setup/utc boolean true
d-i time/zone string US/Eastern
d-i clock-setup/ntp boolean true

d-i partman-auto/method string regular
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true

#This makes partman automatically partition without confirmation.
d-i partman-md/confirm boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true

d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true 
d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/security_host string security.debian.org
d-i apt-setup/volatile_host string volatile.debian.org

tasksel tasksel/first multiselect standart 
# Individual additional packages to install
d-i pkgsel/include string xfce4 firefox-esr 
popularity-contest popularity-contest/participate boolean false

d-i grub-installer/only_debian boolean true
d-i grub-installer/bootdev  string /dev/sda

# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note
d-i finish-install/keep-consoles boolean true