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:
Krzesimir Nowak 2025-04-30 12:44:54 +02:00
parent 3466d086c4
commit 4bb175152f

View File

@ -562,7 +562,7 @@ EOF
tag=${stripped#oem-}
;;
*'-flatcar')
tag=${stripped%-flatcar}
tag="sysext-${stripped%-flatcar}"
;;
*)
devel_warn "Unknown listing file ${packages_file@Q}"