diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-21 15:44:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-21 15:44:17 +0000 |
commit | d5769a45eb82bfcb96105365fa0d8920570b4ae9 (patch) | |
tree | 3a18a6a8bfcf2c467b5feb5172bc4eb85b10cf17 /move | |
parent | 1e5da52de74d4356044738fafbb3dfbe2b7549b6 (diff) | |
download | drakx-d5769a45eb82bfcb96105365fa0d8920570b4ae9.tar drakx-d5769a45eb82bfcb96105365fa0d8920570b4ae9.tar.gz drakx-d5769a45eb82bfcb96105365fa0d8920570b4ae9.tar.bz2 drakx-d5769a45eb82bfcb96105365fa0d8920570b4ae9.tar.xz drakx-d5769a45eb82bfcb96105365fa0d8920570b4ae9.zip |
- install proprietary drivers
- remove "nvidia" from /etc/modules
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 4 |
1 files changed, 4 insertions, 0 deletions
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'; } |