mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2025-06-27 00:41:49 +02:00
Ensure usbip-vudc
gets loaded if enabled on autoModprobe
This commit is contained in:
@ -52,4 +52,7 @@ if [ "$AUTO_MODPROBE" != "false" ]; then
|
||||
modprobe usbip-core
|
||||
modprobe usbip-host
|
||||
modprobe vhci-hcd
|
||||
if [ "$ENABLE_VUDC" != "false" ]; then
|
||||
modprobe usbip-vudc
|
||||
fi
|
||||
fi
|
Reference in New Issue
Block a user