Changeset 3017 in MondoRescue for branches/3.0/mondo/test/mondo-test


Ignore:
Timestamp:
Jun 3, 2012, 8:25:00 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • mondo-test now installs in VM the NFS clients tools in advance
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/mondo-test

    r3016 r3017  
    1313# You may have multiple distros here
    1414#TESTVMDIST="rhel-6-x86_64"
    15 TESTVMDIST="rhel-5-x86_64"
     15TESTVMDIST="ubuntu-11.04-i386"
    1616#TESTVMDIST="debian-6.0-x86_64 ubuntu-11.04-i386 fedora-16-x86_64 opensuse-12.1-x86_64 mageia-2-i386 mandriva-2010.1-i386 rhel-6-x86_64 rhel-5-i386"
    1717VMCOMMADIST=`echo $TESTVMDIST | sed 's/ /,/g'`
     
    158158echo "$updcmd" | grep -w yum
    159159if [ \$? -eq 0 ]; then
     160    $updcmd nfs-utils
    160161    cd /etc/yum.repos.d
    161162    wget ftp://ftp.mondorescue.org/test/$dd/$vv/$aa/mondorescue-test.repo
     
    169170echo "$updcmd" | grep -w apt-get
    170171if [ \$? -eq 0 ]; then
     172    $updcmd nfs-common
    171173    cd /etc/apt/sources.list.d
    172174    wget ftp://ftp.mondorescue.org/test/$dd/$vv/mondorescue-test.sources.list
Note: See TracChangeset for help on using the changeset viewer.