Fixups for new API

This commit is contained in:
Gregory Kurtzer
2020-12-03 17:28:58 -08:00
parent 5070c530bd
commit 4af41736ab
4 changed files with 36 additions and 53 deletions

View File

@@ -12,7 +12,6 @@ import (
)
func Build(kernelVersion string) error {
config := config.New()
kernelImage := "/boot/vmlinuz-" + kernelVersion
kernelDrivers := "/lib/modules/" + kernelVersion