diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-12 02:33:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-12 02:33:33 +0900 |
| commit | 7cd14b88653433c861cd018a67ee11c87f00e01f (patch) | |
| tree | df0926ff544494a293a3303a5c6f004abc2749cd /internal/rosa/all.go | |
| parent | 3e18a4b3970b7bf1e7d9fb3e9787a6810bc7d5c5 (diff) | |
internal/rosa: squashfs-tools artifact
The Makefile is very poorly written, so had to be configured through the environment.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
