Mageia Bugzilla – Attachment 6219 Details for
Bug 15636
Confusing windows 8 drive letter guessing/naming in installer partitioner
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
don't guess a drive letter for recovery partition (mga15636)
dont_guess_for_recovery.diff (text/plain), 555 bytes, created by
Thierry Vignaud
on 2015-04-08 11:01:48 CEST
(
hide
)
Description:
don't guess a drive letter for recovery partition (mga15636)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-08 11:01:48 CEST
Size:
555 bytes
patch
obsolete
>don't guess a drive letter for recovery partition (mga15636) > >--- partition_table.pm.tv4 Wed Apr 8 08:59:02 2015 >+++ partition_table.pm Wed Apr 8 08:59:16 2015 >@@ -137,7 +137,7 @@ > > $i = ord 'C'; > $c->{device_windobe} = chr($i++) if $c; >- $_->{device_windobe} = chr($i++) foreach grep { isFat_or_NTFS($_) } map { $_->{normal} } @{$hd->{extended}}; >+ $_->{device_windobe} = chr($i++) foreach grep { isFat_or_NTFS($_) && !isRecovery($_) } map { $_->{normal} } @{$hd->{extended}}; > $_->{device_windobe} = chr($i++) foreach @others; > } >
don't guess a drive letter for recovery partition (mga15636) --- partition_table.pm.tv4 Wed Apr 8 08:59:02 2015 +++ partition_table.pm Wed Apr 8 08:59:16 2015 @@ -137,7 +137,7 @@ $i = ord 'C'; $c->{device_windobe} = chr($i++) if $c; - $_->{device_windobe} = chr($i++) foreach grep { isFat_or_NTFS($_) } map { $_->{normal} } @{$hd->{extended}}; + $_->{device_windobe} = chr($i++) foreach grep { isFat_or_NTFS($_) && !isRecovery($_) } map { $_->{normal} } @{$hd->{extended}}; $_->{device_windobe} = chr($i++) foreach @others; }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15636
:
6203
|
6214
| 6219 |
6223