diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-06-13 04:35:38 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-06-13 04:35:38 +0000 |
commit | abbd644ab503f66c469be40e0fe0534c680286d3 (patch) | |
tree | 923739c89970c395273a891086bf44b6d632f71d /perl-install/Makefile.config | |
parent | 967d8ec6e7be57b1cdfc4ff1538044bc07b4db53 (diff) | |
download | drakx-abbd644ab503f66c469be40e0fe0534c680286d3.tar drakx-abbd644ab503f66c469be40e0fe0534c680286d3.tar.gz drakx-abbd644ab503f66c469be40e0fe0534c680286d3.tar.bz2 drakx-abbd644ab503f66c469be40e0fe0534c680286d3.tar.xz drakx-abbd644ab503f66c469be40e0fe0534c680286d3.zip |
don't install drakpxe, the PXE wizard is now in the drakpxelinux package
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 5c7eb70ea..e9b85fa07 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -5,7 +5,7 @@ TMPDIR = /tmp SO_FILES = c/blib/arch/auto/c/c.so PMS_DIRS = Newt Xconfig c xf86misc diskdrake harddrake interactive modules network partition_table printer resize_fat sbus_probing security fs PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 -STANDALONEPMS_ = XFdrake adduserdrake autosetupprintqueues diskdrake drakTermServ drakautoinst drakauth drakbackup drakboot drakbug drakbug_report drakclock drakconnect drakedm drakfirewall drakfloppy drakfont drakgw drakhelp drakperm drakproxy drakpxe drakroam draksec draksound draksplash drakupdate_fstab drakups drakvpn drakxservices drakxtv fileshareset harddrake2 finish-install keyboarddrake listsupportedprinters localedrake logdrake lsnetdrake mousedrake net_applet net_monitor printerdrake scannerdrake service_harddrake service_harddrake_confirm bootloader-config +STANDALONEPMS_ = XFdrake adduserdrake autosetupprintqueues diskdrake drakTermServ drakautoinst drakauth drakbackup drakboot drakbug drakbug_report drakclock drakconnect drakedm drakfirewall drakfloppy drakfont drakgw drakhelp drakperm drakproxy drakroam draksec draksound draksplash drakupdate_fstab drakups drakvpn drakxservices drakxtv fileshareset harddrake2 finish-install keyboarddrake listsupportedprinters localedrake logdrake lsnetdrake mousedrake net_applet net_monitor printerdrake scannerdrake service_harddrake service_harddrake_confirm bootloader-config STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) share/advertising/*.pl share/compssUsers.pl* |