mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 08:12:54 +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
@@ -11,6 +11,10 @@ fi
|
||||
|
||||
. "${pkgdatadir}/grub-mkconfig_lib"
|
||||
|
||||
if [ -z "${KERNEL_RELEASE}" ]; then
|
||||
KERNEL_RELEASE="$(uname -r)"
|
||||
fi
|
||||
|
||||
if [ -z "${boot_device_id}" ]; then
|
||||
boot_device_id="$(grub_get_device_id "${GRUB_DEVICE}")"
|
||||
fi
|
||||
@@ -21,6 +25,6 @@ smbios --type 1 --get-string 4 --set system_manufacturer
|
||||
|
||||
# Are we on Amazon EC2?
|
||||
if [ "\$system_manufacturer" = "Amazon EC2" ]; then
|
||||
next_entry=gnulinux-serial-${boot_device_id}
|
||||
next_entry=gnulinux-${KERNEL_RELEASE}-serial-${boot_device_id}
|
||||
fi
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user