mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-19 15:05:48 -04:00
Merge eba6280704afc179487ad9b40df21f5dbc2a995e into 75aac52edad09eb5f0cdcbe05bcd1c41f83cb28e
This commit is contained in:
commit
b07287ce66
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user