Skip to content
Snippets Groups Projects
Commit c182be2c 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 97b173c1
No related branches found
No related tags found
1 merge request!50many: enable sysota for QEMU x86{,-64}
...@@ -12,5 +12,7 @@ ...@@ -12,5 +12,7 @@
TARGET_CFLAGS:remove = "-Werror=array-bounds" TARGET_CFLAGS:remove = "-Werror=array-bounds"
# Make sure that GRUB can load squashfs, so that it can mount the system image # 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. # and load the kernel, or other modules, from there directly. In addition add
GRUB_BUILDIN:append = " squash4" # 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 @@ ...@@ -12,5 +12,7 @@
TARGET_CFLAGS:remove = "-Werror=array-bounds" TARGET_CFLAGS:remove = "-Werror=array-bounds"
# Make sure that GRUB can load squashfs, so that it can mount the system image # 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. # and load the kernel, or other modules, from there directly. In addition add
GRUB_BUILDIN:append = " squash4" # 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