This seems lost in the forest again... So to recap: we have the following options. 1) Make sg built-in 2) Move modules-load.d stuff into sg3_utils 3) Try to do auto-load via alias (or other way) (1) would be feasible on TW kernel, but on SLE, it's an open question because SLE kernel has CONFIG_SCSI=m. So it's not only about sg on SLE kernels. (2) looks like an easy solution to me. We need to care about the missing package dependency, though. (3) is self-contained in kernel, which is good, but seems racy. If I were to decide, I'd take (2). Any other opinions?