Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #63814 > unrolled thread
| Started by | Florian Strankowski <fs@uniquoo.com> |
|---|---|
| First post | 2019-04-11 19:20 +0200 |
| Last post | 2019-04-11 21:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.debian.kernel
Bug#926875: initramfs-tools backward compatibility removal Florian Strankowski <fs@uniquoo.com> - 2019-04-11 19:20 +0200
Processed: Re: Bug#926875: initramfs-tools backward compatibility removal "Debian Bug Tracking System" <owner@bugs.debian.org> - 2019-04-11 21:40 +0200
Bug#926875: initramfs-tools backward compatibility removal Ben Hutchings <ben@decadent.org.uk> - 2019-04-11 21:40 +0200
| From | Florian Strankowski <fs@uniquoo.com> |
|---|---|
| Date | 2019-04-11 19:20 +0200 |
| Subject | Bug#926875: initramfs-tools backward compatibility removal |
| Message-ID | <xLLwJ-1k6-3@gated-at.bofh.it> |
Package: initramfs-tools
Version: 0.130
When ifdown is invoked, it still checks for IFDOWN beeing supplied
within /conf/initramfs.conf. Due to the nature of evolution, this has
been moved to /etc/dropbear-initramfs/config within the release of stretch.
#######
if grep -q ^DROPBEAR_IFDOWN= /conf/initramfs.conf; then
# XXX backward compatibility; remove once Stretch is the current stable
. /conf/initramfs.conf
IFDOWN="$DROPBEAR_IFDOWN"
fi
if [ -e /etc/dropbear/config ]; then
. /etc/dropbear/config
fi
#######
I suggest to move the checks to the accordingly right file which is now
/etc/dropbear-initramfs/config. Further a backward-compability check for
upgraded systems should be in place or a warning (like when setting up
cryptotools) to move already set variables like "IFDOWN=" to the
appropriate new configuration-path (see above).
----
Florian Strankowski
uniquoo UG i.G.
Adolph-Schönfelder-Straße 68
22083 Hamburg, Germany
[toc] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2019-04-11 21:40 +0200 |
| Subject | Processed: Re: Bug#926875: initramfs-tools backward compatibility removal |
| Message-ID | <xLNId-2B8-3@gated-at.bofh.it> |
| In reply to | #63814 |
Processing control commands: > reassign -1 dropbear-initramfs 2018.76-5 Bug #926875 [initramfs-tools] initramfs-tools backward compatibility removal Bug reassigned from package 'initramfs-tools' to 'dropbear-initramfs'. No longer marked as found in versions initramfs-tools/0.130. Ignoring request to alter fixed versions of bug #926875 to the same values previously set Bug #926875 [dropbear-initramfs] initramfs-tools backward compatibility removal Marked as found in versions dropbear/2018.76-5. > severity -1 minor Bug #926875 [dropbear-initramfs] initramfs-tools backward compatibility removal Severity set to 'minor' from 'normal' -- 926875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926875 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2019-04-11 21:40 +0200 |
| Message-ID | <xLNId-2B8-1@gated-at.bofh.it> |
| In reply to | #63814 |
[Multipart message — attachments visible in raw view] — view raw
Control: reassign -1 dropbear-initramfs 2018.76-5 Control: severity -1 minor On Thu, 2019-04-11 at 19:04 +0200, Florian Strankowski wrote: > Package: initramfs-tools > Version: 0.130 > > When ifdown is invoked, it still checks for IFDOWN beeing supplied > within /conf/initramfs.conf. Due to the nature of evolution, this has > been moved to /etc/dropbear-initramfs/config within the release of stretch. [...] This is part of dropbear-initramfs and not initramfs-tools itself. Ben. -- Ben Hutchings Never attribute to conspiracy what can adequately be explained by stupidity.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web