Add dependencies for SE/HMC

(cherry-picked from a commit d8aee3b)
This commit is contained in:
Vendula Poncova 2017-04-11 15:47:57 +02:00 committed by Brian C. Lane
parent 8edaefd4d1
commit 179ef628d4
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ removekmod sound drivers/media drivers/hwmon \
## Also keep virtio-rng so that the installer can get sufficient randomness for ## Also keep virtio-rng so that the installer can get sufficient randomness for
## LUKS setup. ## LUKS setup.
removekmod drivers/char --allbut virtio_console hw_random \ removekmod drivers/char --allbut virtio_console hw_random \
virtio-rng ipmi virtio-rng ipmi hmcdrv
removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp
removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops
remove lib/modules/*/{build,source,*.map} remove lib/modules/*/{build,source,*.map}

View File

@ -59,7 +59,7 @@ installpkg glibc-all-langpacks
installpkg grub2-${basearch} installpkg grub2-${basearch}
%endif %endif
%if basearch == "s390x": %if basearch == "s390x":
installpkg lsscsi s390utils-base s390utils-cmsfs-fuse installpkg lsscsi s390utils-base s390utils-cmsfs-fuse s390utils-hmcdrvfs
%endif %endif
## yay, plymouth ## yay, plymouth