feat(live): Initial inst.dud=URI functionality#2182
Merged
kobliha merged 6 commits intoagama-project:masterfrom Mar 21, 2025
Merged
feat(live): Initial inst.dud=URI functionality#2182kobliha merged 6 commits intoagama-project:masterfrom
kobliha merged 6 commits intoagama-project:masterfrom
Conversation
- JSC#PED-3670
- JSC#PED-3670
mchf
reviewed
Mar 20, 2025
mchf
reviewed
Mar 20, 2025
mchf
reviewed
Mar 20, 2025
- No zypper calls are actually needed
mchf
reviewed
Mar 21, 2025
mchf
reviewed
Mar 21, 2025
mchf
approved these changes
Mar 21, 2025
- Let's keep the messages now, we'll see if that needs more love - Don't depend on X11 as that service is going to be removed
Merged
imobachgs
added a commit
that referenced
this pull request
Mar 27, 2025
Prepare for releasing Agama 13: - #2041 - #2074 - #2088 - #2089 - #2094 - #2097 - #2098 - #2100 - #2101 - #2104 - #2106 - #2107 - #2108 - #2113 - #2115 - #2116 - #2117 - #2118 - #2120 - #2121 - #2122 - #2123 - #2124 - #2125 - #2126 - #2128 - #2132 - #2135 - #2136 - #2137 - #2139 - #2142 - #2145 - #2146 - #2147 - #2148 - #2151 - #2153 - #2155 - #2156 - #2157 - #2158 - #2159 - #2160 - #2161 - #2163 - #2165 - #2172 - #2174 - #2177 - #2179 - #2180 - #2181 - #2182 - #2183 - #2184 - #2186 - #2187 - #2188 - #2191 - #2192 - #2193 - #2195 - #2197 - #2198 - #2199 - #2200 - #2201 - #2203 - #2204 - #2205 - #2206 - #2207 - #2209 - #2212 - #2213 - #2214 - #2215 - #2216
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Customers and partners need a way to patch the Live Media with PTF or similar mechanism
Solution
There is a new agama-dud systemd service that runs after the agama-self-update so it overwrites anything that the self-update could have changed automatically. This service calls agama-dud script that goes over all inst.dud=... in /run/agama/cmdline.d/agama.conf, downloads those packages and force-installs/upgrades them with rpm.
The solution is "inspired" by the self-update functionality and other scripts and services from the project ;)
Things to solve later
Testing
Tested only manually by adding links to RPMs into /run/agama/cmdline.d/agama.conf and running the new script
Example of the output