diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/detect_devices.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index b65a75e8a..723711816 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- fix "probe floppies only once" (#43216) - bootloader-config: o call mkinitrd without "-v" to make it silent (#42992) - harddrake service: diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 731523786..46ebbe6b1 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -51,7 +51,7 @@ sub zips() { sub floppies { my ($o_not_detect_legacy_floppies) = @_; require modules; - my @fds; + state @fds; state $legacy_already_detected; if (!$o_not_detect_legacy_floppies && !$legacy_already_detected) { $legacy_already_detected = 1; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b995d7996..57ae1fd69 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix "probe floppies only once" (#43216) + Version 11.25 - 25 August 2008 - left sidepanel: |