Add ipmitool and drivers (#1126009)
Add the ipmi tools and keep the impi drivers in the image. Resolves: rhbz#1126009
This commit is contained in:
parent
bbec9e21bd
commit
1686a1a159
@ -90,8 +90,8 @@ arch/x86/kvm
|
||||
remove lib/modules/*/kernel/${kmodpath}
|
||||
%endfor
|
||||
remove lib/modules/*/{build,source,*.map}
|
||||
## Need to keep virtio_console.ko in drivers/char
|
||||
runcmd chroot ${root} find /lib/modules -regex ".*/kernel/drivers/char/.*" \! -name virtio_console.ko -delete
|
||||
## Need to keep virtio_console.ko and ipmi stuff in drivers/char
|
||||
runcmd chroot ${root} find /lib/modules -regex ".*/kernel/drivers/char/.*" \! -name virtio_console.ko\* \! -name ipmi* -delete
|
||||
## NOTE: depmod gets re-run after cleanup finishes
|
||||
|
||||
## remove unused themes, theme engines, icons, etc.
|
||||
|
@ -95,7 +95,7 @@ installpkg tigervnc-server-module
|
||||
installpkg net-tools
|
||||
|
||||
## hardware utilities/libraries
|
||||
installpkg pciutils usbutils
|
||||
installpkg pciutils usbutils ipmitool
|
||||
installpkg mt-st smartmontools
|
||||
%if basearch != "s390x":
|
||||
installpkg hdparm
|
||||
|
Loading…
Reference in New Issue
Block a user