diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/media.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm index 4a3740597..9b6e5552c 100644 --- a/perl-install/install/media.pm +++ b/perl-install/install/media.pm @@ -916,7 +916,7 @@ sub install_urpmi { my (@cfg, @netrc); foreach my $medium (@media) { if ($medium->{selected}) { - my ($dir, $removable_device, $static); + my ($dir, $removable_device); my $phys_m = $medium->{phys_medium}; if ($phys_m->{method} eq 'ftp' || $phys_m->{method} eq 'http' || $phys_m->{method} eq 'cdrom') { @@ -948,8 +948,6 @@ sub install_urpmi { " removable: $removable_device"), if_($medium->{update}, " update"), - if_($static, - " static"), "}"; } else { #- remove deselected media by removing copied hdlist and synthesis files |