mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 12:01:59 +01:00
pkg-auto: Mark in-rootfs sysexts as sysexts in reports
They were showing up as "docker" or "containerd" in the reports, which is confusing. "sysext-docker" or "sysext-containerd" makes it clear.
This commit is contained in:
parent
3466d086c4
commit
4bb175152f
@ -562,7 +562,7 @@ EOF
|
||||
tag=${stripped#oem-}
|
||||
;;
|
||||
*'-flatcar')
|
||||
tag=${stripped%-flatcar}
|
||||
tag="sysext-${stripped%-flatcar}"
|
||||
;;
|
||||
*)
|
||||
devel_warn "Unknown listing file ${packages_file@Q}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user