Ignore linux-image-generic
This commit is contained in:
parent
8d3986ce8e
commit
f399390c2c
@ -188,6 +188,9 @@ func matchDebianHeadersPkg(container, mask string, generic bool) (
|
||||
if pkg == "linux-headers-generic" {
|
||||
continue
|
||||
}
|
||||
if pkg == "linux-image-generic" {
|
||||
continue
|
||||
}
|
||||
pkgs = append(pkgs, pkg)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user