Bug 113573 - mkinitrd unable to set splash_size
Summary: mkinitrd unable to set splash_size
Status: RESOLVED FIXED
: 104596 114368 (view as bug list)
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Hannes Reinecke
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-27 18:12 UTC by Christoph Thiel
Modified: 2005-09-01 00:48 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***