From c25f0a184f111bb02d5ad042ffa83aa7023422fa Mon Sep 17 00:00:00 2001 From: 3np <3np@example.com> Date: Sat, 22 Mar 2025 05:14:20 +0000 Subject: [PATCH 1/2] sys-print: no netvm by default --- salt/sys-print/create.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/sys-print/create.sls b/salt/sys-print/create.sls index 3bb4f0b..7dec9ae 100644 --- a/salt/sys-print/create.sls +++ b/salt/sys-print/create.sls @@ -35,7 +35,7 @@ present: prefs: - template: tpl-{{ slsdotpath }} - label: red -- netvm: "*default*" +- netvm: "" - audiovm: "" - vcpus: 1 - memory: 300 @@ -70,7 +70,7 @@ present: prefs: - template: dvm-{{ slsdotpath }} - label: red -- netvm: "*default*" +- netvm: "" - audiovm: "" - vcpus: 1 - memory: 300 @@ -105,7 +105,7 @@ present: prefs: - template: tpl-{{ slsdotpath }} - label: red -- netvm: "*default*" +- netvm: "" - audiovm: "" - vcpus: 1 - memory: 300 From eba6280704afc179487ad9b40df21f5dbc2a995e Mon Sep 17 00:00:00 2001 From: 3np <3np@example.com> Date: Sat, 22 Mar 2025 05:14:37 +0000 Subject: [PATCH 2/2] sys-print: update README --- salt/sys-print/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/salt/sys-print/README.md b/salt/sys-print/README.md index 71bae89..864b3f5 100644 --- a/salt/sys-print/README.md +++ b/salt/sys-print/README.md @@ -124,6 +124,14 @@ system-config-printer On the client, select the file to print, open it with an editor, viewer or browser and target the desired printer. +### Network printers + +By default, `sys-print` and `disp-sys-print` have no NetVM. If you are accessing a networked printer, you must attach one (ideally isolated from your primary NetVM). + +### USB multi-function printers + +USB printers with both printing and scanning function can run into situations where either scanning or printing does not work. [Explanation of the issue](https://fitzcarraldoblog.wordpress.com/2015/07/20/the-problem-of-scanning-using-usb-multi-function-printers-in-linux/) + ## Credits * [Unman](https://github.com/unman/shaker/tree/main/sys-print)