Bug#383555: [Patch] Don't fail on moving udev from initramfs to real root.

2006-08-24 Thread maximilian attems
On Fri, Aug 18, 2006 at 05:15:48PM -0400, Daniel Serpell wrote: > This patch fixes the bug 383555, the problem is on: > > /usr/share/initramfs-tools/scripts/init-bottom/udev > this bug is fixed since long, install klibc-utils version 1.4.19-2 and then update-initramfs -u -- maks -- To UNSU

Bug#383555: [Patch] Don't fail on moving udev from initramfs to real root.

2006-08-23 Thread Daniel Serpell
This patch fixes the bug 383555, the problem is on: /usr/share/initramfs-tools/scripts/init-bottom/udev This script moves the /dev directory inside the initramfs to the real location in the new root. Currently it fails in the line "nuke /dev/.udev/queue/", because this directory does not exist.