summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-11 16:50:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-11 16:50:01 +0000
commit938a9e83a818207295d1d22c88259953779c6f78 (patch)
tree8695cfa94050b7c90876489ecc3fb3a508a5dd68
parentdaea144eeffb32d2865aba934fbb4843b3fbbbef (diff)
downloaddrakx-backup-do-not-use-938a9e83a818207295d1d22c88259953779c6f78.tar
drakx-backup-do-not-use-938a9e83a818207295d1d22c88259953779c6f78.tar.gz
drakx-backup-do-not-use-938a9e83a818207295d1d22c88259953779c6f78.tar.bz2
drakx-backup-do-not-use-938a9e83a818207295d1d22c88259953779c6f78.tar.xz
drakx-backup-do-not-use-938a9e83a818207295d1d22c88259953779c6f78.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 7707c8075..df69cdd63 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,58 @@
+2001/01/11 dam's <damien@mandrakesoft.com>
+
+ * install_steps.pm, install_steps_interactive.pm, ChangeLog,
+ netconnect.pm: updated
+
+2001/01/11 Guillaume Cottenceau <gc@mandrakesoft.com>
+
+ * mdk-stage1/pci-resource/update-pci-ids.pl: remove nasty messages when
+ mar or marfiles not available to perform consistency check
+
+2001/01/11 Pixel <pixel@mandrakesoft.com>
+
+ * install_steps.pm (configureX): call directly $o->pkg_install, no need to
+ add 'XFree86-' at
+ the beginning
+ (addUser): use any::write_passwd_user
+ (setRootPassword): use any::write_passwd_user
+ (configureX): fix bad $install given to Xconfigurator::main
+
+ * any.pm (write_passwd_user): add or update an entry in /etc/passwd
+ (ask_users): created, interactively ask users to add (used in
+ adduserdrake
+ and install)
+ (allocUsers, addUsers): changed the prototype
+ (setupBootloader): grep out fat partitions for the "Boot device"
+ propositions (people are too stupid)
+
+ * my_gtk.pm (main): third argument is a function to call before leaving in
+ case of
+ "cancel" clicked.
+
+ * interactive_gtk.pm (create_ctree): fix default value selecting failing
+ (in case of "format")
+ (ask_from_entries_refW): apply "format" on label when icon is missing
+ for iconlist
+ (ask_from_entries_refW): handle "canceled" callback. Permits to overrule
+ the cancel.
+
+ * install_any.pm (g_auto_install): deep copy of $o->{users} because we're
+ modifying it
+
+ * install_steps_interactive.pm (addUser): use any::ask_users
+
+ * standalone/adduserdrake: use any::ask_users
+
+ * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in
+ install2::main)
+
+ * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos
+ here
+
+ * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled"
+ callback defaults
+ to "sub { 0 }"
+
2001/01/11 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when