diff options
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/steps.pm | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 625790dcb..f2b1cff20 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- generate /root/drakx/package_list.pl at end of install + (since we don't propose "Save packages selection" at end of install) + Version 11.53.2 - 25 September 2008 - actually use better rendering for background gradient diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 9561ec1d8..430bf968e 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -826,6 +826,8 @@ sub exitInstall { output "$::prefix$report", install::any::report_bug(); run_program::rooted($::prefix, 'gzip', $report); }; + output("$::prefix/root/drakx/package_list.pl", install::any::selected_leaves_pl($o)); + eval { install::any::getAndSaveAutoInstallFloppies($o, 1) } if arch() !~ /^ppc/; eval { output "$::prefix/root/drakx/README", "This directory contains several installation-related files, mostly log files (very useful if you ever report a bug!). |