summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-02-28 15:51:15 +0000
committerFrancois Pons <fpons@mandriva.com>2002-02-28 15:51:15 +0000
commit7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6 (patch)
tree64d8806fa8475eb9f9d0a7c3e9ee2feeeadd1c0f /tools
parentf711b8be34caa624830dce245872ed738f372265 (diff)
downloaddrakx-backup-do-not-use-7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6.tar
drakx-backup-do-not-use-7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6.tar.gz
drakx-backup-do-not-use-7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6.tar.bz2
drakx-backup-do-not-use-7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6.tar.xz
drakx-backup-do-not-use-7927b7d0a89d0fd22a3c953a5f5c0e0388d97be6.zip
added curl as a bonus for oem install (it will be used by urpmi)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/oem-prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/oem-prepare b/tools/oem-prepare
index 1c307515e..5c6a34892 100755
--- a/tools/oem-prepare
+++ b/tools/oem-prepare
@@ -182,7 +182,7 @@ sub select_packages {
#- package that have to selected here as a bonus for oem install.
foreach (qw(cups cups-drivers a2ps drakprofile draksync numlock raidtools icewm-light
- Mesa Mesa-demos alsa alsa-utils Mesa-demos
+ Mesa Mesa-demos alsa alsa-utils Mesa-demos curl
glibc vim-minimal kernel
), exists $options{server} ? qw(kernel22 openldap-migration openldap-clients pam_ldap) : ()) {
my $pkg = pkgs::packageByName($o->{packages}, $_);