使用 CONFIG_EFI_STUB=y 为 systemd-boot (gummiboot) 构建 Buildroot 内核

使用 CONFIG_EFI_STUB=y 为 systemd-boot (gummiboot) 构建 Buildroot 内核

systemd-boot (以前称为 gummiboot) 需要将 Linux 内核构建为 EFISTUB https://wiki.archlinux.org/index.php/Systemd-boot 但是,我在 Buildroot 配置中没有看到任何选项可以将内核构建为 EFISTUB。Buildroot 选项中设置内核构建的 CONFIG_EFI_STUB=y 是什么

Minimal Linux Live 就是这样做的。 https://github.com/ivandavidov/minimal/blob/master/src/02_build_kernel.sh#L81

相关内容