diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-19 23:34:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-19 23:34:04 +0000 |
commit | d39669e93e3974a530301d202660846002d8ccb3 (patch) | |
tree | dc2f60b92c4d4c447e942ffcae7c01f4f885c536 | |
parent | 528338fa75e8ceedbf17763bf5a5c094e92d0fe8 (diff) | |
download | drakx-d39669e93e3974a530301d202660846002d8ccb3.tar drakx-d39669e93e3974a530301d202660846002d8ccb3.tar.gz drakx-d39669e93e3974a530301d202660846002d8ccb3.tar.bz2 drakx-d39669e93e3974a530301d202660846002d8ccb3.tar.xz drakx-d39669e93e3974a530301d202660846002d8ccb3.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 4dd2f7afe..28d037b0d 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,78 @@ +2001/08/19 Pixel <pixel@mandrakesoft.com> + + * diskdrake.pm: major fs.pm rework + adaptation to it + don't show nfs/smb/removable in install + basic smb handling + + * network/smb.pm: basic smb handling + + * install_steps.pm: rename isCdNotEjectable in usingRamdisk, ensure no + files are removed unless we're in ramdisk + make the devfs= mount or nomount choice based on raid-based root work + disable supermount for the moment + major fs.pm rework + adaptation to it + + * install_steps_interactive.pm, lang.pm: rename isCdNotEjectable in + usingRamdisk, ensure no files are removed unless we're in ramdisk + simplify + + * standalone/diskdrake: rename isCdNotEjectable in usingRamdisk, ensure no + files are removed unless we're in ramdisk + fix diskdrake requiring gtk + add some test code + major fs.pm rework + adaptation to it + + * install_any.pm: rename isCdNotEjectable in usingRamdisk, ensure no files + are removed unless we're in ramdisk + major fs.pm rework + adaptation to it + + * partition_table.pm: remove JFS from @important_types (too broken for the + moment) + remove isSupermount (was unused) + + * common.pm, install2.pm, pkgs.pm: rename isCdNotEjectable in + usingRamdisk, ensure no files are removed unless we're in ramdisk + + * interactive_gtk.pm (create_ctree): fix focusing (the assumption number + of leaves = number of lines is dumb) + + * fsedit.pm: various typos fix + major fs.pm rework + adaptation to it + + * bootlook.pm, standalone/drakboot: major fs.pm rework + adaptation to it + + * fs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are + removed unless we're in ramdisk + various typos fix + major fs.pm rework + adaptation to it + cleanup + basic smb handling + + * diskdrake_interactive.pm: save fstab on exit + major fs.pm rework + adaptation to it + +2001/08/18 Pixel <pixel@mandrakesoft.com> + + * fs.pm: basic nfs/smb handling in diskdrake + fixes and function prototype removing + + * diskdrake.pm: basic nfs/smb handling in diskdrake + nicer mount options code (for autofs and supermount) + + * install_steps.pm: oops, i inverted devfs=nomount and devfs=mount + + * interactive_gtk.pm: fix bug in box's height use + + * partition_table.pm, any.pm: fixes and function prototype removing + + * interactive.pm: readd the sorting based on size when no sorting is + precised + + * my_gtk.pm (n_line_size): bigger spacing for 'various' + + * standalone/diskdrake, diskdrake_interactive.pm, fsedit.pm: basic nfs/smb + handling in diskdrake + 2001/08/18 Pixel <pixel@mandrakesoft.com> * my_gtk.pm (n_line_size): bigger spacing for 'various' |