Mageia Bugzilla – Attachment 6255 Details for
Bug 1371
installer chooses too little free space on wrong partition (on the recovery partition)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
detect Lenovo recovery as such
1371_1.diff (text/plain), 929 bytes, created by
Thierry Vignaud
on 2015-04-13 13:23:29 CEST
(
hide
)
Description:
detect Lenovo recovery as such
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-13 13:23:29 CEST
Size:
929 bytes
patch
obsolete
>commit 9d55975a191c4e13c59018f173a36ec31944caf5 >Author: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Mon Apr 13 07:22:07 2015 -0400 > > detect Lenovo recovery as such > > also ignore 'SYSTEM_DRV' > >diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm >index 06992c9..19725a8 100644 >--- a/perl-install/fs/type.pm >+++ b/perl-install/fs/type.pm >@@ -308,7 +308,7 @@ sub isRecovery { > member($_[0]{device_LABEL} , > # Extracted from /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi > # Hopefuly we'll ask to hal/udev someday >- 'RECOVERY', 'PQSERVICE', 'HP_RECOVERY', 'Recovery Partition', 'DellUtility', 'DellRestore', 'IBM_SERVICE', 'SERVICEV001', 'SERVICEV002') >+ 'RECOVERY', 'PQSERVICE', 'HP_RECOVERY', 'Lenovo_Recovery', 'SYSTEM_DRV', 'Recovery Partition', 'DellUtility', 'DellRestore', 'IBM_SERVICE', 'SERVICEV001', 'SERVICEV002') > ); > } >
commit 9d55975a191c4e13c59018f173a36ec31944caf5 Author: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Mon Apr 13 07:22:07 2015 -0400 detect Lenovo recovery as such also ignore 'SYSTEM_DRV' diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 06992c9..19725a8 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -308,7 +308,7 @@ sub isRecovery { member($_[0]{device_LABEL} , # Extracted from /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi # Hopefuly we'll ask to hal/udev someday - 'RECOVERY', 'PQSERVICE', 'HP_RECOVERY', 'Recovery Partition', 'DellUtility', 'DellRestore', 'IBM_SERVICE', 'SERVICEV001', 'SERVICEV002') + 'RECOVERY', 'PQSERVICE', 'HP_RECOVERY', 'Lenovo_Recovery', 'SYSTEM_DRV', 'Recovery Partition', 'DellUtility', 'DellRestore', 'IBM_SERVICE', 'SERVICEV001', 'SERVICEV002') ); }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1371
:
752
|
753
|
754
|
6215
|
6216
|
6217
| 6255 |
6256