Hi Chris, I just uploaded a new upstream version of dropbear. There're currently some bugs open concerning the initramfs integration, if you have any changes to the dropbear package to suggest, I'd be happy to swiftly review and integrate them into a subsequent upload.
See #584780, #630581, #632656, #614981 Thanks, Gerrit. On Sun, Nov 06, 2011 at 09:51:25PM -0500, Alex Roper wrote: > Since afaict this hasn't been fixed upstream, and it just cost me half > an hour /again/, here is Michael's fix in its own hook for convenience. > > Just put this into /etc/initramfs-tools/hooks and run update-initramfs -u > > This way we don't have to modify apt-managed initramfs files while > waiting for a fix. Been down that path once... > > Alex > > On 09/02/2011 11:04 AM, Michael Stapelberg wrote: > > Hi, > > > > attached is a patch which works on all architectures. It uses dpkg -L to > > list > > the contents of libc6 (containing the libnss* files) because that seems to > > be > > the easiest way to work around having to get the multi-arch triplet > > (x86_64-linux-gnu). > > > > Best regards, > > Michael > #!/bin/sh > > PREREQ="" > > prereqs() > { > echo "$PREREQ" > } > > case $1 in > # get pre-requisites > prereqs) > prereqs > exit 0 > ;; > esac > > cp $(dpkg -L libc6 | grep libnss_ | tr '\n' ' ') "${DESTDIR}/lib/" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org