Mageia Bugzilla – Attachment 3545 Details for
Bug 7657
urpmi cannot mount dvd for installing additional packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
blacklist ISO9660 instead
7657-2.diff (text/plain), 516 bytes, created by
Thierry Vignaud
on 2013-02-25 18:58:48 CET
(
hide
)
Description:
blacklist ISO9660 instead
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-02-25 18:58:48 CET
Size:
516 bytes
patch
obsolete
>diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm >index 4619844..2a743f6 100644 >--- a/perl-install/fs/get.pm >+++ b/perl-install/fs/get.pm >@@ -22,7 +22,7 @@ sub fstab { > sub really_all_fstab { > my ($all_hds) = @_; > my @l = fstab($all_hds); >- @l, @{$all_hds->{raw_hds}}, @{$all_hds->{nfss}}, @{$all_hds->{smbs}}, @{$all_hds->{davs}}; >+ @l, (grep { $_->{fs_type} ne 'iso9660' } @{$all_hds->{raw_hds}}), @{$all_hds->{nfss}}, @{$all_hds->{smbs}}, @{$all_hds->{davs}}; > } > > sub fstab_and_holes {
diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm index 4619844..2a743f6 100644 --- a/perl-install/fs/get.pm +++ b/perl-install/fs/get.pm @@ -22,7 +22,7 @@ sub fstab { sub really_all_fstab { my ($all_hds) = @_; my @l = fstab($all_hds); - @l, @{$all_hds->{raw_hds}}, @{$all_hds->{nfss}}, @{$all_hds->{smbs}}, @{$all_hds->{davs}}; + @l, (grep { $_->{fs_type} ne 'iso9660' } @{$all_hds->{raw_hds}}), @{$all_hds->{nfss}}, @{$all_hds->{smbs}}, @{$all_hds->{davs}}; } sub fstab_and_holes {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7657
:
3519
| 3545 |
3556