Mailinglist Archive: yast-commit (477 mails)
| < Previous | Next > |
[yast-commit] r57555 - in /branches/tmp/SLE-11-SP1-Stash/autoinstallation: package/autoyast2.changes src/include/io.ycp
- From: ug@xxxxxxxxxxxxxxxx
- Date: Mon, 15 Jun 2009 10:55:05 -0000
- Message-id: <E1MG9qD-0004nw-MA@xxxxxxxxxxxxxxxx>
Author: ug
Date: Mon Jun 15 12:55:05 2009
New Revision: 57555
URL: http://svn.opensuse.org/viewcvs/yast?rev=57555&view=rev
Log:
fix for autoyast profile on by-id devices
Modified:
branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp
Modified:
branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes?rev=57555&r1=57554&r2=57555&view=diff
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
(original)
+++ branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
Mon Jun 15 12:55:05 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Jun 15 12:54:34 CEST 2009 - ug@xxxxxxx
+
+- fix for autoyast profile on by-id devices
+ (bnc#513127)
+
+-------------------------------------------------------------------
Mon May 4 11:57:02 CEST 2009 - ug@xxxxxxx
- don't log passwords from "ask" fixed (bnc#492746)
Modified: branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp?rev=57555&r1=57554&r2=57555&view=diff
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp (original)
+++ branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp Mon Jun
15 12:55:05 2009
@@ -273,7 +273,7 @@
WFM::Execute(.local.mount, [sformat("/dev/%1", Host) ,
mount_point]);
- if (WFM::Execute (.local.bash, "/bin/cp " + mount_point + Path
+ " " + Localfile) != 0 )
+ if (WFM::Execute (.local.bash, "/bin/cp " + mount_point + "/"
+ Path + " " + Localfile) != 0 )
{
// autoyast tried to copy a file but that file can't be
found
GET_error = sformat(_("File %1 cannot be
found"),mount_point + Path);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jun 15 12:55:05 2009
New Revision: 57555
URL: http://svn.opensuse.org/viewcvs/yast?rev=57555&view=rev
Log:
fix for autoyast profile on by-id devices
Modified:
branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp
Modified:
branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes?rev=57555&r1=57554&r2=57555&view=diff
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
(original)
+++ branches/tmp/SLE-11-SP1-Stash/autoinstallation/package/autoyast2.changes
Mon Jun 15 12:55:05 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Jun 15 12:54:34 CEST 2009 - ug@xxxxxxx
+
+- fix for autoyast profile on by-id devices
+ (bnc#513127)
+
+-------------------------------------------------------------------
Mon May 4 11:57:02 CEST 2009 - ug@xxxxxxx
- don't log passwords from "ask" fixed (bnc#492746)
Modified: branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp?rev=57555&r1=57554&r2=57555&view=diff
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp (original)
+++ branches/tmp/SLE-11-SP1-Stash/autoinstallation/src/include/io.ycp Mon Jun
15 12:55:05 2009
@@ -273,7 +273,7 @@
WFM::Execute(.local.mount, [sformat("/dev/%1", Host) ,
mount_point]);
- if (WFM::Execute (.local.bash, "/bin/cp " + mount_point + Path
+ " " + Localfile) != 0 )
+ if (WFM::Execute (.local.bash, "/bin/cp " + mount_point + "/"
+ Path + " " + Localfile) != 0 )
{
// autoyast tried to copy a file but that file can't be
found
GET_error = sformat(_("File %1 cannot be
found"),mount_point + Path);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |