Commit 0ba5ad64 authored by Michael Shigorin's avatar Michael Shigorin

install2: further reduce X driver bloat

An installer needs video playback acceleration when it has some content to show and some means to; as long as these are not supported just drop this unconditionally.
parent 6a59475d
#!/bin/sh
# drop extra drivers et al, purge kernel image(s)
# xorg modules
# xorg-dri-*
rm -r /usr/lib*/X11/modules/dri
# no movies during installation so far
rm -rf /usr/lib*/vdpau/ /usr/lib*/libXv*
# evms modules; see http://evms.sourceforge.net/user_guide/
rm -f /lib*/evms/*/{bbr,csm,drivelink,ogfs,replace,snapshot}*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment