diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-05 19:57:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-05 19:57:48 +0000 |
commit | e8dd4eb71f54a033501ccf43a612db1c36448743 (patch) | |
tree | 8e3ac5b975f35ac150df4e9688524434b4c06cfa | |
parent | ab591e156b289dfc0751aee4a42c628dcf497028 (diff) | |
download | drakx-backup-do-not-use-e8dd4eb71f54a033501ccf43a612db1c36448743.tar drakx-backup-do-not-use-e8dd4eb71f54a033501ccf43a612db1c36448743.tar.gz drakx-backup-do-not-use-e8dd4eb71f54a033501ccf43a612db1c36448743.tar.bz2 drakx-backup-do-not-use-e8dd4eb71f54a033501ccf43a612db1c36448743.tar.xz drakx-backup-do-not-use-e8dd4eb71f54a033501ccf43a612db1c36448743.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 3f331d1ea..b00f14a24 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,32 @@ 2001/04/05 Pixel <pixel@mandrakesoft.com> + * any.pm (autologin): fix + ask for autologin + + * 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 + + * bootloader.pm (install_lilo): fix lilo's dumbness (when lilo warns about + not the first drive, it usually fails) + + * pkgs.pm, share/rpmsrate: + - s/PCI/HW/ + - add rio500 + + * install_any.pm (kernelVersion): fix enormous stupid typo + + * common.pm (getVarsFromSh): fix for AA="" inspired by chmou the Great + (but the Great + what?) + + * install_steps.pm (exitInstall): oups, report_bug is no more in + commands:: + + * diskdrake.pm (More): created, asks for supermount, rescue pt, reload. + +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 |