diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-25 21:49:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-25 21:49:26 +0000 |
commit | 18fb55671bbe54db5316e309b88fbbe9b9cf2a95 (patch) | |
tree | cae392d06d5a0985c642ee45484caef11ac86bd3 /perl-install/ChangeLog | |
parent | 0f3c576319ecf8ee27b7adfbf805ca1f93fd8fca (diff) | |
download | drakx-18fb55671bbe54db5316e309b88fbbe9b9cf2a95.tar drakx-18fb55671bbe54db5316e309b88fbbe9b9cf2a95.tar.gz drakx-18fb55671bbe54db5316e309b88fbbe9b9cf2a95.tar.bz2 drakx-18fb55671bbe54db5316e309b88fbbe9b9cf2a95.tar.xz drakx-18fb55671bbe54db5316e309b88fbbe9b9cf2a95.zip |
no_comment
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index b9b7c0cad..0a3ed269b 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,35 @@ +2000-03-25 Pixel <pixel@mandrakesoft.com> + + * lilo.pm: updated to the new format of entries. It was an hash. + Now the key is field kernel_or_dev, and entries is an array. + + (get): added, it returns the entry using a kernel + (needed because entries is no more a hash) + + * install_steps_interactive.pm (setupLILO): adapted to the new format + + * Xconfigurator.pm (write_XF86Config): basic XF86Config-4 handling + + * fsedit.pm (suggest_part): if suggested part contains a field + "hd", ensure the partition is created on this hard drive + + * install2.pm (main): before leaving installation, remove + /var/lib/urpmi if urpmi not installed + + * diskdrake.pm (Resize): ext2resize to size $part->{size} instead + of $size + +2000-03-24 Pixel <pixel@mandrakesoft.com> + + * detect_devices.pm (hasHPT): added. Now nice handling of hpt366 + (ultra66) without rebooting and making special floppy :) + + * lilo.pm (install_grub): much better grub configuration (better + than lilo's :pp) + + * install_steps.pm (setupBootloaderBefore): remove entry floppy + for security > 3 + 2000-03-23 Pixel <pixel@mandrakesoft.com> * install_steps_gtk.pm (selectMouse): added, takes care of telling |