From c137f16ddf265f7ce9d6f89cea9c2ca441a2e74f Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 27 Dec 2025 14:08:57 +0100 Subject: [PATCH] chore: remve -kvm and -usb Better to just use the podman flags, they are very similair --- devc.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devc.sh b/devc.sh index 08dc9ba..3c24d7f 100755 --- a/devc.sh +++ b/devc.sh @@ -49,10 +49,6 @@ param_args() { case "$1" in -gpu) # Enable gpu acceleration. arg "--device /dev/dri" ;; - -kvm) # Enable KVM. - arg "--device /dev/kvm" ;; - -usb) # Enable USB access. - arg "--device /dev/bus/usb" ;; -host-spawn) # Enable spawning host commands from inside the container using host-spawn. arg "-v /run/user/$UID/bus:/tmp/bus" arg "-e HOST_HOME=$HOME" # Used to translate paths.