In STRUCTURE, make ship-live inherit from desktop instead of desktop-minimal, to further deduplicate the pool

This commit is contained in:
Simon Quigley 2025-03-29 14:12:50 -05:00
parent 5c272a0533
commit 2078485a7c

View File

@ -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