Merge eba6280704afc179487ad9b40df21f5dbc2a995e into 75aac52edad09eb5f0cdcbe05bcd1c41f83cb28e

This commit is contained in:
3nprob 2025-03-22 05:18:51 +00:00 committed by GitHub
commit b07287ce66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 3 deletions

View File

@ -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)

View File

@ -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