http://qa.mandrakesoft.com/show_bug.cgi?id=6369


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2003-11-19 03:11 -------
fixed in mkinitrd-3.4.43-10mdk


-- 
Configure bugmail: http://qa.mandrakesoft.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.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Since bootsplash is now working in kernel 2.6, there is no reason to disable
bootsplash in mkinitrd for kernel >= 2.5 .

Here's a trivial patch to solve this (thanks to Michael Reinsch on #mdk-cooker
for the hint) :

--- /sbin/mkinitrd.24   2003-09-13 21:31:51.000000000 +0200
+++ /sbin/mkinitrd      2003-11-16 03:21:56.503749442 +0100
@@ -79,7 +79,6 @@
        if [ $major -ge 3 -o $major -eq 2 -a $minor -ge 5 ]; then
                kernel25=yes
                modulefile=/etc/modprobe.conf
-               splash=""
        fi
 }

Reply via email to