diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-11 23:41:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-11 23:41:24 +0000 |
commit | ed4dfbd5ee0033e51cba7e0bd2d573eb1c7438f4 (patch) | |
tree | c4396f1b3c7b072768e0a963a26fb5e2b513f0ff /perl-install | |
parent | 8dd6df7dd0291f94448bd72803384760ed49c67f (diff) | |
download | drakx-ed4dfbd5ee0033e51cba7e0bd2d573eb1c7438f4.tar drakx-ed4dfbd5ee0033e51cba7e0bd2d573eb1c7438f4.tar.gz drakx-ed4dfbd5ee0033e51cba7e0bd2d573eb1c7438f4.tar.bz2 drakx-ed4dfbd5ee0033e51cba7e0bd2d573eb1c7438f4.tar.xz drakx-ed4dfbd5ee0033e51cba7e0bd2d573eb1c7438f4.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 1725b56a3..0475b056f 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,25 @@ 2001/01/11 Guillaume Cottenceau <gc@mandrakesoft.com> + * mdk-stage1/disk.c: fix failing umount for DISK installs in some failing + loopback situations + act nicely when no partitions are found on some disk + + * mdk-stage1/modules.h: polish generic blank.img situation (no modules + and/or modules.dep available) + + * mdk-stage1/lomount.c: fix failing umount for DISK installs in some + failing loopback situations + better log messages + continue anyway when insmod'ing of modules fail (for blank.img) + + * mdk-stage1/probing.c: close some fd's + + * mdk-stage1/stage1.c, mdk-stage1/modules.c: polish generic blank.img + situation (no modules and/or modules.dep available) + continue anyway when insmod'ing of modules fail (for blank.img) + +2001/01/11 Guillaume Cottenceau <gc@mandrakesoft.com> + * mdk-stage1/Makefile, mdk-stage1/disk.c: - add DISK install from ISO image file - add FTP |