diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-05 15:28:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-05 15:28:52 +0000 |
commit | 98bba942b18c2b44f8261f3463ab023bc7c23814 (patch) | |
tree | 9ef874dbcc4c8237f4b3b7dd30a3368bf1522dbd /perl-install/ChangeLog | |
parent | fccabef5bb06627331fa4d0d8337eb1d36226d3c (diff) | |
download | drakx-98bba942b18c2b44f8261f3463ab023bc7c23814.tar drakx-98bba942b18c2b44f8261f3463ab023bc7c23814.tar.gz drakx-98bba942b18c2b44f8261f3463ab023bc7c23814.tar.bz2 drakx-98bba942b18c2b44f8261f3463ab023bc7c23814.tar.xz drakx-98bba942b18c2b44f8261f3463ab023bc7c23814.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index a1134da68..3f331d1ea 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,54 @@ +2001/04/05 Pixel <pixel@mandrakesoft.com> + + * install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show + automatically selected + packages' to go along with the new description + + * Xconfigurator.pm (write_XF86Config): try to have $_ interpreted + (otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'') + + * install_any.pm (kernelVersion): fix enormous stupid typo + - move report_bug in install_any + - g_auto_install generates the auto_inst.cfg string without output'ing + it + + * install_steps.pm (exitInstall): oups, report_bug is no more in + commands:: + (configureXBefore): fix the xkb verification (was broken for things like + ``de(nodeadkeys)'') + - move report_bug in install_any + - g_auto_install generates the auto_inst.cfg string without output'ing + it + + * any.pm: ask for autologin + + * fs.pm (format_reiserfs): quietly format reiserfs + + * commands.pm: + - move report_bug in install_any + - g_auto_install generates the auto_inst.cfg string without output'ing + it + + * install_steps_interactive.pm: ask for autologin + (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img + was used. Better have a look at /proc/cmdline + - move report_bug in install_any + - g_auto_install generates the auto_inst.cfg string without output'ing + it + + * share/rpmsrate: + - add ldetect + - the default Aurora chose is the categorizing one + +2001/04/05 siegel + + * share/po/de.po: fixed typo + +2001/04/05 yduret + + * bootlook.pm: fix pablo mess + install autolgin just if we want to autolog :) + 2001/04/05 dam's <damien@mandrakesoft.com> * ChangeLog, bootloader.pm: readded passwd. Must verify that it's secure |