]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/flash-images
grub cloud: Add kernel release to boot ID
[ipfire-2.x.git] / lfs / flash-images
index ca1ffa5e0c89a59e8e39e0761de17d1ac3de5ad5..cdd0fbf7e71579f37b58355bf71a15a9ca6975eb 100644 (file)
@@ -188,7 +188,7 @@ ifeq "$(BOOTLOADER)" "grub"
 
        # Create configuration
        mkdir -pv $(MNThdd)/boot/grub
-       GRUB_FIRST_BOOT=true chroot $(MNThdd) \
+       GRUB_FIRST_BOOT=true KERNEL_RELEASE="$(KVER)-ipfire" chroot $(MNThdd) \
                grub-mkconfig -o /boot/grub/grub.cfg
 
        # Boot the first kernel by default