diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-06-02 16:47:28 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-06-02 16:47:28 -0400 |
commit | 0c878beb5780b7e539dcdcf9e4af49366c649eee (patch) | |
tree | 80c08d622b0184e555080e6c76f13abf02511bc4 /troubleshooting.md | |
parent | c4ccd7cbc1509bab6183c47f740cbf2cc4ee0424 (diff) | |
download | podman-0c878beb5780b7e539dcdcf9e4af49366c649eee.tar.gz podman-0c878beb5780b7e539dcdcf9e4af49366c649eee.tar.bz2 podman-0c878beb5780b7e539dcdcf9e4af49366c649eee.zip |
Remove reference to "upcoming" RHEL 7.7
7.7 has been released for a while now, so change troubleshooting
reference to indicate that.
Fixes #6349
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'troubleshooting.md')
-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 |