Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion share/templates.d/99-generic/runtime-cleanup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ removekmod drivers/char --allbut virtio_console hw_random \
removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp

## As of 2020-09 most of this are built-in too, but again, keep them listed
removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops
removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops fb
remove lib/modules/*/{build,source,*.map}
## NOTE: depmod gets re-run after cleanup finishes

Expand Down
Loading