diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-25 08:42:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-25 08:42:48 +0000 |
commit | 53f3b047d2cd22dab61c5c6c721cc268640828f1 (patch) | |
tree | 4dbbd48c933e169bda650f1723a19ede03cf7eb5 /perl-install | |
parent | 14c865d29f0f482700e535641d50152eecc316d2 (diff) | |
download | drakx-53f3b047d2cd22dab61c5c6c721cc268640828f1.tar drakx-53f3b047d2cd22dab61c5c6c721cc268640828f1.tar.gz drakx-53f3b047d2cd22dab61c5c6c721cc268640828f1.tar.bz2 drakx-53f3b047d2cd22dab61c5c6c721cc268640828f1.tar.xz drakx-53f3b047d2cd22dab61c5c6c721cc268640828f1.zip |
- generate /root/drakx/package_list.pl at end of install
(since we don't propose "Save packages selection" at end of install)
Diffstat (limited to 'perl-install')
-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!). |