divx118 / crouton-packages

Kernel-headers packages to use with crouton
56 stars 16 forks source link

rc.local script can load the wrong modules if there are other kernel modules installed. #3

Open divx118 opened 9 years ago

divx118 commented 9 years ago

If people start messing around with installing other kernel headers from the ubuntu ppa rc.local can load the wrong modules. Maybe it is better to switch to insmod and use uname -r to be sure we will use the right modules instead of modprobe.