1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
dropbear-initramfs (2020.81-4) unstable; urgency=low
The initramfs boot strict no longer bails out when the IP variable
is set to 'none' or 'off'. Please remove the 'dropbear-initramfs'
package instead if you don't need the initramfs integration.
The initramfs boot script configuration was renamed from
/etc/dropbear-initramfs/config to /etc/dropbear/initramfs/dropbear.conf.
Key material in /etc/dropbear-initramfs is automatically moved to
/etc/dropbear/initramfs on upgrade.
-- Guilhem Moulin <guilhem@debian.org> Thu, 19 Aug 2021 13:12:18 +0200
dropbear-initramfs (2016.73-1) unstable; urgency=low
Host keys (resp. authorized_keys) are now taken from
/etc/dropbear-initramfs instead of /etc/initramfs-tools/etc/dropbear
(resp. /etc/initramfs-tools/root/.ssh).
These files are automatically moved on upgrade.
The initramfs boot script configuration options are now taken from
/etc/dropbear-initramfs/config. For backward compatibility, setting
dropbear options in /etc/initramfs-tools/initramfs.conf is still supported
for now (but sourcing this file causes the hook to print a warning).
These changes were applied following the initramfs-tools maintainers'
request (see #807527) that hook and boot script configuration files be
stored outside the /etc/initramfs-tools directory.
-- Guilhem Moulin <guilhem@guilhem.org> Wed, 13 Apr 2016 19:00:06 +0200
|