diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 09:26:11 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 09:26:11 +0000 |
commit | 914d1bad03c17e0f5fdebfb5c99181895d775a77 (patch) | |
tree | 2802ea5ce659d7f6d66bf86cded475c27c3988a0 | |
parent | 034dc13bf3853aa8230a3a6f7120cf0028eee731 (diff) | |
download | drakx-914d1bad03c17e0f5fdebfb5c99181895d775a77.tar drakx-914d1bad03c17e0f5fdebfb5c99181895d775a77.tar.gz drakx-914d1bad03c17e0f5fdebfb5c99181895d775a77.tar.bz2 drakx-914d1bad03c17e0f5fdebfb5c99181895d775a77.tar.xz drakx-914d1bad03c17e0f5fdebfb5c99181895d775a77.zip |
we need pcmcia-cs if we ever want pcmcia to work
-rwxr-xr-x | move/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index a3b20cb48..f4435a50a 100755 --- a/move/make_live +++ b/move/make_live @@ -38,7 +38,7 @@ sub installPackages { qw(mountloop), #- crypted folders qw(dnotify), #- notification of /etc changes 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(zcip dhcp-client dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl pcmcia-cs), #- 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 NVIDIA_nforce-2.4.22.21mdk), |