Bug#816513: Call to configure_network in initramfs script broken due to set -e

2016-03-02 Thread Teddy Hogeborn
Ben Hutchings writes: > On Wed, 2016-03-02 at 14:19 +0100, Carlos Alberto Lopez Perez wrote: > [...] > > A possible fix is the following patch: > > > > --- a/usr/share/initramfs-tools/scripts/init-premount/mandos > > 2016-03-02 10:41:43.437960673 +0100 > > +++

Bug#816513: Call to configure_network in initramfs script broken due to set -e

2016-03-02 Thread Ben Hutchings
On Wed, 2016-03-02 at 14:19 +0100, Carlos Alberto Lopez Perez wrote: [...] > A possible fix is the following patch: > > --- a/usr/share/initramfs-tools/scripts/init-premount/mandos 2016-03-02 > 10:41:43.437960673 +0100 > +++ b/usr/share/initramfs-tools/scripts/init-premount/mandos 2016-03-02

Bug#816513: Call to configure_network in initramfs script broken due to set -e

2016-03-02 Thread Carlos Alberto Lopez Perez
Package: mandos-client Version: 1.6.9-1 Hi, The mandos initramfs script <${INITRAMFS}/scripts/init-premount/mandos> is configured with set -e. (#!/bin/sh -e in the shebang). This causes that it aborts when any command executed returns non-zero and the return value is not checked. The problem