diff options
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index bc10d0ec9..0fc8f0f19 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,24 @@ +2000-06-23 François Pons <fpons@mandrakesoft.com> + + * Xconfigurator.pm: better approach for Sun* server in newbie. + * fs.pm: added romfs support for mount. + * fsedit.pm: changed auto allocation for partitions for sparc*. + * install2.pm: restored bootdisk creation and auto install boot + disk creation for sparc*. + * install_any.pm: changed vfat to romfs when mounting kickstart + floppy on sparc*. + * install_steps.pm: avoid proposing formating sunos partition. + * install_steps_interactive.pm: boot disk for sparc* and support for + installation of SILO on /boot partition (sparc*). + * install_steps_newt.pm: removed cylinder 0 bug warning. + * interactive.pm: fixed typo for not_edit set to 1 by default. + * partition_table.pm: fixed get_holes on sparc* where a whole disk + partition caused problems. + * partition_table_sun.pm: removed cylinder 0 bug as found in mke2fs. + * silo.pm: handle /boot partition, install silo.conf in /boot and + make a symlink from /etc. + * share/list.sparc: added losetup and genromfs for boot disk creation. + 2000-06-21 Pablo Saratxaga <pablo@mandrakesoft.com> * lang.pm: changed the way console font data is written; not all @@ -5,7 +26,6 @@ Also added a variable $CHARSET for /etc/sysconfig/i18n; it can then be used by console-tools to load the proper compose table - 2000-06-20 François Pons <fpons@mandrakesoft.com> * c/sbus.c: added some functions for silo.c integration. |