diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-21 00:11:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-21 00:11:49 +0000 |
commit | a2b09c2a8f87e554d565f74f45d612e142b73708 (patch) | |
tree | 37b0754340a412020db76f56e21d2dc956270b7a /perl-install/ChangeLog | |
parent | 41c67935d832a86c95e655e7f4d48e25c0732f19 (diff) | |
download | drakx-a2b09c2a8f87e554d565f74f45d612e142b73708.tar drakx-a2b09c2a8f87e554d565f74f45d612e142b73708.tar.gz drakx-a2b09c2a8f87e554d565f74f45d612e142b73708.tar.bz2 drakx-a2b09c2a8f87e554d565f74f45d612e142b73708.tar.xz drakx-a2b09c2a8f87e554d565f74f45d612e142b73708.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index db280e2b3..f5ed5a219 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,41 @@ +2001/03/21 Pixel <pixel@mandrakesoft.com> + + * bootloader.pm (add_kernel): cleanup + (suggest): make it work with kernel22-secure and no kernel22 + + * share/rpmsrate: remove ipchains and iptables, raise gfcc + +2001/03/20 dam's <damien@mandrakesoft.com> + + * interactive.pm: no wizard if warning + +2001/03/20 Pixel <pixel@mandrakesoft.com> + + * install_steps_interactive.pm: fix pcmcia functions only on x86 + - create install_any::unselectMostPackages + - use it instead of pkgs::unselectAllPackages (otherwise + default_packages ends up non-selected) + + * modules.pm (@drivers_by_category): if_ization + (load_thiskind): cleanup + + * any.pm, install2.pm, share/rpmsrate: use bastille backend + + * c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86 + + * install_steps.pm, install_any.pm: + - create install_any::unselectMostPackages + - use it instead of pkgs::unselectAllPackages (otherwise + default_packages ends up non-selected) + +2001/03/20 Stew Benedict <sbenedict@mandrakesoft.com> + + * modules.pm, install_steps_interactive.pm, any.pm: make_boot_img: add + routine for - PPC + any.pm: double "Append" entry in expert mode for yaboot.conf - PPC + install_steps_interactive: setup dmasound - PPC + modules.pm: load Mac hardware modules - PPC + 2001/03/20 dam's <damien@mandrakesoft.com> * netconnect.pm: corrected bug in reading resolv.conf, and changed chmod |