1
0

Store the default kernel modules

This commit is contained in:
2023-02-15 10:52:36 +00:00
parent 3ec919abc1
commit 668bc1e391
2 changed files with 17 additions and 6 deletions

View File

@ -250,9 +250,11 @@ type KernelInfo struct {
ContainerName string
// Runtime information
KernelPath string
InitrdPath string
RootFS string
KernelPath string
InitrdPath string
ModulesPath string
RootFS string
// Debug symbols
VmlinuxPath string