Skip to content

Instantly share code, notes, and snippets.

@DanyHenriquez
Created February 6, 2018 14: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 DanyHenriquez/a4d10cce57ba587ab7c21fd55360aa05 to your computer and use it in GitHub Desktop.
Save DanyHenriquez/a4d10cce57ba587ab7c21fd55360aa05 to your computer and use it in GitHub Desktop.
d-i base-installer/kernel/override-image string linux-server
d-i clock-setup/utc-auto boolean true
d-i clock-setup/utc boolean true
d-i time/zone string UTC
d-i clock-setup/ntp boolean true
# Network
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
d-i netcfg/choose_interface select auto
d-i mirror/country string manual
d-i mirror/http/hostname string nl2.rs-us.nl
d-i mirror/http/directory string /rs-ubuntu-repo
d-i mirror/http/proxy string
d-i pkgsel/install-language-support boolean false
tasksel tasksel/first multiselect standard, ubuntu-server
d-i user-setup/encrypt-home boolean false
d-i passwd/user-fullname string Redsocks MTD
d-i passwd/username string rsuser
d-i passwd/user-password password redsocks
d-i passwd/user-password-again password redsocks
d-i partman-auto/disk string /dev/sda
d-i partman-auto/choose_recipe select atomic
d-i partman-auto/method string crypto
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-auto-lvm/guided_size string max
d-i partman-auto-lvm/new_vg_name string rs_root
d-i partman-crypto/passphrase password redsocks
d-i partman-crypto/passphrase-again password redsocks
d-i partman/confirm boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman/choose_partition select finish
d-i partman-partitioning/confirm_write_new_label boolean true
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/include string openssh-server
#d-i pkgsel/upgrade select full-upgrade
#d-i debian-installer/splash boolean false
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i finish-install/reboot_in_progress note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment