Bug 113573

Summary: mkinitrd unable to set splash_size
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Christoph Thiel <cthiel>
Component: BasesystemAssignee: Hannes Reinecke <hare>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: suse-beta, tiwai
Version: Beta 3   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Christoph Thiel 2005-08-27 18:12:06 UTC
Please apply this patch ;) 
 
--- mkinitrd~ 
+++ mkinitrd 
 @@ -332,7 +332,7 @@ 
        788|789) splash_size_800x600=1 ;; 
        791|792) splash_size_1024x768=1 ;; 
        794|795) splash_size_1280x1024=1 ;; 
-       *)       vgahex=$(printf 0x%04x "$(($vga))") 
+       *)       vgahex=$(printf 0x%04x "$(($mode))") 
                 size=$(hwinfo --framebuffer | \ 
                     sed -ne 's/^.*Mode '$vgahex': \([^ ]\+\) .*$/\1/p' \ 
                        2>/dev/null)
Comment 1 Christoph Thiel 2005-08-27 20:51:26 UTC
Alright, I fixed it myself and submitted a new package to STABLE. 
Comment 2 Christoph Thiel 2005-08-27 23:13:07 UTC
*** Bug 104596 has been marked as a duplicate of this bug. ***
Comment 3 Jon Nelson 2005-09-01 00:48:55 UTC
*** Bug 114368 has been marked as a duplicate of this bug. ***