Rework printer setup.

Don't remove local printers.
Create printerlist.csv for VMs.
This commit is contained in:
Raphael Dannecker 2024-06-04 14:42:10 +02:00
parent 463997aa26
commit 679e0cc0aa
3 changed files with 17 additions and 8 deletions

View file

@ -15,3 +15,5 @@ else
VM_DIR="/tmp/${UID}/vm"
VM_DIR_PERSISTENT="/var/vm/${UID}"
fi
VM_MEDIADIR="/lmn/media/${USER}"