Changeset 764 in MondoRescue for trunk/tools/build2qemu


Ignore:
Timestamp:
Aug 8, 2006, 12:34:37 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r728:763 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/build2qemu

    r729 r764  
    1313# Syntax: build2qemu [version-tag [vm1]..|vmx]]
    1414
    15 umask 022
     15(
    1616dname=`dirname $0`
    1717prem=`echo $dname |cut -c1`
     
    8282        sleep 300
    8383    fi
    84     scp -P $sp $TMP/mkmondo.tar.gz bruno@localhost:
     84    scp -P $sp $TMP/mkmondo.tar.gz ~/.rpmmacros ~/.rpmrc bruno@localhost:
    8585    rdate=`date "+%m%d%H%M"`
    8686    ssh -p $sp root@localhost "date $rdate"
     
    100100# Should be removed at the end
    101101rm -rf $TMP
     102) 2>&1 | tee /tmp/build2qemu.log
Note: See TracChangeset for help on using the changeset viewer.