Skip to content

Commit

Permalink
Keep hyperv_fb driver in the image (#834791)
Browse files Browse the repository at this point in the history
Hyper-V needs this.

Resolves: rhbz#834791
(cherry picked from commit b51ff60)
  • Loading branch information
bcl committed Jun 29, 2015
1 parent 02c7678 commit 4342b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/runtime-cleanup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ remove /var/lib/rpm/* /var/lib/yum
remove /usr/share/icons/*/icon-theme.cache

## clean up kernel modules
removekmod sound drivers/media drivers/hwmon drivers/video \
removekmod sound drivers/media drivers/hwmon \
net/atm net/bluetooth net/sched net/sctp \
net/rds net/l2tp net/decnet net/netfilter net/ipv4 net/ipv6 \
drivers/watchdog drivers/target drivers/rtc drivers/input/joystick \
Expand All @@ -90,6 +90,7 @@ removekmod sound drivers/media drivers/hwmon drivers/video \
removekmod drivers/char --allbut virtio_console hw_random \
virtio-rng ipmi
removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp
removekmod drivers/video --allbut hyperv_fb
remove lib/modules/*/{build,source,*.map}
## NOTE: depmod gets re-run after cleanup finishes

Expand Down

0 comments on commit 4342b8f

Please sign in to comment.