Skip to content
Snippets Groups Projects

many: enable sysota for QEMU x86{,-64}

Merged Zygmunt Krynicki requested to merge zyga/oniro:feature/sysota-grub-support into kirkstone
2 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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"
Loading