Mailinglist Archive: yast-commit (288 mails)
| < Previous | Next > |
[yast-commit] r63998 - /trunk/autoinstallation/src/modules/AutoinstLVM.ycp
- From: ug@xxxxxxxxxxxxxxxxx
- Date: Fri, 13 May 2011 12:27:59 -0000
- Message-id: <20110513122759.9A204325EC@svn2.opensuse.org>
Author: ug
Date: Fri May 13 14:27:59 2011
New Revision: 63998
URL: http://svn.opensuse.org/viewcvs/yast?rev=63998&view=rev
Log:
cleanup
Modified:
trunk/autoinstallation/src/modules/AutoinstLVM.ycp
Modified: trunk/autoinstallation/src/modules/AutoinstLVM.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/modules/AutoinstLVM.ycp?rev=63998&r1=63997&r2=63998&view=diff
==============================================================================
--- trunk/autoinstallation/src/modules/AutoinstLVM.ycp (original)
+++ trunk/autoinstallation/src/modules/AutoinstLVM.ycp Fri May 13 14:27:59 2011
@@ -94,7 +94,7 @@
string lvm_group = p["lvm_group"]:"x";
// we know the LV now. So remove it from the keep-list
for now
keepLVM[lvm_group] = filter (string v,
keepLVM[lvm_group]:[], { return ( v != vg_p["lv_name"]:"" ); });
- if( vg_p["create"]:true == false &&
!contains(keepLVM[lvm_group]:[], vg_p["lv_name"]:"") ) {
+ if( vg_p["create"]:true == false ) {
keepLVM[lvm_group] = add( keepLVM[lvm_group]:[],
vg_p["lv_name"]:"" );
}
});
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri May 13 14:27:59 2011
New Revision: 63998
URL: http://svn.opensuse.org/viewcvs/yast?rev=63998&view=rev
Log:
cleanup
Modified:
trunk/autoinstallation/src/modules/AutoinstLVM.ycp
Modified: trunk/autoinstallation/src/modules/AutoinstLVM.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/modules/AutoinstLVM.ycp?rev=63998&r1=63997&r2=63998&view=diff
==============================================================================
--- trunk/autoinstallation/src/modules/AutoinstLVM.ycp (original)
+++ trunk/autoinstallation/src/modules/AutoinstLVM.ycp Fri May 13 14:27:59 2011
@@ -94,7 +94,7 @@
string lvm_group = p["lvm_group"]:"x";
// we know the LV now. So remove it from the keep-list
for now
keepLVM[lvm_group] = filter (string v,
keepLVM[lvm_group]:[], { return ( v != vg_p["lv_name"]:"" ); });
- if( vg_p["create"]:true == false &&
!contains(keepLVM[lvm_group]:[], vg_p["lv_name"]:"") ) {
+ if( vg_p["create"]:true == false ) {
keepLVM[lvm_group] = add( keepLVM[lvm_group]:[],
vg_p["lv_name"]:"" );
}
});
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |