mirror of
https://github.com/unraid/webgui.git
synced 2026-01-08 10:39:56 -06:00
copy contents of 'config/firmware' to /lib/firmware during start up
This commit is contained in:
@@ -30,3 +30,7 @@ MODPROBE="/boot/config/modprobe.d"
|
||||
if [[ -d $MODPROBE ]]; then
|
||||
find $MODPROBE -type f -exec install -p -m 0644 "{}" /etc/modprobe.d \;
|
||||
fi
|
||||
|
||||
# LimeTech - grab any user downloaded module firmware files
|
||||
FIRMWARE="/boot/config/firmware"
|
||||
[[ -d $FIRMWARE ]] && cp -rpn $FIRMWARE/* /lib/firmware
|
||||
|
||||
Reference in New Issue
Block a user