filelist/*.List(): print to stdout when starting to generate FileList
This commit is contained in:
@@ -26,6 +26,8 @@ func New(modules []string) *Modules {
|
||||
}
|
||||
|
||||
func (m *Modules) List() ([]string, error) {
|
||||
log.Println("- Including kernel modules")
|
||||
|
||||
kernVer, err := misc.GetKernelVersion()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user