diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
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 |