Changeset 1334 in MondoRescue for branches/stable/tools/action2qemu


Ignore:
Timestamp:
Apr 24, 2007, 11:03:23 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Add a test env (local for laptop + QEMU based)
  • creates qemu-env for reuse of code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/action2qemu

    r1327 r1334  
    1919. $TOOLHOME/common-env
    2020. $TOOLHOME/distro-env
     21. $TOOLHOME/qemu-env
    2122
    2223if [ _"$1" != _"" ]; then
     
    4445            exit -1
    4546    fi
    46     if [ _"$sp" = _"" ]; then
    47         export sp=2222
    48     fi
    4947    ps auxww | grep qemu | grep -v grep | grep -q /users/qemu/$m.qemu
    5048    if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.