Changeset 3017 in MondoRescue for branches/3.0/mondo


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
Location:
branches/3.0/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondorestore.c

    r3008 r3017  
    888888    mvaddstr_and_log_it(g_currentY,
    889889                        0,
    890                         "Using tune2fs/tune4fs to identify your ext2,3 partitions");
     890                        "Using tune2fs/tune4fs to identify your ext2,3,4 partitions");
    891891
    892892    sprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab >> %s 2>> %s", g_mountlist_fname, MONDO_LOGFILE, MONDO_LOGFILE);
  • 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.