Bugzilla – Bug 113573
mkinitrd unable to set splash_size
Last modified: 2005-09-01 00:48:55 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)
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. ***