From a17cecdee2acc4ffffef06de6853f36a71b78437 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 19 Feb 2016 15:48:44 -0800 Subject: [PATCH] Keep modules needed for ast video driver support (#1272658) The ast module depends on: drm,drm_kms_helper,ttm,syscopyarea,i2c-core,sysfillrect,sysimgblt,i2c-algo-bit This retains the syscopyarea, sysfillrect, and sysimgblt modules. 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 69ce7529..157a8eb4 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -90,7 +90,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 +removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt remove lib/modules/*/{build,source,*.map} ## NOTE: depmod gets re-run after cleanup finishes