Command line tool for updating bootloader configs
9a80bb6f8e
The BLS files name convention used is ${MACHINE_ID}-${KERNEL_VERSION}.conf but this means that there can only be a single entry for a given kernel. Allow the grubby wrapper to add many entries for the same kernel image, since the old grubby tool was able to do that. To differentiate from the original BLS entry and to specify that it's a customized entry, add a [[:digit:]]~custom suffix after the kernel version number. This will also sort the custom entries before the original entry, that's also what the old grubby tool did. Resolves: rhbz#1634752 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> |
||
---|---|---|
.gitignore | ||
0001-remove-the-old-crufty-u-boot-support.patch | ||
0002-Change-return-type-in-getRootSpecifier.patch | ||
0003-Add-btrfs-subvolume-support-for-grub2.patch | ||
0004-Add-tests-for-btrfs-support.patch | ||
0005-Use-system-LDFLAGS.patch | ||
0006-Honor-sbindir.patch | ||
0007-Make-installkernel-to-use-kernel-install-scripts-on-.patch | ||
0008-Add-usr-libexec-rpm-sort.patch | ||
grubby-bls | ||
grubby.in | ||
grubby.spec | ||
installkernel-bls | ||
installkernel.in | ||
sources |