issues
search
sdr-enthusiasts
/
gitbook-adsb-guide
Guide to aircraft tracking using ADS-B reception with SDR & docker containers. Published on GitBook.
https://sdr-enthusiasts.gitbook.io/ads-b/
Other
129
stars
54
forks
source link
Add depmod for dependency database rebuilding
#99
Closed
YipYup
closed
1 year ago
YipYup
commented
1 year ago
This change adds
depmod -a
to the setup instructions in order to rebuild the database of module dependencies as well as factor in the module blacklist changes made. It is important this is done after blacklisting and before updating the initramfs.
More information can be found on the
depmod manual page
.
depmod -a
to the setup instructions in order to rebuild the database of module dependencies as well as factor in the module blacklist changes made. It is important this is done after blacklisting and before updating the initramfs.More information can be found on the depmod manual page.