help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Customizing menu appearance


From: reciever0001
Subject: Re: Customizing menu appearance
Date: Tue, 30 Apr 2019 10:28:09 +0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 29.04.2019 20:06, Richard Owlett wrote:
> I would like to do the following:
>
> 1. for each OS listed, replace "(on /dev/sdaN)" with
>    "(on PartitionsLabel)"
>
> 2. replace "GNU/Linux 9 (stretch)" with "GNU/Linux 9.5 (stretch)"
>    [i.e. specify point release]
>
> 3. For the default OS, display the same information as all others
>
> TIA
>
>
> _______________________________________________
> Help-grub mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-grub
To accomplish this you have two options.
1. You can modify and patch "grub-mkconfig" scripts which were modified
by Debian and served by "grub-common" package.
These script modifications are out of reach for upstream grub
developers, so posting this request here is pointless.
You have much better chances to get more info by asking in your usual
debian-user mailing list. ;)

2. Second option is to manually modify "/etc/grub.d/40_custom" or add
another partial script (41_custom, etc) for "update-grub" script to process.
You will end up with more (duplicated) grub menu options to select from,
but at least you will have your part-labels and point release information.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]