[yast-commit] r52756 - /trunk/autoinstallation/src/modules/AutoinstPartPlan.ycp
Author: ug Date: Thu Oct 30 16:35:10 2008 New Revision: 52756 URL: http://svn.opensuse.org/viewcvs/yast?rev=52756&view=rev Log: *grrrrrr* kein Bier vor vier Modified: trunk/autoinstallation/src/modules/AutoinstPartPlan.ycp Modified: trunk/autoinstallation/src/modules/AutoinstPartPlan.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/modules/AutoinstPartPlan.ycp?rev=52756&r1=52755&r2=52756&view=diff ============================================================================== --- trunk/autoinstallation/src/modules/AutoinstPartPlan.ycp (original) +++ trunk/autoinstallation/src/modules/AutoinstPartPlan.ycp Thu Oct 30 16:35:10 2008 @@ -484,7 +484,7 @@ // don't create partitions that are between windows partitions // they must exist map drive = $[]; - drive["type"] = v["type"]:`CT_MD; + drive["type"] = v["type"]:`CT_DISK; if( no_create ) { partitions = maplist( map m, (list<map>)partitions, { m["create"] = false; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn.opensuse.org