From 146c308e0801adb9bb97a5ce83ceeb9d7cffe0f0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Apr 2015 07:22:07 -0400 Subject: detect Lenovo recovery as such also ignore 'SYSTEM_DRV' --- perl-install/NEWS | 1 + perl-install/fs/type.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index dc566c936..fc97acf75 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ - diskdrake: + o detect Lenovo recovery & 'SYSTEM_DRV' as such (mga#1371) o do add a ESP if it was removed by "Clear All" Version 16.81 - 12 April 2015 diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 06992c936..19725a82d 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') ); } diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0d33052cf..a75732e8f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - partionning: + o detect Lenovo recovery & 'SYSTEM_DRV' as such (mga#1371) o do add a ESP if it was removed by "Clear All" Version 16.81 - 12 April 2015 -- cgit v1.2.1