-
Notifications
You must be signed in to change notification settings - Fork 69
Hostname handling #2142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Hostname handling #2142
Conversation
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
e40d2fd to
9edeaa3
Compare
dgdavid
reviewed
Mar 11, 2025
Pull Request Test Coverage Report for Build 13832216888Details
💛 - Coveralls |
jreidinger
reviewed
Mar 12, 2025
jreidinger
reviewed
Mar 12, 2025
jreidinger
reviewed
Mar 12, 2025
jreidinger
reviewed
Mar 12, 2025
jreidinger
reviewed
Mar 12, 2025
60ea02d to
78c7f4f
Compare
78c7f4f to
b967cc5
Compare
jreidinger
reviewed
Mar 13, 2025
jreidinger
approved these changes
Mar 13, 2025
a596a70 to
65e3ab8
Compare
jreidinger
approved these changes
Mar 13, 2025
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
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Mar 27, 2025
https://build.opensuse.org/request/show/1256476 by user IGonzalezSosa + anag+factory - Version 13 - live/src/agama-installer.kiwi: Adapt to latest patterns (SR#364982) - Fixed DUD issues (gh#agama-project/agama#2199): - Enabling the agama-dud service in the live media - Making the agama-dud script executable - Disabling dmesg on the console while DUD runs - Added the initial functionality for inst.dud (jsc#3670 and jsc#AGM-65) - Add aaa_base-extras which includes setup-systemd-proxy-env.path (gh#agama-project/agama#2184). - Fixed broken "inst.self_update" boot option (gh#agama-project/agama#2175) - Remove /etc/nvme/host* files from the image (bsc#1238038) - Fixed broken media check service (bsc#1239155) - (gh#agama-project/agama#2142) - Allow to set the static hostname using the hostname kernel cmdline argument. - Allow to disable the set of the
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
Currently the backend and the UI does not allow to set the system hostname, and the kernel cmdline argument only allow to set the transient hostname.
Solution
Testing