lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master b0a13b4: Make installation on redhat more rob


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b0a13b4: Make installation on redhat more robust
Date: Fri, 29 May 2020 14:11:22 -0400 (EDT)

branch: master
commit b0a13b48c260916756b38001a22870a3a5854dc6
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Make installation on redhat more robust
    
    EPEL can be installed with no prerequisites on centos. However, on RHEL,
    a fedora RPM is a prerequisite.
    
    Installation actually did work on RHEL, but apparently only after that
    fedora RPM had already been installed manually. Now it's explicitly
    installed by the script revised here.
---
 lmi_setup_07r.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_07r.sh b/lmi_setup_07r.sh
index 75081ce..58f382b 100755
--- a/lmi_setup_07r.sh
+++ b/lmi_setup_07r.sh
@@ -51,6 +51,7 @@ yum --assumeyes install ca-certificates curl nss-pem wget
 # Install "EPEL" by using 'rpm' directly [historical]. See:
 #   https://lists.nongnu.org/archive/html/lmi/2019-09/msg00037.html
 #rpm -ivh 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-# Instead, use 'yum' to install "EPEL".
-#yum --assumeyes install 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+# Instead, use 'yum' to install "EPEL". Both of the following lines
+# are required to install 'debootstrap' and 'schroot' later on RHEL:
+yum --assumeyes install 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
 yum --assumeyes install epel-release



reply via email to

[Prev in Thread] Current Thread [Next in Thread]