diff options
author | Eric Hameleers <alien@slackware.com> | 2016-06-15 10:54:13 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-06-15 10:54:13 +0200 |
commit | 930ccf2cb0520107fe72f6deef82d2145713a7b5 (patch) | |
tree | 2cb7b258b9cc96915575bf7b8422c0c7801c4c68 /syslinux/isolinux.cfg | |
parent | a4a87869b08723a3d784bec866e53939d9579d1d (diff) | |
download | liveslak-930ccf2cb0520107fe72f6deef82d2145713a7b5.tar.gz liveslak-930ccf2cb0520107fe72f6deef82d2145713a7b5.tar.xz |
Deal properly with the user enabling any optional/addon kernel modules.
When the user loads a non-system squashfs module (for instance from the
optional or addons subdirectories) and this contains kernel modules,
then the kernel must be made aware using a "depmod -a" call.
The previous implementation did this at the end of rc.local but
that was too late in the boot process: the kernel needs to be aware
of the new modules straight from the start, so that udev can enable
the hardware which is supported by these new kernel drivers on time.
So the depmod call was moved to the live init script (inside the initrd).
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions