Skip to content

Instantly share code, notes, and snippets.

@vasilisp
Created February 16, 2015 09:53
Show Gist options
  • Save vasilisp/e6c8028169df3464da82 to your computer and use it in GitHub Desktop.
Save vasilisp/e6c8028169df3464da82 to your computer and use it in GitHub Desktop.
Preseeding for a sane Debian installation
d-i passwd/root-login boolean false
d-i base-installer/install-recommends boolean false
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
d-i popularity-contest/participate boolean false
d-i preseed/late_command string in-target apt-get install --purge -y sysvinit-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment