added kernal search path for arch compatibility

This commit is contained in:
TerranWorks
2022-02-17 15:13:18 -06:00
parent 11ae6f1700
commit b18e0bc0b2

View File

@@ -21,6 +21,7 @@ import (
var (
kernelSearchPaths = []string{
// This is a printf format where the %s will be the kernel version
"/boot/vmlinuz-linux%.s",
"/boot/vmlinuz-%s",
"/boot/vmlinuz-%s.gz",
"/lib/mmodules/%s/vmlinuz",