summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-02 14:40:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-02 14:40:16 +0000
commit9549ab49a648a65782805bd0b5f1453bc89671a4 (patch)
tree1ed0ddf11d6ac2c821f072e4dad04a781d6d6e4c /perl-install
parentad6cf94bdc6de898c57e5c07eba1b371dd9dc048 (diff)
downloaddrakx-backup-do-not-use-9549ab49a648a65782805bd0b5f1453bc89671a4.tar
drakx-backup-do-not-use-9549ab49a648a65782805bd0b5f1453bc89671a4.tar.gz
drakx-backup-do-not-use-9549ab49a648a65782805bd0b5f1453bc89671a4.tar.bz2
drakx-backup-do-not-use-9549ab49a648a65782805bd0b5f1453bc89671a4.tar.xz
drakx-backup-do-not-use-9549ab49a648a65782805bd0b5f1453bc89671a4.zip
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ChangeLog44
-rw-r--r--perl-install/Makefile2
-rw-r--r--perl-install/pkgs.pm2
3 files changed, 46 insertions, 2 deletions
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 <damien@mandrakesoft.com>
+
+ * 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 <pixel@mandrakesoft.com>
+
+ * 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 <damien@mandrakesoft.com>
+
+ * 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 <damien@mandrakesoft.com>
* 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;
}