Skip to content

Instantly share code, notes, and snippets.

@jpawlowski
Last active December 11, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpawlowski/64fd3d812400438d7f6e to your computer and use it in GitHub Desktop.
Save jpawlowski/64fd3d812400438d7f6e to your computer and use it in GitHub Desktop.
Wheezy preseed.cfg
d-i localechooser/supported-locales multiselect en_US.UTF-8, de_DE.UTF-8
d-i netcfg/disable_dhcp boolean true
d-i netcfg/get_hostname string myhostname
d-i netcfg/get_hostname seen false
d-i netcfg/get_domain string local
d-i netcfg/get_domain seen false
d-i netcfg/wireless_wep string
d-i mirror/country string manual
d-i mirror/http/hostname string cdn.debian.net
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
d-i passwd/root-login boolean false
d-i passwd/user-fullname string System Administrator
d-i passwd/username string sysmaster
d-i clock-setup/ntp boolean false
d-i partman-auto/method string lvm
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
d-i partman-auto/choose_recipe select atomic
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 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 partman/mount_style select traditional
d-i apt-setup/use_mirror boolean false
d-i finish-install/reboot_in_progress note
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
postfix postfix/main_mailer_type select Internet Site
postfix postfix/mailbox_limit string 51200000
postfix postfix/protocols select all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment