From d5769a45eb82bfcb96105365fa0d8920570b4ae9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 21 Nov 2003 15:44:17 +0000 Subject: - install proprietary drivers - remove "nvidia" from /etc/modules --- move/make_live | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'move/make_live') diff --git a/move/make_live b/move/make_live index b63186238..c05b75569 100755 --- a/move/make_live +++ b/move/make_live @@ -39,6 +39,8 @@ sub installPackages { qw(mandrake_doc-en), #- doesn't get installed by DOCS :/ qw(zcip dhcp-client dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl), #- network conf qw(cups cups-drivers foomatic-db gimpprint hpoj libnet-snmp mtools mtoolsfm nmap printer-filters printer-testpages printer-utils scli xojpanel xpp), #- printer stuff + qw(ATI_GLX NVIDIA_GLX), + qw(hcfpcimodem hsflinmodem ltmodem), qw(xinput), #- for some mice qw(perl-Term-Readline-Gnu), #- allow debugging move ], @@ -77,6 +79,8 @@ print "Making live in $::prefix directory.\n"; run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file run_program::rooted($::prefix, 'kbuildsycoca', '--global'); eval { rm_rf("$::prefix/lib/i686") }; # de-complexify, use the default on any arch + + substInFile { $_ = '' if /^nvidia$/ } "$::prefix/etc/modules"; unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac', 'kalarmd.autostart'; } -- cgit v1.2.1