Changeset 441 in MondoRescue for branches/stable/tools/mkqemu


Ignore:
Timestamp:
Mar 15, 2006, 10:24:27 PM (18 years ago)
Author:
bcornec
Message:

Add missing net modules (Klaus Ade Johnstad <klaus_at_skolelinux.no>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkqemu

    r440 r441  
    6363        sleep 240
    6464    fi
    65     scp -p $sp /tmp/mkmondo bruno@$ipvm:
    66     ssh bruno@$ipvm "chmod 755 ./mkmondo ; ./mkmondo" | tee /tmp/mkvm.log
     65    scp -P $sp /tmp/mkmondo bruno@localhost:
     66    ssh -p $sp bruno@localhost "chmod 755 ./mkmondo ; ./mkmondo" | tee /tmp/mkvm.log
    6767    if [ $vmp -eq 1 ]; then
    68         ssh root@$ipvm "halt -p"
     68        ssh -p $sp root@localhost "halt -p"
    6969    fi
    7070done
Note: See TracChangeset for help on using the changeset viewer.