diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 13:42:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 13:42:09 +0000 |
commit | 017fd4e5ee361e6af84ff17fd40f2970e5eaea2c (patch) | |
tree | 4d3170577002f00b94293c1a376308eb9b81a1f0 /perl-install | |
parent | 10c5e9c4b68ea33aee06ed48f04df7e2ae94a171 (diff) | |
download | drakx-backup-do-not-use-017fd4e5ee361e6af84ff17fd40f2970e5eaea2c.tar drakx-backup-do-not-use-017fd4e5ee361e6af84ff17fd40f2970e5eaea2c.tar.gz drakx-backup-do-not-use-017fd4e5ee361e6af84ff17fd40f2970e5eaea2c.tar.bz2 drakx-backup-do-not-use-017fd4e5ee361e6af84ff17fd40f2970e5eaea2c.tar.xz drakx-backup-do-not-use-017fd4e5ee361e6af84ff17fd40f2970e5eaea2c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 8e61065bc..2b5fce5c2 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,20 @@ +2000-02-11 Pixel <pixel@mandrakesoft.com> + + * partition_table_raw.pm (get_geometry): do not use the cylinder + number given by HDIO_GETGEO cuz limited to 16bits. Compute using + the total_sectors using HDIO_GET_IDENTITY + + * c/stuff.xs.pm: added total_sectors (gives the number of sector + of a drive) + + * modules.pm (load): ignore error in loading prereq's + + * modules.pm (@drivers_by_category): rcpci instead of rcpci45, + z85230 added + + * commands.pm (mount): add modules::load_deps otherwise the + fs::mount won't succeed insmoding vfat if needed + 2000-02-11 François Pons <fpons@mandrakesoft.com> * fixed diskdrake to handle limit case when creating and resizing |