Commit d0cd7cd
fix(dmsquash-live-root): check kernel for built-in
Do not assume that `overlay` is always a module. Check first for
`overlay` in `/proc/filesystems`. This is needed in the --no-kernel
use case to avoid the error: modprobe:
FATAL: Module overlay not found in directory /lib/modules/<kver>
Signed-off-by: Federico Vaga <[email protected]>overlay drivers1 parent 5a5f9c5 commit d0cd7cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments