summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2019-05-17 13:02:56 -0700
committerGitHub <noreply@github.com>2019-05-17 13:02:56 -0700
commitae68dea2fa454217df62fb341e1010762ba47abd (patch)
tree39f4e26cea402af2e9adc8e415ecf393be82f43a /README.md
parent8bfa7de67f90498560246c152ccdcd4a48077bb7 (diff)
downloadgoogle-compute-image-packages-ae68dea2fa454217df62fb341e1010762ba47abd.tar.gz
Update README for RHEL 8. (#770)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index f7b698b..88ec7e7 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,11 @@ CentOS 6 | rpm | 2.6 | upstart
CentOS 7 | rpm | 2.7 | systemd
RHEL 6 | rpm | 2.6 | upstart
RHEL 7 | rpm | 2.7 | systemd
+RHEL 8 | rpm | 3.6 | systemd
Ubuntu 14.04 | deb | 2.7 | upstart
Ubuntu 16.04 | deb | 3.5 or 2.7 | systemd
Ubuntu 18.04 | deb | 3.6 | systemd
-Ubuntu 18.10 | deb | 3.6 | systemd
+Ubuntu 19.04 | deb | 3.7 | systemd
Debian 9 | deb | 3.5 or 2.7 | systemd
We build the following packages for the Linux guest environment.
@@ -123,9 +124,9 @@ EL6 or EL7. Change `DIST` to either 6 or 7 respectively:
```
DIST=7
tee /etc/yum.repos.d/google-cloud.repo << EOM
-[google-cloud-compute]
-name=Google Cloud Compute
-baseurl=https://packages.cloud.google.com/yum/repos/google-cloud-compute-el${DIST}-x86_64
+[google-compute-engine]
+name=Google Compute Engine
+baseurl=https://packages.cloud.google.com/yum/repos/google-compute-engine-el${DIST}-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1