Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion live/root/usr/bin/agama-self-update
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Agama Devel OBS project.

# check if self-update is required
if ! grep -q "[[:space:]^]agama.self_update=1\([[:space:]]\|$\)" /run/agama/cmdline.d/agama.conf; then
if ! grep -q "\b\(inst\|agama\)\.self_update=1\b" /run/agama/cmdline.d/agama.conf; then
exit 0
fi

Expand Down
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 20 15:52:36 UTC 2025 - Knut Anderssen <[email protected]>

- Fixed broken "inst.self_update" boot option
(gh#agama-project/agama#2175)

-------------------------------------------------------------------
Tue Mar 18 16:32:07 UTC 2025 - Knut Anderssen <[email protected]>

Expand Down