diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-20 17:49:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-20 17:49:01 +0000 |
commit | c0d16c54372f940ca9cde3dbfd9d57a0d70b8d79 (patch) | |
tree | 52030847c1b934e23eed5f3408d8ece0e1504cee /perl-install | |
parent | b0abaf4ef0b4e49106d78362b5b34cf420458d51 (diff) | |
download | drakx-c0d16c54372f940ca9cde3dbfd9d57a0d70b8d79.tar drakx-c0d16c54372f940ca9cde3dbfd9d57a0d70b8d79.tar.gz drakx-c0d16c54372f940ca9cde3dbfd9d57a0d70b8d79.tar.bz2 drakx-c0d16c54372f940ca9cde3dbfd9d57a0d70b8d79.tar.xz drakx-c0d16c54372f940ca9cde3dbfd9d57a0d70b8d79.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 2ea460aa0..db280e2b3 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,66 @@ 2001/03/20 dam's <damien@mandrakesoft.com> + * netconnect.pm: corrected bug in reading resolv.conf, and changed chmod + for net_cnx_* + + * interactive.pm: no wizard if warning + + * standalone/draknet: added update after {dis}connecting + +2001/03/20 Guillaume Cottenceau <gc@mandrakesoft.com> + + * diskdrake.pm: fix formatting of raid + +2001/03/20 Pixel <pixel@mandrakesoft.com> + + * share/rpmsrate: use bastille backend + - add nautilus + + * 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) + (setupSCSI): don't pcmcia_probe if testing + - tellAboutProprietaryModules moved to setupSCSI + - miscellaneous step re-enabled, called Security + - pcmcia_probe moved to setupSCSI, skipped in noauto + + * any.pm: use bastille backend + + * install2.pm: use bastille backend + - tellAboutProprietaryModules moved to setupSCSI + - miscellaneous step re-enabled, called Security + - pcmcia_probe moved to setupSCSI, skipped in noauto + have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the + parameter any more) + + * netconnect.pm (modem_detect_backend): cleanup + + * c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86 + have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the + parameter any more) + + * Makefile: install cardmgr + + * install_any.pm: + - create install_any::unselectMostPackages + - use it instead of pkgs::unselectAllPackages (otherwise + default_packages ends up non-selected) + (setPackages): install usbd in case of usb + + * install_steps.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> + + * any.pm, netconnect.pm, detect_devices.pm: any.pm: enable module load PPC + detect_devices.pm: forgot to remove commented code after test + netconnect.pm: load macserial module for PPC + +2001/03/20 dam's <damien@mandrakesoft.com> + * standalone/draknet, netconnect.pm: improved connection windows, and loading / saving of /etc/sysconfig/network-scripot/netècnx* |