From 7cd14b88653433c861cd018a67ee11c87f00e01f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 12 Feb 2026 02:33:33 +0900 Subject: internal/rosa: squashfs-tools artifact The Makefile is very poorly written, so had to be configured through the environment. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index d59e7483..2414a91d 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -65,6 +65,7 @@ const ( Rsync Sed Setuptools + SquashfsTools Toybox toyboxEarly Unzip @@ -168,6 +169,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "rsync": Rsync, "sed": Sed, "setuptools": Setuptools, + "squashfs-tools": SquashfsTools, "toybox": Toybox, "unzip": Unzip, "wayland": Wayland, -- cgit v1.3.1