public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Add IoT user preset to disable grub-boot-success.timer
@ 2026-08-10 9:35 Christian Glombek
0 siblings, 0 replies; only message in thread
From: Christian Glombek @ 2026-08-10 9:35 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:35 [rpms/fedora-release] f45: Add IoT user preset to disable grub-boot-success.timer Christian Glombek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox