Skip to content

arch-grub-renamer is a script renaming grub kernel labels according to version taken from pacman

Notifications You must be signed in to change notification settings

M8850/arch-grub-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

arch-grub-renamer

The bash script renames grub kernel labels according to pacman installed package version (pacman -Q --info linux | grep version).

Usage: grubnamer <grub.cfg file>

If the file is "/boot/grub/grub.cfg" the script will generate the file first (by initiating: grub-mkconfig -o /boot/grub/grub.cfg). That way it is convenient to run it after any change in "/etc/default/grub" or kernel package update.

It is recommended to set the flag "GRUB_DISABLE_SUBMENU=y" (/etc/default/grub) so all kernels will be visible without the need to access the submenu.

About

arch-grub-renamer is a script renaming grub kernel labels according to version taken from pacman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages