From 916b693130b6f7778aa0a3fa98673ebd05805344 Mon Sep 17 00:00:00 2001 From: Didier Roche-Tolomelli Date: Fri, 27 Mar 2026 15:30:31 +0100 Subject: [PATCH] Ensure snapd tracks stable and not edge anymore. We did remove it from multiple places, but this one was left and as a consequence, the latest iso was still having snapd edge. --- live-build/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/functions b/live-build/functions index 86e1895f..50932548 100644 --- a/live-build/functions +++ b/live-build/functions @@ -573,7 +573,7 @@ _snap_post_process() { # If the 'core' snap is not present, assume we are coreXX-only and # install the snapd snap. channel=stable - if [ "$PROJECT" = "ubuntu" -o "$SUBPROJECT" = "dangerous" ]; then + if [ "$SUBPROJECT" = "dangerous" ]; then channel=edge fi if [ ! -f ${snaps_dir}/core_[0-9]*.snap ]; then