From f261312db5da3c4a75a29042eb5abe4aa3832920 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Mon, 24 Oct 2022 09:30:39 +0200 Subject: [PATCH] changelog: add entry for changes needed to bring down arm64 kernel size --- .../changelog/changes/2022-10-24-kernel-options.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-10-24-kernel-options.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-10-24-kernel-options.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-10-24-kernel-options.md new file mode 100644 index 0000000000..0360f8e62e --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-10-24-kernel-options.md @@ -0,0 +1,2 @@ +- Disable several arch specific arm64 kernel config options for unsupported platforms to save space on boot partition ([coreos-overlay#2239](https://github.com/flatcar/coreos-overlay/pull/2239)) +- Change CONFIG_WIREGUARD kernel option to module to save space on boot partition ([coreos-overlay#2239](https://github.com/flatcar/coreos-overlay/pull/2239))