Add path for yum on IBM i to PKG_MGRS (#69484)
* Add path for yum on IBM i to PKG_MGRS On IBM i, yum is installed under the `/QOpenSys/pkgs` prefix, see: https://bitbucket.org/ibmi/opensource/src/master/docs/yum/#markdown-header-must-know-usage-notes-read-this-after-you-install * Add changelog fragment
This commit is contained in:
parent
2165f9ac40
commit
9d8cf1ed21
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/69484-add-path-to-yum-for-ibmi.yml
Normal file
2
changelogs/fragments/69484-add-path-to-yum-for-ibmi.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- setup - properly detect yum package manager for IBM i.
|
|
@ -37,6 +37,7 @@ PKG_MGRS = [{'path': '/usr/bin/yum', 'name': 'yum'},
|
|||
{'path': '/usr/sbin/sorcery', 'name': 'sorcery'},
|
||||
{'path': '/usr/bin/rpm-ostree', 'name': 'atomic_container'},
|
||||
{'path': '/usr/bin/installp', 'name': 'installp'},
|
||||
{'path': '/QOpenSys/pkgs/bin/yum', 'name': 'yum'},
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue