From 044fa0ffaf0222a9d54dc2c20382db9802b6ea95 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Mon, 19 Jul 2021 17:52:56 +0200 Subject: [PATCH] news: document changes to osbuild integration done in PR#1525 Add news entry for changes merged as part of PR#1525 [1]. [1] https://github.com/osbuild/osbuild-composer/pull/1525 Signed-off-by: Tomas Hozza --- docs/news/unreleased/new-osbuild-stages.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/news/unreleased/new-osbuild-stages.md diff --git a/docs/news/unreleased/new-osbuild-stages.md b/docs/news/unreleased/new-osbuild-stages.md new file mode 100644 index 000000000..925a36405 --- /dev/null +++ b/docs/news/unreleased/new-osbuild-stages.md @@ -0,0 +1,16 @@ +# Add support for new / extended osbuild stages + +Add support for the following new osbuild stages: + +- `org.osbuild.modprobe` - allows to configure modprobe using configuration files +- `org.osbuild.dracut.conf` - allows to create dracut configuration files +- `org.osbuild.systemd-logind` - allows to create system-logind configuration drop-ins +- `org.osbuild.cloud-init` - allows to configure cloud-init +- `org.osbuild.authselect` - allows to set system identity and auth sources using authselect + +Add support for new functionality of existing osbuild stages: + +- `org.osbuild.sysconfig` - allows to create network-scripts ifcfg files +- `org.osbuild.systemd` - allows to create `.service` file drop-ins +- `org.osbuild.chrony` - allows to configure NTP `servers` with lower level configuration options +- `org.osbuild.keymap` - allows to configure X11 keyboard layout