Drop the id field from generated BLS snippets
The id field was used to sort the menu entries and to be used as the menu entries id. But now the BLS filename is used for that, so drop this field. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
f6d694114c
commit
fbedc324c5
@ -24,7 +24,6 @@ version ${kernelver}${debugid}
|
||||
linux ${bootprefix}/vmlinuz-${kernelver}
|
||||
initrd ${bootprefix}/initramfs-${kernelver}.img
|
||||
options \$kernelopts
|
||||
id ${ID}-${date}-${kernelver}${debugid}
|
||||
grub_users \$grub_users
|
||||
grub_arg --unrestricted
|
||||
grub_class kernel${variant}
|
||||
|
@ -1845,6 +1845,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jul 12 2018 Javier Martinez Canillas <javierm@redhat.com>
|
||||
- Drop the id field from generated BLS snippets
|
||||
|
||||
* Thu Jul 12 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git3.1
|
||||
- Linux v4.18-rc4-69-gc25c74b7476e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user