Simple EC2 user-data VM test

This commit is contained in:
Dan Peebles
2015-05-27 06:12:26 +00:00
committed by Dan Peebles
parent bb3db4e653
commit b6c589b2da
4 changed files with 98 additions and 3 deletions

View File

@@ -43,8 +43,6 @@ sub new {
$startCommand .= "-bios $args->{bios} "
if defined $args->{bios};
$startCommand .= $args->{qemuFlags} || "";
} else {
$startCommand = Cwd::abs_path $startCommand;
}
my $tmpDir = $ENV{'TMPDIR'} || "/tmp";