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/steps.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/steps.pm') 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