1
0
Fork 0

Ignore linux-image-generic

master
dump_stack() 2023-04-05 10:52:40 +00:00
parent 8d3986ce8e
commit f399390c2c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 0 deletions

View File

@ -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)
}