diff options
-rw-r--r-- | docs/TODO | 2 | ||||
-rw-r--r-- | perl-install/ChangeLog | 9 | ||||
-rw-r--r-- | perl-install/install_steps.pm | 2 | ||||
-rw-r--r-- | perl-install/share/compssList | 2 |
4 files changed, 7 insertions, 8 deletions
@@ -22,6 +22,8 @@ standalone applications for configuration (netdrake, authentificationconf, sound -------------------------------------------------------------------------------- +bug keyboard focus: after switch in console at Xconfig step + rpmdrake proposition for cdrom labels detect ide burners and then add hdX=ide-scsi to kernel cmdline diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 3c1566445..8ee73ed1f 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,14 +1,7 @@ 1999-12-19 Pixel <pixel@mandrakesoft.com> * install2.pm (configureX): write current fstab and conf.modules - before X configuration (da - - - * install_any.pm (install_urpmi): added - $SIG{CHLD} = 'IGNORE'; - fork and exec("gzip", "-9", $f) || c::_exit(1); - may cause problems? - + before X configuration * install2.pm (main): moved updating things for kde in install_steps::afterInstallPackages * install2.pm (main): moved msec in in addToBeDone after diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 96e9306c8..d3a536ea1 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -276,6 +276,8 @@ sub afterInstallPackages($) { install_any::kdelang_postinstall($o->{prefix}); log::l("updating kde icons according to available devices"); install_any::kdeicons_postinstall($o->{prefix}); + + run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); } #------------------------------------------------------------------------------ diff --git a/perl-install/share/compssList b/perl-install/share/compssList index 2793e9bad..823f9171d 100644 --- a/perl-install/share/compssList +++ b/perl-install/share/compssList @@ -437,6 +437,8 @@ locales-vi 26 30 26 locales-wa 26 30 26 locales-zh 26 30 26 lothar 83 0 83 +lothar-etherconfig 83 0 83 +lothar-soundconfig 83 0 83 lout 15 0 10 lout-doc 31 0 10 lpg 40 0 80 |