Skip to content
Snippets Groups Projects
Commit 8e855dd4 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 3dc9b4b8
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
...@@ -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