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