diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-24 23:56:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-24 23:57:28 +0900 |
| commit | b3749aaf0b5f70bff514cf83619a8b485fb090ed (patch) | |
| tree | 4ff36ced81c011f8c11abb17a20256f06247b3ed /internal/rosa/kernel.go | |
| parent | c8bb88ccedc756d4a680c3007cdff4eebc805870 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kernel.go')
| -rw-r--r-- | internal/rosa/kernel.go | 2 |
1 files changed, 2 insertions, 0 deletions
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), ) } |
