Merge pull request #315 from UCO-HPC/main

added kernel search path for arch compatibility
This commit is contained in:
Christian Goll
2022-02-18 08:20:47 +01:00
committed by GitHub

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",