Skip to content
Snippets Groups Projects
Commit 74575026 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

grub: enable halt and echo modules


Those are required by the upcoming grub.cfg boot script.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent cfa34723
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,7 @@
TARGET_CFLAGS:remove = "-Werror=array-bounds"
# Make sure that GRUB can load squashfs, so that it can mount the system image
# and load the kernel, or other modules, from there directly.
GRUB_BUILDIN:append = " squash4"
# and load the kernel, or other modules, from there directly. In addition add
# echo and halt modules, so that the GRUB boot script can print diagnostic
# messages or shut down on error.
GRUB_BUILDIN:append = " squash4 halt echo"
......@@ -12,5 +12,7 @@
TARGET_CFLAGS:remove = "-Werror=array-bounds"
# Make sure that GRUB can load squashfs, so that it can mount the system image
# and load the kernel, or other modules, from there directly.
GRUB_BUILDIN:append = " squash4"
# and load the kernel, or other modules, from there directly. In addition add
# echo and halt modules, so that the GRUB boot script can print diagnostic
# messages or shut down on error.
GRUB_BUILDIN:append = " squash4 halt echo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment