From 2078485a7c3769c507e947ee00c06e9b15251b4e Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 29 Mar 2025 14:12:50 -0500 Subject: [PATCH] In STRUCTURE, make ship-live inherit from desktop instead of desktop-minimal, to further deduplicate the pool --- STRUCTURE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STRUCTURE b/STRUCTURE index a811c3d..4856e45 100644 --- a/STRUCTURE +++ b/STRUCTURE @@ -2,6 +2,6 @@ include platform.plucky desktop: desktop-minimal desktop-common desktop-minimal: standard live: desktop live-common -ship-live: boot desktop-minimal +ship-live: boot desktop # make sure supported remains the last entry supported: desktop ship-live supported-common