Go to file
Dustin 7d44d03279
Aimee OS/aimee-os/pipeline/head This commit looks good Details
Force built-in kernel support for filesystems
the `KCONFIG_ENABLE_OPT` macro will not switch a `=m` value to `=y`, so
if the downstream kernel configuration already enables these
filesystems as modules, they will not get built into the kernel image,
making the system unbootable.  We need to call `KCONFIG_SET_OPT` instead
to explicitly set them to be built-in.
2025-08-30 15:36:07 -05:00
board grub2: Support setting rootflags in config 2025-08-29 20:17:52 -05:00
boot Begin persistent storage implementation 2025-08-29 20:17:52 -05:00
ci Implement system-update feature 2025-08-30 11:21:44 -05:00
configs configs/*: Move GRUB, kernel config to external.mk 2025-08-29 20:29:43 -05:00
package/aimee-os-utils Configure network interfaces by default 2025-08-30 11:21:44 -05:00
update Implement system-update feature 2025-08-30 11:21:44 -05:00
.gitignore ci: Add Jenkins pipeline 2025-08-29 20:13:14 -05:00
Config.in Begin persistent storage implementation 2025-08-29 20:17:52 -05:00
external.desc Initial commit 2025-08-17 10:30:19 -05:00
external.mk Force built-in kernel support for filesystems 2025-08-30 15:36:07 -05:00