diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-03 21:34:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-03 21:34:08 +0000 |
commit | 67f45ce5281af52eb95de71750e539914e3ad849 (patch) | |
tree | 3be0eadbc2f3f8bced663185c1cb7852bff5686f | |
parent | 167fc711a1c9190ba6deb54dd1d7d9fdf84122c3 (diff) | |
download | drakx-67f45ce5281af52eb95de71750e539914e3ad849.tar drakx-67f45ce5281af52eb95de71750e539914e3ad849.tar.gz drakx-67f45ce5281af52eb95de71750e539914e3ad849.tar.bz2 drakx-67f45ce5281af52eb95de71750e539914e3ad849.tar.xz drakx-67f45ce5281af52eb95de71750e539914e3ad849.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 97154423d..a28545d6f 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,47 @@ +2001/03/03 Pixel <pixel@mandrakesoft.com> + + * install_steps.pm: small fixes for LVM + (doPartitionDisksAfter): small adaptation for LVMs + use run_or_die + + * fsedit.pm: small fixes for LVM + (hds): detect LVMs and return them + (add): handling of LVMs + (@partitions_signatures): add new magic of reiserfs + + * bootloader.pm: use run_or_die + + * run_program.pm (run_or_die, rooted_or_die): created + + * install_steps_interactive.pm: cleanup + + * install_any.pm (getHds): handle LVMs. $o->{lvms} contain them + (setPackages): ask for installation of package lvm when needed + (suggest_mount_points, find_root_parts): take $fstab as arg instead of + $hds + + * install2.pm: small fixes for LVM + (formatPartitions): call vgscan if needed when / is mounted + + * devices.pm (make): better caller in error + + * share/list: add progs for LVM handling + + * install_interactive.pm: small fixes for LVM + + * diskdrake.pm: small fixes for LVM + - addition of drive to notebook cleaned + - various clean-up + - handling of LVMs + + * standalone/diskdrake: small fixes for LVM + small adaptation + + * lvm.pm: small fixes for LVM + creation + + * partition_table.pm: add isLVMBased + 2001/03/02 stew <sbenedict@mandrakesoft.com> * commands.pm - fdisk locks up machine on report_bug - replace with pdisk PPC |