https://bugzilla.novell.com/show_bug.cgi?id=208380 ------- Comment #20 from olh@novell.com 2006-11-16 06:11 MST ------- can someone try this patch please, IF the missing initrd is indeed the problem? the global variable i to loop through all kernels is overwritten by the new code added by me: --- /sbin/mkinitrd 2006-11-14 00:11:37.000000000 +0100 +++ /root/mkinitrd.olh 2006-11-16 14:05:10.000000000 +0100 @@ -1209,6 +1209,7 @@ mkinitrd_kernel() { local need_dmraid local -a features local fs_modules drv_modules uld_modules xen_modules + local i tmp_mnt=$work_dir/mnt tmp_mnt_small=${tmp_mnt}_small -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.