20-grub-install: Don't add an id field to generated BLS snippets
The id field isn't used anymore by the blscfg module and instead the BLS filename without the .conf is used as the id for the generated menu entry. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
be6e591e0f
commit
7ea6052755
@ -43,7 +43,6 @@ version ${kernelver}${debugid}
|
||||
linux /vmlinuz-${kernelver}
|
||||
initrd /initramfs-${kernelver}.img
|
||||
options \$kernelopts
|
||||
id ${ID}-${datetime}-${kernelver}
|
||||
grub_users \$grub_users
|
||||
grub_arg --unrestricted
|
||||
grub_class kernel${flavor}
|
||||
|
Loading…
Reference in New Issue
Block a user