From fc742d89ccdcd42450539e9730d288fc0c098de9 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 11 Jan 2024 09:03:49 -0500 Subject: [PATCH 1/2] move layout to project readme instead of wiki itself --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 73d806c..46ae94d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,10 @@ ## Continuous Integration / Continuous Deployment Actions Runner executes workflow to publish to https://sig-kernel.rocky.page on push to main. + +## Project layout + + mkdocs.yml # The configuration file. + docs/ + index.md # The documentation homepage. + ... # Other markdown pages, images and other files. From b610440d80db0455c02f1cb7ea4833b1becc7f1a Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 11 Jan 2024 09:29:54 -0500 Subject: [PATCH 2/2] Add minutes for 2024-01-11 --- docs/meetings/2024-01-11.md | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/meetings/2024-01-11.md diff --git a/docs/meetings/2024-01-11.md b/docs/meetings/2024-01-11.md new file mode 100644 index 0000000..97278c6 --- /dev/null +++ b/docs/meetings/2024-01-11.md @@ -0,0 +1,49 @@ +# SIG/Kernel meeting 2024-01-11 + +### Issues + +https://git.resf.org/sig_kernel/meta/issues + +## Attendees + +* Sherif Nagy +* Neil Hanlon +* Pablo Greco +* Brian Clemens + +## Old Business + +* Documentation on SIG + * Kernel packer - Mustafa + * Specfile derrived from ELRepo + * Configs derrived from s.fp.o/rpms/kernel (rawhide branch, RHEL configs) + * Sources from kernel.org + * Roles / Responsibilities - Neil / Sherif + * Onboarding - Neil + * Update membership - Neil + * Usage instructions + * What packages are available, what are they, etc + * Secureboot info +* Update kernel-mainline to 6.6 - Neil / Mustafa +* Write ticket about shim / kernel 6.7 issues (for tracking and visibility) - Neil +* Setup and document creation of variant for mainline-sbc - Mustafa / Sherif / Neil +* Develop plan on how to contribute our changes to ELRepo - Neil +* LTS 6.1 not compiling on x86 - Sherif + * https://git.resf.org/sig_kernel/meta/issues/10 +* Write SIG update for Fresh Air newsletter - Neil + +## Discussions + +* LTS 6.1 not compiling on x86 - Sherif - Build-id problem +* How often will we build? + * Once a month we want a SB build, try and build non-SB signed ones weekly (?) but don't release +* Don't build with tools, don't build with UKI +* User Experience - for upgrading + * don't do anything by default + * provide documentation and a bubblewrap CLI to help users select what they want to boot/upgrade/default + * add excludes to repos, manage repo enable/disable + +## Action items + +* Kernel packer for sbc variant +* Automation for kernel packer, Rocky 8