Skip to content
  • Michael Biebl's avatar
    Switch back to load the sg module via the kmod builtin · d2e8e037
    Michael Biebl authored
    The problem was not that the kmod builtin is faster then modprobe but
    rather the incorrect usage of the "=" assignment operator. We need to
    use "+=" here, so the sg module is loaded in addition to other scsi
    modules, which are loaded via the modalias rule.
    Thanks to Tommaso Colombo for the analysis.
    d2e8e037