summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-20 17:00:44 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-20 17:00:44 +0100
commit2034e092be5c8baa072bc34ee7d34c8df7de989b (patch)
treeafd8738d40731dc92ba0e4712609f5409abe2943
parentb4ce4dc30caf0106ba74025e4fccc1902d73860b (diff)
downloaddrakx-2034e092be5c8baa072bc34ee7d34c8df7de989b.tar
drakx-2034e092be5c8baa072bc34ee7d34c8df7de989b.tar.gz
drakx-2034e092be5c8baa072bc34ee7d34c8df7de989b.tar.bz2
drakx-2034e092be5c8baa072bc34ee7d34c8df7de989b.tar.xz
drakx-2034e092be5c8baa072bc34ee7d34c8df7de989b.zip
fix pausing installing while displaying release notes
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 27b505f82..3e90bc32f 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1066,7 +1066,7 @@ sub get_release_notes {
sub run_display_release_notes {
my ($release_notes) = @_;
output('/tmp/release_notes.html', $release_notes);
- system('/usr/bin/display_release_notes.pl');
+ run_program::raw({ detach => 1 }, '/usr/bin/display_release_notes.pl');
}
sub acceptLicense {
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 88532bfbd..a24ab411a 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,7 @@
- media step:
o hint that nonfree is needed if a CPU needs a microcode
+- install:
+ o fix pausing installing while displaying release notes
- drakx-in-chroot:
o advise to install xephyr if missing