Skip to content

Conversation

@teclator
Copy link
Contributor

@teclator teclator commented Mar 20, 2025

Problem

The agama-self-update checks only agama.self_update and no inst.self_update which was adopted rececently as reported by #2175.

Apart of it, the regular expresion for matching if it is between spaces or at the beginning of a line is also wrong and a similar fix was already done by @lslezak for live.password_dialog option (#2045).

Solution

  • Fixed regexp matching in the agama-self-update script, using word boundary matching (\b) and also checking inst and agama prefix.

Test

  • Tested regular expression manually.

@teclator teclator changed the title Fixed processing of "inst.self_update" boot option fix(live): processing of "inst.self_update" boot option Mar 20, 2025
@teclator teclator merged commit 7612efa into master Mar 20, 2025
7 checks passed
@teclator teclator deleted the fix_self_update branch March 20, 2025 16:16
@imobachgs imobachgs mentioned this pull request Mar 27, 2025
imobachgs added a commit that referenced this pull request Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants