Compare commits

...

2 commits

Author SHA1 Message Date
Raphael Dannecker
efd48de6c7 The virt-viewer package must be explicitly selected for trixie 2025-06-05 13:02:12 +02:00
Raphael Dannecker
db6197d0a0 Prevents the --options option in vm-run from interfering with other options 2025-06-05 12:48:10 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -216,7 +216,7 @@ while true; do
shift shift
;; ;;
-o | --options ) -o | --options )
LIBVIRTOPTS=$2 LIBVIRTOPTS="${LIBVIRTOPTS} $2"
shift 2 shift 2
;; ;;
--no-viewer ) --no-viewer )

View file

@ -18,6 +18,7 @@
- mktorrent - mktorrent
- libvirt-daemon-system - libvirt-daemon-system
- virt-manager - virt-manager
- virt-viewer
- dialog # for vm-netboot menu - dialog # for vm-netboot menu
# - name: allow all users to use VMs # - name: allow all users to use VMs