> FWIW, I've been using simple shutdown and reboot scripts to work > around this issue (I think since I first started using Qubes). Here's > an example: > > ``` > #!/bin/bash > qvm-shutdown --wait --all \ > - --exclude=sys-net \ > - --exclude=sys-firewall \ > - --exclude=sys-usb \ > - --exclude=sys-whonix \ > - --exclude=sys-vpn \ > - --exclude=sys-etc \ > qvm-shutdown --wait --all > sleep 3 > shutdown now
I guess there is some formatting problems here? The '-' in the beginning of all the --exclude lines should be removed I think? -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/fa458fb2-a8e3-4985-9804-4cb33fde695a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
