On Sun, Jun 25, 2006 at 02:35:51AM +0200, Michael Biebl wrote: > > The udev postinst script has the following lines to update the initrd: > update_initramfs() { > [ -x /usr/sbin/update-initramfs -a -e /etc/mkinitramfs/initramfs.conf ] \ > || return 0 > update-initramfs -u > } > > The config file /etc/mkinitramfs/initramfs.conf does not exist on my > unstable system, actually there is no /etc/mkinitramfs directory at all. > The initramfs-tools package uses the directory /etc/initramfs-tools > (since v0.61). > So you should check for the file /etc/initramfs-tools/initramfs.conf > instead.
indeed please update the location for this check. > In addition the postrm script should also call update-initramfs, which > it currently doesn't. that i don't understand, that would generate an unbootable initramfs? initramfs-tools depends on udev, we can't boot without it, unless you hardcode your needed drivers in /etc/initramfs-tools/modules so i miss the point of that suggestion. regards -- maks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]