From c0445d80ab5c48209825d3d91141c3e1a96ce5c1 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 21 Dec 2022 20:35:12 +0100 Subject: debvm-run: set the name for the process and SDL window caption --- debvm-run | 1 + 1 file changed, 1 insertion(+) 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" \ -- cgit v1.2.3