diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-03 00:05:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 00:05:08 +0200 |
commit | 95ea39edf34e4de4450c1674721ab02a7cf6a327 (patch) | |
tree | 486403900fe2a7baa7d9756071f11b068aa8c268 | |
parent | 26bb48951fa55924fd4cdb9b2ef72e19a471b959 (diff) | |
parent | 0c878beb5780b7e539dcdcf9e4af49366c649eee (diff) | |
download | podman-95ea39edf34e4de4450c1674721ab02a7cf6a327.tar.gz podman-95ea39edf34e4de4450c1674721ab02a7cf6a327.tar.bz2 podman-95ea39edf34e4de4450c1674721ab02a7cf6a327.zip |
Merge pull request #6471 from mheon/troubleshooting_77
Remove reference to "upcoming" RHEL 7.7
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index bad9d8102..8175073cd 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -247,7 +247,7 @@ cannot find newuidmap: exec: "newuidmap": executable file not found in $PATH #### Solution -Install a version of shadow-utils that includes these executables. Note RHEL 7 and CentOS 7 will not have support for this until RHEL7.7 is released. +Install a version of shadow-utils that includes these executables. Note that for RHEL and CentOS 7, at least the 7.7 release must be installed for support to be available. ### 11) rootless setup user: invalid argument |