diff options
Diffstat (limited to 'live/One/2006.0/config/patch-2006-live.pl')
-rw-r--r-- | live/One/2006.0/config/patch-2006-live.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/live/One/2006.0/config/patch-2006-live.pl b/live/One/2006.0/config/patch-2006-live.pl index df55f4792..37b13f6fd 100644 --- a/live/One/2006.0/config/patch-2006-live.pl +++ b/live/One/2006.0/config/patch-2006-live.pl @@ -191,3 +191,11 @@ undef *write_zeroconf; require services; services::set_status('tmdns', $net->{zeroconf}{hostname}, $::isInstall); }; + +use Xconfig::card; +package Xconfig::card; + +#- don't create (potentially broken) ld.so.conf.d files for X drivers +#- anyway we don't want to configure it for the live system +undef *libgl_config; +*libgl_config = sub {}; |