WIP:aryan/build #1
Loading…
Reference in a new issue
No description provided.
Delete branch "aryan/build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
check it out
@ -2,0 +2,4 @@
import os
user = os.getlogin()
image = f"/home/{user}/safe/debian.qcow2"
Might be better to use
Path.home()
from pathlib. Probably just leave it in the home directory, since safe doesn't necessarily exist for new users@ -2,0 +13,4 @@
"-drive", "file=%s,media=disk,if=virtio" % image,
# "-nographic",
# "-serial", "mon:stdio",
This list and the corresponding popen should be in a function that accepts an argument to toggle those nographic flags
Pull request closed