summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2022-12-21 20:35:12 +0100
committerJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2022-12-21 21:24:38 +0100
commitc0445d80ab5c48209825d3d91141c3e1a96ce5c1 (patch)
tree83dd1d390ce18bd902cdebb82e0d55f9b402535b
parentaee1eb3d1c280543557dae62aee55c25d3ad0da1 (diff)
downloaddebvm-c0445d80ab5c48209825d3d91141c3e1a96ce5c1.tar.gz
debvm-run: set the name for the process and SDL window caption
-rwxr-xr-xdebvm-run1
1 files changed, 1 insertions, 0 deletions
diff --git a/debvm-run b/debvm-run
index 7c2e6c3..745f090 100755
--- a/debvm-run
+++ b/debvm-run
@@ -83,6 +83,7 @@ NETDEV="user,id=net0"
set -- \
-no-user-config \
+ -name "debvm-run $IMAGE" \
-m 1G \
-smp "$(nproc)" \
-kernel "$KERNELTMP" \