public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Nguyen <mnguyen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: preset: add preset for coreos
Date: Mon, 10 Aug 2026 09:34:49 GMT [thread overview]
Message-ID: <178635448979.1.713503988038829510.rpms-fedora-release-41eb1b360496@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 41eb1b3604964b57bc06e6607e7ee190445ed0e4
Author : Michael Nguyen <mnguyen@redhat.com>
Date : 2019-04-09T09:08:07-04:00
Stats : +17/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/41eb1b3604964b57bc06e6607e7ee190445ed0e4?branch=f45
Log:
preset: add preset for coreos
Add presets for CoreOS
Signed-off-by: Michael Nguyen <mnguyen@redhat.com>
---
diff --git a/80-coreos.preset b/80-coreos.preset
new file mode 100644
index 0000000..8629fad
--- /dev/null
+++ b/80-coreos.preset
@@ -0,0 +1,8 @@
+#
+# Fedora CoreOS
+#
+enable coreos-growpart.service
+enable console-login-helper-messages-issuegen.service
+enable console-login-helper-messages-motdgen.service
+# This one is from https://github.com/coreos/ignition-dracut
+enable ignition-firstboot-complete.service
diff --git a/fedora-release.spec b/fedora-release.spec
index b5dee6f..5978733 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -14,7 +14,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 31
-Release: 0.3
+Release: 0.4
License: MIT
URL: https://fedoraproject.org/
@@ -33,6 +33,7 @@ Source18: 80-iot.preset
Source19: distro-template.swidtag
Source20: distro-edition-template.swidtag
Source21: iot-clevis.conf
+Source22: 80-coreos.preset
BuildArch: noarch
@@ -481,6 +482,9 @@ install -Dm0644 %{SOURCE11} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
install -Dm0644 %{SOURCE12} -t %{buildroot}%{_prefix}/lib/systemd/user-preset/
install -Dm0644 %{SOURCE13} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
+# Fedora CoreOS
+install -Dm0644 %{SOURCE22} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
+
# Fedora IoT
install -Dm0644 %{SOURCE18} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
mkdir -p %{buildroot}/%{_sysconfdir}/dracut.conf.d
@@ -550,6 +554,7 @@ ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.or
%files coreos
+%{_prefix}/lib/systemd/system-preset/80-coreos.preset
%{_prefix}/lib/os-release.coreos
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.coreos
@@ -606,6 +611,9 @@ ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.or
%changelog
+* Mon Apr 8 2019 Michael Nguyen <mnguyen@redhat.com> - 31-0.4
+- Add presets for CoreOS
+
* Thu Apr 04 2019 Kalev Lember <klember@redhat.com> - 31-0.3
- Enable the Fedora flatpak repos service (#1696225)
reply other threads:[~2026-08-10 9:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635448979.1.713503988038829510.rpms-fedora-release-41eb1b360496@fedoraproject.org \
--to=mnguyen@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox