Unreleased
- Add variables to set admin account home directory group and permissions. Admin account will be created and managed only if it doesn't exist. [drybjed]
- Change the SSH public key lookup to not cause issues when
ssh-add
does not return any keys. Thanks, xorgic! [drybjed]
Released: 2015-05-01
- Add
resolvconf
to list of packages installed by default. Debian Installer installsrdnssd
if IPv6 network is detected which overrides/etc/resolv.conf
if the former package is not installed. Addingresolvconf
prevents loss of configuration like IPv4 nameservers and domain/search options. [drybjed] - Add
grub-installer
Jinja block in the preseed templates. The destructive template will automatically installgrub
on a default partition on new Jessie installs. [drybjed] - Switch from using one admin group to adding the admin account to multiple system groups, which will be created if necessary. [drybjed]
- Allow configuration of a system group which will be configured with
passwordless
sudo
access. By default it will be first group defined inpreseed_admin_groups
list. [drybjed]
Released: 2015-04-12
- Initial release [drybjed]