From 25310493240676e651a35be8f30aa9082eb5460d Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Mar 19 2018 17:27:40 +0000 Subject: Include version field to generated BLS configuration fragment The BootLoaderSpec defines an optional version field that contains a human readable version string for the menu item. This can be used by bootloaders to set the boot menu item names instead of the optional title field. For example the zipl bootloader used by s390x architecture doesn't support names that contains spaces, so it uses the kernel version as the item name. Signed-off-by: Javier Martinez Canillas --- diff --git a/generate_bls_conf.sh b/generate_bls_conf.sh index 8d9ec06..fa84eae 100755 --- a/generate_bls_conf.sh +++ b/generate_bls_conf.sh @@ -18,6 +18,7 @@ fi cat >${output} < +- Include version field to generated BLS configuration fragment + * Mon Mar 19 2018 Jeremy Cline - 4.16.0-0.rc6.git0.1 - Linux v4.16-rc6