98190139cf
I380b9638cd28f5771530089c558ef5ab638c0173 introduced a bug where it would ask for cloud-init to be uninstalled even if the package was already not installed. We handle that here by filtering the uninstall list down to only packages that are already installed. One drawback to this filtering is that if it's not presented with a list of category/packagename formated packages it can result in false positives (failing to remove). This type of behavior was always an issue for install as well, for instance acct-user/puppet and app-admin/puppet both have the puppet package name but different categories. also fixes root.d to download the images again also also uses the merged-usr profile for systemd https://www.gentoo.org/support/news-items/2022-12-01-systemd-usrmerge.html Change-Id: Ib67aa91c64be2fcc7d9df324918edfc080237528 Signed-off-by: Matthew Thode <mthode@mthode.org>