From 65ba8f915ed27b071697bd8315ef23f0d779611c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 7 Mar 2006 15:27:25 +0000 Subject: don't create (potentially broken) ld.so.conf.d files for X drivers --- live/One/2006.0/config/patch-2006-live.pl | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {}; -- cgit v1.2.1