Load ipmi_msghandler in the discovery ramdisk

This commit is contained in:
James Slagle 2015-02-05 16:14:25 -05:00
parent 8540e2a520
commit e93ef3c6de
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ install() {
installkernel() {
instmods sg
instmods ipmi_msghandler
instmods ipmi_si
instmods ipmi_devintf
}