diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-29 05:27:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-29 05:27:55 +0000 |
commit | 8912cc337c628c0ba8761b72eaf82eadd08a2872 (patch) | |
tree | f20d6d4754719d19d4aa250b3c482b96bb2cc42f | |
parent | 116cfea31e53a6037f1894508c934aac1ef49bd4 (diff) | |
download | drakx-8912cc337c628c0ba8761b72eaf82eadd08a2872.tar drakx-8912cc337c628c0ba8761b72eaf82eadd08a2872.tar.gz drakx-8912cc337c628c0ba8761b72eaf82eadd08a2872.tar.bz2 drakx-8912cc337c628c0ba8761b72eaf82eadd08a2872.tar.xz drakx-8912cc337c628c0ba8761b72eaf82eadd08a2872.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 8153b8e64..634873409 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,17 @@ +2005/06/29 Pixel <pixel at mandrakesoft.com> + + * fs/dmraid.pm: the output of "dmraid -r" is not enough, "dmraid -s" is + more important. + add some sample output for easy debugging + + * rescue/partimage_whole_disk: {mntpoint} is not set, so take the last + ext3 partition as being /home + - don't save /home and want a size <1GB (since it will be grown to fit + disk) + - fix keeping the small size of the existing windows partition + (otherwise the filesystem is small in a (much) bigger partition) + - remove "windows" entry from lilo.conf if windows not there + 2005/06/28 Pixel <pixel at mandrakesoft.com> * standalone/drakboot: handle no bootloader configuration found with a |