From 1ff9adfabe155649b48f34e57441af18294e8cff Mon Sep 17 00:00:00 2001 From: James Reilly Date: Sat, 30 May 2026 03:44:40 +0100 Subject: [PATCH] fix: bootc installs already handled via ostree admin unlock (#159) The run-gnome-tests script already uses: sudo ostree admin unlock 2>/dev/null || true sudo dnf clean packages -q 2>/dev/null || true sudo dnf install -y --quiet gnome-ponytail-daemon ... which works around bootc read-only constraints. Additionally, gnome-ponytail-daemon is now also pre-baked in bib-disk-configure (see #161 / PR #169) so runtime install may not even be needed. Closing as addressed. Closes #159