feat: add dummy func to list debian kernels
This commit is contained in:
@ -11,6 +11,7 @@ import (
|
||||
|
||||
"code.dumpstack.io/tools/out-of-tree/cache"
|
||||
"code.dumpstack.io/tools/out-of-tree/config"
|
||||
"code.dumpstack.io/tools/out-of-tree/container"
|
||||
"code.dumpstack.io/tools/out-of-tree/fs"
|
||||
)
|
||||
|
||||
@ -254,3 +255,8 @@ func ContainerCommands(km config.KernelMask) (commands []string) {
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
func ContainerKernels(d container.Image, kcfg *config.KernelConfig) (err error) {
|
||||
err = errors.New("TODO not implemented")
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user