Comment 8 for bug 203429

Revision history for this message
Nikolaus Filus (nfilus) wrote :

For a manual fix (until new package is uploaded, assuming attachment is saved in /tmp):
 sudo su -
 cd /usr/lib/hal
 patch -p1 < /tmp/initramfs-scripts-functions.patch
 mkinitramfs -o /boot/initrd.img-`uname -r` `uname -r`
 exit
reboot