On Mon, 2019-04-01 at 13:32 +0200, Michal Schorm wrote:
I've got simmilar problem.
- You should use BLSCFG.
that way, you will have each boot entry as a standalone file - which is easily configurable - in "/boot/loader/entries".
- You have to update the script that creates / updates the boot entries.
which is "/usr/lib/kernel/install.d/20-grub.install" You shouldn't edit it directly. Rather drop your own configuration script(s) to "/etc/kernel/install.d/". If you will use the exact name used by the script in "/usr/lib/kernel/install.d/", it will be overriden by your script in "/etc/kernel/install.d/". So you can just copy the "20-grub.install" script there and customize as you like.
Thanks. That seems to be a change for F30, so not released yet. Can it be installed for F29?
poc