Files
usbip-dkms-devcontainer-fea…/features/usbip-dkms
h7x4 3cf0075520 Move modprobes into post-start script
There's an issue with running modprobe during buildtime.
Not only is it semantically not valid, you don't have capabilities
activated and seccomp disabled during build time, so running modprobe
will crash the entire build.
2023-07-06 18:26:13 +02:00
..
2023-07-05 13:33:30 +02:00
2023-07-05 13:49:09 +00:00

USBIP DKMS Module (usbip-dkms)

DKMS module for USBIP

Example Usage

"features": {
    "ghcr.io/h7x4/usbip-dkms-devcontainer-feature/usbip-dkms:0": {}
}

Options

Options Id Description Type Default Value
kernelVersion - string -
enableVudc Enable Virtual USB Device Controller (VUDC) support. This requires the kernel to have CONFIG_USB_GADGET enabled, which linux-azure (GitHub Codespaces) does not have. boolean false
autoModprobe Automatically modprobe all modules after installation. boolean true

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.