From 2771ca2fcd7c3a90cd305000c97537dd8b127cb0 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 4 Jan 2024 23:40:18 -0500 Subject: [PATCH] overlay: include 40grub overlay from FCOS configs See https://github.com/coreos/fedora-coreos-config/pull/2769 This won't really have any effect right now but will enable someone to use the generated ociarchive container images in the OSBuild workflow that calls bootupctl with the --with-static-configs argument. --- common.yaml | 1 + overlay.d/40grub | 1 + 2 files changed, 2 insertions(+) create mode 120000 overlay.d/40grub diff --git a/common.yaml b/common.yaml index 3a07aa55..90ee3c7a 100644 --- a/common.yaml +++ b/common.yaml @@ -25,6 +25,7 @@ ostree-layers: - overlay/30rhcos-nvme-compat-udev - overlay/30gcp-udev-rules - overlay/30lvmdevices + - overlay/40grub arch-include: x86_64: diff --git a/overlay.d/40grub b/overlay.d/40grub new file mode 120000 index 00000000..e2b28039 --- /dev/null +++ b/overlay.d/40grub @@ -0,0 +1 @@ +../fedora-coreos-config/overlay.d/40grub \ No newline at end of file