Mailinglist Archive: yast-commit (233 mails)

< Previous Next >
[yast-commit] r63070 - in /trunk/autoinstallation: VERSION package/autoyast2.changes src/include/io.ycp
Author: lslezak
Date: Tue Jan 4 12:11:15 2011
New Revision: 63070

URL: http://svn.opensuse.org/viewcvs/yast?rev=63070&view=rev
Log:
- fixed build (wrong mount call params)
- 2.20.3

Modified:
trunk/autoinstallation/VERSION
trunk/autoinstallation/package/autoyast2.changes
trunk/autoinstallation/src/include/io.ycp

Modified: trunk/autoinstallation/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/VERSION?rev=63070&r1=63069&r2=63070&view=diff
==============================================================================
--- trunk/autoinstallation/VERSION (original)
+++ trunk/autoinstallation/VERSION Tue Jan 4 12:11:15 2011
@@ -1 +1 @@
-2.20.2
+2.20.3

Modified: trunk/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=63070&r1=63069&r2=63070&view=diff
==============================================================================
--- trunk/autoinstallation/package/autoyast2.changes (original)
+++ trunk/autoinstallation/package/autoyast2.changes Tue Jan 4 12:11:15 2011
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Jan 4 11:04:33 UTC 2011 - lslezak@xxxxxxx
+
+- fixed build (wrong mount call params)
+- 2.20.3
+
+-------------------------------------------------------------------
Wed Nov 24 17:19:09 CET 2010 - ug@xxxxxxx

- clone devices by-path on s390 (bnc#591603)

Modified: trunk/autoinstallation/src/include/io.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/io.ycp?rev=63070&r1=63069&r2=63070&view=diff
==============================================================================
--- trunk/autoinstallation/src/include/io.ycp (original)
+++ trunk/autoinstallation/src/include/io.ycp Tue Jan 4 12:11:15 2011
@@ -313,7 +313,7 @@
});
y2milestone("already mounted=%1
mountpoint=%2",already_mounted,mount_point);
if( ! already_mounted &&
- !(boolean)WFM::Execute(.local.mount,
[sformat("/dev/%1", Host),
+ !(boolean)SCR::Execute(.target.mount,
[sformat("/dev/%1", Host),
mount_point], "-o noatime") ) {
y2milestone("%1 is not mounted and mount failed",
sformat("/dev/%1", Host));
GET_error = sformat(_("%1 is not mounted and mount
failed"), sformat("/dev/%1", Host));

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages