add bootmessage for latest image

This commit is contained in:
Tobias Powalowski 2021-10-04 20:42:01 +02:00
parent a6f193f9a9
commit 4b486683b4
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ FILES=()
# SETUP # SETUP
# #
# Please change the hooks only if you know what you are doing. # Please change the hooks only if you know what you are doing.
HOOKS=(udev archboot_base archboot_latest_installer archboot_net archboot_kexec archboot_licenses net) HOOKS=(udev archboot_base archboot_bootmessage_x86_64 archboot_latest_installer archboot_net archboot_kexec archboot_licenses net)
# COMPRESSION # COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression # Use this to compress the initramfs image. By default, gzip compression

View file

@ -52,6 +52,7 @@ if ! [[ ${UID} -eq 0 ]]; then
exit 1 exit 1
fi fi
# from initcpio functions # from initcpio functions
kver() { kver() {
# this is intentionally very loose. only ensure that we're # this is intentionally very loose. only ensure that we're