From b3749aaf0b5f70bff514cf83619a8b485fb090ed Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 24 Feb 2026 23:56:25 +0900 Subject: internal/rosa/kernel: arm64 configuration These new dependencies do not apply to amd64, but adding them anyway in case they are needed some day. Signed-off-by: Ophestra --- internal/rosa/kernel.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/kernel.go') diff --git a/internal/rosa/kernel.go b/internal/rosa/kernel.go index ac6e0c4d..5dd00b94 100644 --- a/internal/rosa/kernel.go +++ b/internal/rosa/kernel.go @@ -108,6 +108,7 @@ cp -av "$3" "$4" t.Load(Gawk), t.Load(Coreutils), t.Load(Diffutils), + t.Load(Python), t.Load(XZ), t.Load(Zlib), @@ -117,6 +118,7 @@ cp -av "$3" "$4" t.Load(Kmod), t.Load(Elfutils), t.Load(OpenSSL), + t.Load(UtilLinux), t.Load(KernelHeaders), ) } -- cgit v1.3.1