19 (Schrödinger’s Cat)

Sérgio Basto sergio at serjux.com
Fri Sep 6 19:53:50 UTC 2013


On Sex, 2013-09-06 at 10:18 +0200, Reindl Harald wrote: 
> 
> Am 06.09.2013 05:21, schrieb Matthew Garrett:
> > On Fri, Sep 06, 2013 at 12:33:40AM +0200, Reindl Harald wrote:
> > 
> >> whay is Fedora starting with this crap exatly with the
> >> release having a short-minded name with special chars
> >> not properly handeled by the whole OS?
> > 
> > You're sending email to the development mailing list, so you're 
> > presumably a developer. In which case, perhaps you'd be willing to spend 
> > the time that you're currently using to send angry mails to the list to 
> > improve grub's support for Unicode characters when using VGA text mode?
> 
> primary i send a mail to the devel-list because it is a fedora development
> problem making decisions for a release, find out very soon that this
> decision is technically problematic but insist on it and happy release
> 
> no idea how as a PHP developer i should change GRUB here nor the fact
> that F19 is ignoring my configurations and insists changing them

yep , grubby does install with his configuration .
vi /sbin/new-kernel-pkg
line 181
if [ -n "$banner" ]; then
        title="$banner ($version)"
    elif [ -f /etc/os-release ]; then
        . /etc/os-release
        title="$NAME ($version) $VERSION"
    elif [ -f /etc/redhat-release ]; then
    title="$(sed 's/ release.*$//' < /etc/redhat-release) ($version)"
    else
    title="Red Hat Linux ($version)"
    fi 

I do know how set banner and I assume that is not set 
so next else if 
. /etc/os-release
you may change
title="$NAME ($version) $VERSION"  
to 
title="$NAME ($version)"
and you have your problem solved .

bottom line, this should be reported on bugzilla as an RFE , asking to
add to grubby a custom name ...

-- 
Sérgio M. B.



More information about the devel mailing list