Skip to content
Snippets Groups Projects
Commit bd27507f authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by Andrei Gherzan
Browse files

grub: link squash4.mod into the executable

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.

Closes: https://booting.oniroproject.org/distro/oniro/-/issues/243



Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 3df75e97
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -10,3 +10,7 @@
# globally in OPTIMIZE_FOR=security mode.
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"
......@@ -10,3 +10,7 @@
# globally in OPTIMIZE_FOR=security mode.
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"
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