From 6a8663c2702bfd98163098785e6ad4ffd28dd626 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 18 Jul 2016 14:37:35 -0700 Subject: [PATCH] Keep fb_sys_fops module needed for ast support (#1272658) Ends up the drm_kms_helper module depends on fb_sys_fops so keep that as well. Resolves: rhbz#1272658 --- share/runtime-cleanup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 912388e5..f2b71110 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -96,7 +96,7 @@ removekmod sound drivers/media drivers/hwmon \ removekmod drivers/char --allbut virtio_console hw_random \ virtio-rng ipmi removekmod drivers/staging --allbut zram -removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt +removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops remove lib/modules/*/{build,source,*.map} ## NOTE: depmod gets re-run after cleanup finishes