1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
d-i time/zone select US/Pacific
passwd passwd/root-password password fg
passwd passwd/root-password-again password fg
passwd passwd/make-user boolean false
d-i partman-auto/init_automatically_partition select Guided - use entire disk
d-i partman-auto/choose_recipe select All files in one partition (recommended for new users)
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write changes to disk
d-i partman/confirm boolean true
partman-auto partman-auto/purge_lvm_from_device boolean true
base-config apt-setup/security-updates boolean false
d-i popularity-contest/participate boolean false
# Use a network mirror?
apt-mirror-setup apt-setup/use_mirror boolean false
# set to empty to avoid using security, volatile, etc.
d-i apt-setup/services-select multiselect
# Do not scan another CD
d-i apt-setup/cdrom/set-first boolean false
# select default boot device
d-i grub-installer/choose_bootdev select /dev/sda
|