mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
grub cloud: Add kernel release to boot ID
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
dd730a395b
commit
b8b36e969c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user