
On 12/12/19 8:07 AM, Andrea Bolognani wrote:
On Thu, 2019-12-12 at 15:43 +0100, Fabiano FidĂȘncio wrote:
On Thu, Dec 12, 2019 at 3:31 PM Andrea Bolognani <abologna@redhat.com> wrote:
+ augeas-lenses: + default: augeas + deb: augeas-lenses + OpenSUSE: augeas-lenses
Hmm. I guess it only hits the container, am I right? Because in the VM it's installed as part of the base system.
It looks like it's needed by yast:
$ sudo zypper remove augeas-lenses Loading repository data... Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Reading installed packages... Resolving package dependencies...
The following 15 packages are going to be REMOVED: augeas-lenses patterns-yast-yast2_basis yast2-bootloader yast2-country yast2-installation yast2-ldap yast2-mail yast2-network yast2-online-update yast2-online-update-frontend yast2-packager yast2-storage-ng yast2-tune yast2-update yast2-users
The following pattern is going to be REMOVED: yast2_basis
15 packages to remove. After the operation, 7.5 MiB will be freed. Continue? [y/n/v/...? shows all options] (y):
The container is minimal, and doesn't include yast at all:
$ rpm -qa | grep yast $
So that would explain the difference.
If the difference is unwanted we could remove the yast2_basis pattern from autoinst.xml. Regards, Jim