distro/rhel90: re-include nss-altfiles for edge
The `nss-altfiles` package is actually needed for OSTree based systems, since in those the user/groups database is located in the /usr/lib directory (in addition to /etc). It was removed because it was not available in RHEL 9 (rhbz#1916260). This has been fixed, so we need to re-include the package.
This commit is contained in:
parent
008dfcc5b5
commit
d9fe813fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ func edgeCommitPackageSet() rpmmd.PackageSet {
|
|||
return rpmmd.PackageSet{
|
||||
Include: []string{
|
||||
"redhat-release", "glibc", "glibc-minimal-langpack",
|
||||
/*"nss-altfiles", see rhbz#1916260 */ "dracut-config-generic", "dracut-network",
|
||||
"nss-altfiles", "dracut-config-generic", "dracut-network",
|
||||
"basesystem", "bash", "platform-python", "shadow-utils", "chrony",
|
||||
"setup", "shadow-utils", "sudo", "systemd", "coreutils",
|
||||
"util-linux", "curl", "vim-minimal", "rpm", "rpm-ostree", "polkit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue