|
Bugzilla – Full Text Bug Listing |
| Summary: | mkinitrd unable to set splash_size | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Christoph Thiel <cthiel> |
| Component: | Basesystem | Assignee: | 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: | --- |
Alright, I fixed it myself and submitted a new package to STABLE. *** Bug 104596 has been marked as a duplicate of this bug. *** *** Bug 114368 has been marked as a duplicate of this bug. *** |
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)