Author: jreidinger
Date: Tue Feb 22 12:29:55 2011
New Revision: 63454
URL: http://svn.opensuse.org/viewcvs/yast?rev=63454&view=rev
Log:
during probe of partitions don't try to mount encrypted one (bnc#673906)
Modified:
trunk/bootloader/src/modules/BootGRUB.ycp
Modified: trunk/bootloader/src/modules/BootGRUB.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/modules/BootGRUB.…
==============================================================================
--- trunk/bootloader/src/modules/BootGRUB.ycp (original)
+++ trunk/bootloader/src/modules/BootGRUB.ycp Tue Feb 22 12:29:55 2011
@@ -147,8 +147,9 @@
list<string> others = (list<string>)Storage::GetForeignPrimary();
y2milestone ("Other primaries: %1", others);
- // get list of all Linux Partitions on all real disks
- list<map> other_l = (list<map>)Storage::GetOtherLinuxPartitions();
+ // get list of all Linux Partitions on all real disks except encrypted ones ( as we don't know password and bootloader cannot boot from it directly)
+ list<map> other_l = (list<map>)filter( map p, Storage::GetOtherLinuxPartitions(),
+ ``(p["enc_type"]:`none!=`none));
y2milestone ("Other linux parts: %1", other_l);
list<string> destroyed_partitions
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Tue Feb 22 10:30:41 2011
New Revision: 63452
URL: http://svn.opensuse.org/viewcvs/yast?rev=63452&view=rev
Log:
Created tag stable-2_20_6 for country
Added:
tags/stable-2_20_6/country/
- copied from r63451, trunk/country/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Fri Feb 18 15:56:45 2011
New Revision: 63448
URL: http://svn.opensuse.org/viewcvs/yast?rev=63448&view=rev
Log:
Created tag stable-2_20_3 for wagon
Added:
tags/stable-2_20_3/wagon/
- copied from r63447, trunk/wagon/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Fri Feb 18 11:31:28 2011
New Revision: 63446
URL: http://svn.opensuse.org/viewcvs/yast?rev=63446&view=rev
Log:
Created tag stable-2_20_2 for firstboot
Added:
tags/stable-2_20_2/firstboot/
- copied from r63445, trunk/firstboot/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org