Changeset 3735 in MondoRescue


Ignore:
Timestamp:
Nov 18, 2019, 1:47:10 AM (4 years ago)
Author:
Bruno Cornec
Message:

test with SLES and btrfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/contrib/pbtest

    r3718 r3735  
    99# setup that VM after with pb -p mondorescue -m $DISTRO prepvm
    1010#
    11 #DISTRO=sles-12-x86_64
    12 DISTRO=rhel-7-x86_64
     11#DISTRO=sles-15-x86_64
     12DISTRO=sles-12-x86_64
     13#DISTRO=rhel-8-x86_64
     14#DISTRO=rhel-7-x86_64
    1315#DISTRO=rhel-5-x86_64
    1416#DISTRO=fedora-20-x86_64
     
    3840elif [ $NAME = "sles" ]; then
    3941    REPODIR="/etc/zypp/repos.d"
    40     REPOCMD="zypper"
     42    REPOCMD="zypper --gpg-auto-import-keys --non-interactive"
    4143fi
    4244\$REPOCMD install -y curl
     
    4951fi
    5052if [ $NAME = "rhel" ]; then
    51     \$REPOCMD makecache fast
     53    rpm -q epel-release
     54    if [ \$? -ne 0 ]; then
     55        dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$VER.noarch.rpm
     56    fi
     57    \$REPOCMD makecache
    5258elif [ $NAME = "sles" ]; then
    5359    \$REPOCMD ref
Note: See TracChangeset for help on using the changeset viewer.