internal/rosa/kernel: arm64 configuration
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / Hakurei (push) Successful in 4m0s
Test / ShareFS (push) Successful in 4m7s
Test / Hpkg (push) Successful in 4m38s
Test / Sandbox (race detector) (push) Successful in 5m7s
Test / Hakurei (race detector) (push) Successful in 6m1s
Test / Flake checks (push) Successful in 1m51s
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / Hakurei (push) Successful in 4m0s
Test / ShareFS (push) Successful in 4m7s
Test / Hpkg (push) Successful in 4m38s
Test / Sandbox (race detector) (push) Successful in 5m7s
Test / Hakurei (race detector) (push) Successful in 6m1s
Test / Flake checks (push) Successful in 1m51s
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>
This commit is contained in:
@@ -108,6 +108,7 @@ cp -av "$3" "$4"
|
|||||||
t.Load(Gawk),
|
t.Load(Gawk),
|
||||||
t.Load(Coreutils),
|
t.Load(Coreutils),
|
||||||
t.Load(Diffutils),
|
t.Load(Diffutils),
|
||||||
|
t.Load(Python),
|
||||||
|
|
||||||
t.Load(XZ),
|
t.Load(XZ),
|
||||||
t.Load(Zlib),
|
t.Load(Zlib),
|
||||||
@@ -117,6 +118,7 @@ cp -av "$3" "$4"
|
|||||||
t.Load(Kmod),
|
t.Load(Kmod),
|
||||||
t.Load(Elfutils),
|
t.Load(Elfutils),
|
||||||
t.Load(OpenSSL),
|
t.Load(OpenSSL),
|
||||||
|
t.Load(UtilLinux),
|
||||||
t.Load(KernelHeaders),
|
t.Load(KernelHeaders),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,3 +4,5 @@ import _ "embed"
|
|||||||
|
|
||||||
//go:embed kernel_amd64.config
|
//go:embed kernel_amd64.config
|
||||||
var kernelConfig []byte
|
var kernelConfig []byte
|
||||||
|
|
||||||
|
const kernelName = "bzImage"
|
||||||
|
|||||||
14212
internal/rosa/kernel_arm64.config
Normal file
14212
internal/rosa/kernel_arm64.config
Normal file
File diff suppressed because it is too large
Load Diff
8
internal/rosa/kernel_arm64.go
Normal file
8
internal/rosa/kernel_arm64.go
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package rosa
|
||||||
|
|
||||||
|
import _ "embed"
|
||||||
|
|
||||||
|
//go:embed kernel_arm64.config
|
||||||
|
var kernelConfig []byte
|
||||||
|
|
||||||
|
const kernelName = "vmlinuz.efi"
|
||||||
Reference in New Issue
Block a user