From 9549ab49a648a65782805bd0b5f1453bc89671a4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 2 Feb 2001 14:40:16 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ perl-install/Makefile | 2 +- perl-install/pkgs.pm | 2 +- 3 files changed, 46 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 1b27d7789..654f7182c 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,47 @@ +2001/02/02 dam's + + * interactive_gtk.pm, standalone/draknet, netconnect.pm, my_gtk.pm, + standalone/diskdrake: recoded wizard mode + corrected some stuff. + trying not to break draknet for cooker snapshot + +2001/02/02 Pixel + + * Xconfigurator.pm (monitorConfiguration): better default for DDC probe + fails and + auto_install and not provided any info about the monitor + + * install_any.pm (setPackages): in auto_installs, default to all groups + chosen, unless + compssUsersChoice exist. Won't change anything unless compssListLevel is + used of course + + * share/locales.tar.bz2: yet another LC_NUMERIC, seems like the previous i + chose was glibc-2.1 :-( + this one en_US and seems all right! + + * Xconfigurator_consts.pm: add low_default_monitor for default of + auto_installs + + * Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm, + diskdrake.pm: using the new formatXiB + + * install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in + /etc/sysconfig/i18n + + * common.pm (formatXiB): created, format a number in human readable format + + * mdk-stage1/disk.c (try_with_device): bloody guillaume changed + /tmp/hdimage to /tmp/disk without even + telling, changing it back as i don't see any good reason for the move. + +2001/02/01 dam's + + * standalone/draknet: new draknet snapshot. Still unuseable + + * interactive_gtk.pm, netconnect.pm, my_gtk.pm: updated embedded mode in + install. + 2001/01/31 dam's * standalone/draknet: corected translation and conflict. diff --git a/perl-install/Makefile b/perl-install/Makefile index 4169902f6..de0b977fc 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -153,4 +153,4 @@ full_stage2: stage2: $(MAKE) install_pms -# $(ROOTDEST)/misc/make_mdkinst_stage2 $(DEST) $(ROOTDEST)/Mandrake/base/mdkinst_stage2 + $(ROOTDEST)/misc/make_mdkinst_stage2 $(DEST) $(ROOTDEST)/Mandrake/base/mdkinst_stage2 diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 1227a21f8..b6e7de82b 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -704,7 +704,7 @@ sub setSelectedFromCompssList { #- at this point the package can safely be selected. selectPackage($packages, $p); } - log::l("setSelectedFromCompssList: reached size %s, up to indice $min_level (less than %s)", formatXiB($nb), formatXiB($max_size)); + log::l("setSelectedFromCompssList: reached size ", formatXiB($nb), ", up to indice $min_level (less than ", formatXiB($max_size), ")"); $min_level; } -- cgit v1.2.1