diff options
author | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2022-12-21 20:35:12 +0100 |
---|---|---|
committer | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2022-12-21 21:24:38 +0100 |
commit | c0445d80ab5c48209825d3d91141c3e1a96ce5c1 (patch) | |
tree | 83dd1d390ce18bd902cdebb82e0d55f9b402535b /debvm-run | |
parent | aee1eb3d1c280543557dae62aee55c25d3ad0da1 (diff) | |
download | debvm-c0445d80ab5c48209825d3d91141c3e1a96ce5c1.tar.gz |
debvm-run: set the name for the process and SDL window caption
Diffstat (limited to 'debvm-run')
-rwxr-xr-x | debvm-run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ NETDEV="user,id=net0" set -- \ -no-user-config \ + -name "debvm-run $IMAGE" \ -m 1G \ -smp "$(nproc)" \ -kernel "$KERNELTMP" \ |