mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2025-06-26 16:31:50 +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-core
|
||||||
modprobe usbip-host
|
modprobe usbip-host
|
||||||
modprobe vhci-hcd
|
modprobe vhci-hcd
|
||||||
|
if [ "$ENABLE_VUDC" != "false" ]; then
|
||||||
|
modprobe usbip-vudc
|
||||||
|
fi
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user