Bug#375299: update-initramfs: Wrong check for /etc/mkinitramfs/initramfs.conf

2006-06-25 Thread Michael Biebl
maximilian attems wrote: > On Sun, Jun 25, 2006 at 02:35:51AM +0200, Michael Biebl wrote: >> 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,

Bug#375299: update-initramfs: Wrong check for /etc/mkinitramfs/initramfs.conf

2006-06-24 Thread maximilian attems
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 conf

Bug#375299: update-initramfs: Wrong check for /etc/mkinitramfs/initramfs.conf

2006-06-24 Thread Michael Biebl
Package: udev Version: 0.093-1 Severity: normal 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/initramf