diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 22:04:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 22:04:50 +0000 |
commit | 91b368cd2068aa9393de4b4686c60ad73aa8bbca (patch) | |
tree | 8c955e584d878b66b2db074f40c5f9d932245655 /perl-install/ChangeLog | |
parent | 0010e0c26d8674bd8a49babfbe84958d30ea4be6 (diff) | |
download | drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar.gz drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar.bz2 drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar.xz drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.zip |
no_comment
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index c4f4418f7..88a96d74e 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,18 @@ 2000-02-23 Pixel <pixel@mandrakesoft.com> + * install2.pm (%suggestedPartitions): remove any /boot entries + * install2.pm (selectInstallClass): removed the special code to + /boot entries from suggestedPartitions for on non-intel (and it + was buggy :) + * fsedit.pm (@suggestions): remove the /boot entry + * fsedit.pm (check_mntpoint): remove the 1024 cylinder check + * fsedit.pm (suggest_part): remove the 1024 cylinder special case + + * install_steps_interactive.pm (setupLILO): replace linear option + by lba32 + + * lilo.pm (suggest): add lba32 by default + * install_steps_interactive.pm (load_thiskind): moved the HPT stuff to install_any::ultra66 and call it. Add sound card configuration (3 lines :) |