Changeset 756 in MondoRescue for branches/2.0.9/tools/build2qemu


Ignore:
Timestamp:
Aug 7, 2006, 1:16:48 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r754:755 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.9/tools/build2qemu

    r721 r756  
    1313# Syntax: build2qemu [version-tag [vm1]..|vmx]]
    1414
    15 umask 022
     15exec > /tmp/build2qemu.log 2>&1
     16
    1617dname=`dirname $0`
    1718prem=`echo $dname |cut -c1`
     
    8283        sleep 300
    8384    fi
    84     scp -P $sp $TMP/mkmondo.tar.gz bruno@localhost:
     85    scp -P $sp $TMP/mkmondo.tar.gz ~/.rpmmacros ~/.rpmrc bruno@localhost:
    8586    rdate=`date "+%m%d%H%M"`
    8687    ssh -p $sp root@localhost "date $rdate"
Note: See TracChangeset for help on using the changeset viewer.