summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-15Lock down user's home dirsHEADmasterPeter Bex
Set permissions of homedirs for newly created users to 700, so nobody else has access to them by default.
2016-04-02Add locales for en_US, en_GB and nl_NLPeter Bex
Of course this is overrideable by changing the right asset files.
2016-03-22Add a note about httpredirPeter Bex
2016-03-22Replace "locales" package by "locales-all" in minimal package list.Peter Bex
This isn't exactly _minimal_ (80MB of stuff) but it gets rid of those annoying bogus locale warnings.
2016-03-20Add a default chicken and user bin to PATHPeter Bex
2016-03-19Move DEBIAN_FRONTEND up, because with-running-system is too latePeter Bex
We already call dpkg-reconfigure tzdata before with-running-system...
2016-03-05Reconfigure time zone after basic setup.Peter Bex
2016-03-04Set EDITOR as well, because nano is just too painfulPeter Bex
2016-03-01Add preconfigured apt/sources.listPeter Bex
Apparently debootstrap doesn't set up deb-src, "jessie-updates" or even security updates! It's a bit annoying to have to "hardcode" it like this.
2016-02-22Ensure we set an empty (crypted!) password, so user can set it after logging ↵Peter Bex
in with a key
2016-02-21Fix syslinux installation; it always looks for config file in disk rootPeter Bex
2016-02-21Make installation completely non-interactive, add environment config.Peter Bex
- Fix apt-get calls to avoid getting a prompt for "ferm" or other tools. - Install zsh with zshrc into skel dir - Temporarily put rc.d policy file in place to avoid starting daemons on install. - Install vnstat to allow (manual) monitoring of network activity.
2016-02-21First version of vps image builder.Peter Bex