>From 9c766cd9e4d00a5cd2930b09d5b22f3ace62fc19 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 13 Mar 2013 16:44:03 +0400 Subject: [PATCH] live: temporary #28669 workaround (drop fbdev) Please see the bug for explanations; too bad I chose to limit this workaround to experimental gnustep image yesterday when aen@ suggested to apply it universally... --- features.in/live/live/image-scripts.d/90-rm-fbdev | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 features.in/live/live/image-scripts.d/90-rm-fbdev diff --git a/features.in/live/live/image-scripts.d/90-rm-fbdev b/features.in/live/live/image-scripts.d/90-rm-fbdev new file mode 100755 index 0000000..005f3db --- /dev/null +++ b/features.in/live/live/image-scripts.d/90-rm-fbdev @@ -0,0 +1,4 @@ +#!/bin/sh + +# a temporary workaround for #28669 (fall back to vesa) +rm -f /usr/lib*/X11/modules/drivers/fbdev_drv.so -- 1.8.1.6