mirror of
https://git.proxmox.com/git/proxmox-kernel-helper
synced 2025-10-04 15:46:34 +00:00
rework no-grub-efi package warning
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f3581c94fe
commit
c502021f3a
@ -228,8 +228,9 @@ check_grub_efi_package() {
|
|||||||
if [ -f /usr/share/doc/grub-efi-amd64/changelog.Debian.gz ]; then
|
if [ -f /usr/share/doc/grub-efi-amd64/changelog.Debian.gz ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
warn "uefi-booted system, without grub-efi-amd64 package - /boot/efi will not be updated"
|
|
||||||
|
|
||||||
|
warn "System booted in EFI-mode but 'grub-efi-amd64' meta-package not installed!"
|
||||||
|
warn "Install 'grub-efi-amd64' to get updates."
|
||||||
}
|
}
|
||||||
|
|
||||||
set -- $DEB_MAINT_PARAMS
|
set -- $DEB_MAINT_PARAMS
|
||||||
|
Loading…
Reference in New Issue
Block a user