From 53f3b047d2cd22dab61c5c6c721cc268640828f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Sep 2008 08:42:48 +0000 Subject: - generate /root/drakx/package_list.pl at end of install (since we don't propose "Save packages selection" at end of install) --- perl-install/install/NEWS | 3 +++ perl-install/install/steps.pm | 2 ++ 2 files changed, 5 insertions(+) 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!). -- cgit v1.2.1