Skip to content

Commit e26ee0a

Browse files
committed
Update anyvm.py
1 parent 179d8d2 commit e26ee0a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

anyvm.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def urlretrieve(url, filename, reporthook=None):
8080
"solaris": "2.0.0",
8181
"omnios": "2.0.3",
8282
"haiku": "0.0.2",
83-
"openindiana": "2.0.0"
83+
"openindiana": "2.0.1"
8484
}
8585

8686
VERSION_TOKEN_RE = re.compile(r"[0-9]+|[A-Za-z]+")
@@ -3768,9 +3768,6 @@ def supports_ansi_color(stream):
37683768

37693769
qemu_elapsed = time.time() - qemu_start_time
37703770
debuglog(config['debug'], "VM Ready! Boot took {:.2f} seconds. Connect with: ssh {}".format(qemu_elapsed, vm_name))
3771-
if config.get('os') == 'openindiana' and platform.system() == 'Darwin' and platform.machine() == 'arm64':
3772-
debuglog(config['debug'], "Waiting for OpenIndiana to finish booting...")
3773-
time.sleep(5)
37743771

37753772
# Post-boot config: Setup reverse SSH config inside VM
37763773
current_user = getpass.getuser()

0 commit comments

Comments
 (0)