From 2034e092be5c8baa072bc34ee7d34c8df7de989b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Dec 2013 17:00:44 +0100 Subject: fix pausing installing while displaying release notes (reverting commit 3d93ee6ae8a7715327ba89f3250f49c81ca47c7d) --- perl-install/any.pm | 2 +- perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1