Commit 75d0a7e
committed
tools/create-image.sh: add linux-firmware package by default
Multiple usb drivers (among others) are missing firmware thus
stopping short any probe() attempts.
A couple examples are:
1) comedi usb drivers: usbdux, usbduxfast etc.
2) drivers/media/usb/{s2255,go7007}
and a few others at the very least.
Add the required module 'firmware-linux' (carries both free and
nonfree batches of built firmware) to the list of default packages.
This is not an ideal solution considering the goal of a *minimal*
distribution. Still, this will increase code coverage.1 parent b5ed9b2 commit 75d0a7e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments