Changeset 1676 in MondoRescue


Ignore:
Timestamp:
Oct 10, 2007, 2:01:35 AM (17 years ago)
Author:
Bruno Cornec
Message:

Adds changelog file template for Debian via pbconf

Location:
branches/2.2.5
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/tools/setupqemu

    r1674 r1676  
    11#!/bin/bash
    22
     3(
    34if [ _"$1" == _"" ]; then
    45    echo "Syntax: setupqemu VM"
     
    67fi
    78cat /users/bruno/pb/svn/devel/pb/contrib/pbsetupqemu /users/bruno/pb/svn/devel/pb/lib/ProjectBuilder/Distribution.pm > /tmp/pbscript
    8 pb -r `pwd` -p mondorescue -m $1 -a root -s /tmp/pbscript script2vm ; pb -p mondorescue -m $1 build2vm
     9for m in $*; do
     10    pb -r `pwd` -p mondorescue -m $m -a root -s /tmp/pbscript script2vm ; pb -p mondorescue -m $m build2vm
     11    #ssh -p 2222 root@localhost halt
     12    #sleep 300
     13    #ps auxww | grep qemu | grep -Ev 'grep|setupqemu' | awk '{print $2}' | xargs kill
     14done
     15) 2>&1 | tee /tmp/setupqemu.log
Note: See TracChangeset for help on using the changeset viewer.