Raphael Dannecker
97b9ba8d97
Shorten path for XDG_CONFIG_HOME and clean dir
...
In Linux socket paths are limited to 108 char length.
/var/tmp/vm/$UID/.config will be too long in some cases.
So we use /var/tmp/vm/$UID
/var/tmp/vm must be
- cleaned on startup
- created with sticky-bit (used by different users)
2025-02-18 14:16:56 +01:00
Raphael Dannecker
5998c5900e
Trixies uses tmpfs for /tmp, so let's use /var/tmp/vm for temporary VM files
2025-01-27 17:11:12 +01:00
Andreas B. Mundt
4d961c60e9
Adapt to latest macvtap device names.
2024-06-14 14:24:26 +02:00
Andreas B. Mundt
edf92566cf
Allow multiple VMs.
2024-04-30 11:16:32 +02:00
Andreas B. Mundt
07f34be546
Fix VMs with home on CIFS.
2024-02-14 15:06:05 +01:00
Andreas B. Mundt
d4f6d91f15
Allow starting multiple VMs where the first uses the macvtap device.
2024-02-13 20:16:47 +01:00
Andreas B. Mundt
eeec281bb0
Fix path for RAM image. SIP client on request.
2024-02-05 11:46:11 +01:00
Andreas B. Mundt
1e91e30a3f
Add RAM option to allow exploring DHCP.
2024-02-04 10:21:02 +01:00
Andreas B. Mundt
9590af9ba2
Minor fixes and improvements.
2024-02-02 19:29:27 +01:00
Andreas B. Mundt
cfae3f22ed
VM chooser menu and much faster direct kernel loading.
2024-01-30 08:28:47 +01:00
Andreas B. Mundt
1622106e3c
Calculate memory and number of CPUs for the VM.
2024-01-27 10:12:30 +01:00
Andreas B. Mundt
138c4f7d7e
Simplify netboot VM start by script.
2024-01-27 10:12:30 +01:00