forked from security/hakurei
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>
This commit is contained in:
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