public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christian Glombek <cglombek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Add IoT user preset to disable grub-boot-success.timer
Date: Mon, 10 Aug 2026 09:35:06 GMT [thread overview]
Message-ID: <178635450657.1.17148108862639341891.rpms-fedora-release-fa149ab10bbc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : fa149ab10bbccb3547fa65d619431fd6a748f878
Author : Christian Glombek <cglombek@redhat.com>
Date : 2020-04-03T14:38:02+02:00
Stats : +13/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/fa149ab10bbccb3547fa65d619431fd6a748f878?branch=f45
Log:
Add IoT user preset to disable grub-boot-success.timer
Signed-off-by: Christian Glombek <cglombek@redhat.com>
---
diff --git a/80-iot-user.preset b/80-iot-user.preset
new file mode 100644
index 0000000..9b92daa
--- /dev/null
+++ b/80-iot-user.preset
@@ -0,0 +1,6 @@
+#
+# Fedora IoT
+#
+
+# we set boot_success with greenboot instead
+disable grub-boot-success.timer
diff --git a/fedora-release.spec b/fedora-release.spec
index 200d8b8..b84650a 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -14,7 +14,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 33
-Release: 0.3
+Release: 0.4
License: MIT
URL: https://fedoraproject.org/
@@ -34,6 +34,7 @@ Source19: distro-template.swidtag
Source20: distro-edition-template.swidtag
Source22: 80-coreos.preset
Source23: zezere-ignition-url
+Source24: 80-iot-user.preset
BuildArch: noarch
@@ -509,6 +510,7 @@ install -Dm0644 %{SOURCE22} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Fedora IoT
install -Dm0644 %{SOURCE18} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
+install -Dm0644 %{SOURCE24} -t %{buildroot}%{_prefix}/lib/systemd/user-preset/
# Fedora Server
install -Dm0644 %{SOURCE14} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
@@ -596,6 +598,7 @@ echo _DISABLED_ > %{buildroot}%{_prefix}/lib/variant
%files iot
%{_prefix}/lib/os-release.iot
%{_prefix}/lib/systemd/system-preset/80-iot.preset
+%{_prefix}/lib/systemd/user-preset/80-iot-user.preset
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.iot
%{_prefix}/lib/zezere-ignition-url
@@ -649,6 +652,9 @@ echo _DISABLED_ > %{buildroot}%{_prefix}/lib/variant
%changelog
+* Mon Apr 01 2020 Christian Glombek <cglombek@redhat.com> 33-0.4
+- Add IoT user preset to disable grub-boot-success.timer
+
* Fri Mar 20 2020 Patrick Uiterwijk <puiterwijk@redhat.com> 33-0.3
- Enable IoT provisioning service
reply other threads:[~2026-08-10 9:35 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=178635450657.1.17148108862639341891.rpms-fedora-release-fa149ab10bbc@fedoraproject.org \
--to=cglombek@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