diff options
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 35940d19b..6c2346a73 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,25 @@ +2000-09-24 Pixel <pixel@mandrakesoft.com> + + * fs.pm (umount): remove the ending "/" in the mntpoint. Otherwise + the mtab updating fails to update properly + +2000-09-23 Pixel <pixel@mandrakesoft.com> + + * partition_table.pm (active): set the hd dirty + + * services.pm (services): patched to handle xinetd sub-services + + * install2.pm (formatPartitions): unset choosePackages done, so + that choosePackages is done again + + * install_steps.pm (doPartitionDisksBefore): close pkgs::LOG and + umount /mnt/proc so that going back to partitioning doesn't fail + because /mnt can't be umounted. + umount_all twice after a sleep (HACK) + + * pkgs.pm: updated $A, $B and $C for 7.2 (used by correctSize and + invCorrectSize) + 2000-09-23 dam's <damien@mandrakesoft.com> * netconnect.pm (isdn_detect): log NET_DEVICE when isdn too. |