Author: mzugec
Date: Mon Dec 6 15:47:31 2010
New Revision: 62952
URL: http://svn.opensuse.org/viewcvs/yast?rev=62952&view=rev
Log:
Created tag branch-Code-11-SP1-2_17_149
Added:
tags/branch-Code-11-SP1-2_17_149/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Mon Dec 6 14:39:11 2010
New Revision: 62950
URL: http://svn.opensuse.org/viewcvs/yast?rev=62950&view=rev
Log:
Created tag branch-Code-11-SP1-2_17_50 for country
Added:
tags/branch-Code-11-SP1-2_17_50/country/ (props changed)
- copied from r62949, branches/SuSE-Code-11-SP1-Branch/country/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Mon Dec 6 14:39:03 2010
New Revision: 62949
URL: http://svn.opensuse.org/viewcvs/yast?rev=62949&view=rev
Log:
Created tag branch-Code-11-SP1-2_17_50
Added:
tags/branch-Code-11-SP1-2_17_50/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jreidinger
Date: Mon Dec 6 10:40:20 2010
New Revision: 62947
URL: http://svn.opensuse.org/viewcvs/yast?rev=62947&view=rev
Log:
Created tag branch-SLE-10-SP4-2_13_169 for bootloader
Added:
tags/branch-SLE-10-SP4-2_13_169/bootloader/
- copied from r62946, branches/SuSE-SLE-10-SP4-Branch/bootloader/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jreidinger
Date: Mon Dec 6 10:40:18 2010
New Revision: 62946
URL: http://svn.opensuse.org/viewcvs/yast?rev=62946&view=rev
Log:
Created tag branch-SLE-10-SP4-2_13_169
Added:
tags/branch-SLE-10-SP4-2_13_169/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jreidinger
Date: Mon Dec 6 10:40:09 2010
New Revision: 62945
URL: http://svn.opensuse.org/viewcvs/yast?rev=62945&view=rev
Log:
release new bootloader
Modified:
branches/SuSE-SLE-10-SP4-Branch/bootloader/VERSION
branches/SuSE-SLE-10-SP4-Branch/bootloader/package/yast2-bootloader.changes
branches/SuSE-SLE-10-SP4-Branch/bootloader/src/routines/lilolike.ycp
Modified: branches/SuSE-SLE-10-SP4-Branch/bootloader/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/bootlo…
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/bootloader/VERSION (original)
+++ branches/SuSE-SLE-10-SP4-Branch/bootloader/VERSION Mon Dec 6 10:40:09 2010
@@ -1 +1 @@
-2.13.168
+2.13.169
Modified: branches/SuSE-SLE-10-SP4-Branch/bootloader/package/yast2-bootloader.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/bootlo…
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/bootloader/package/yast2-bootloader.changes (original)
+++ branches/SuSE-SLE-10-SP4-Branch/bootloader/package/yast2-bootloader.changes Mon Dec 6 10:40:09 2010
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Dec 6 09:38:07 UTC 2010 - jreidinger(a)novell.com
+
+- fix missing globals when using autoyast for elilo (bnc#656240)
+- 2.13.169
+
+-------------------------------------------------------------------
Tue Nov 9 12:42:14 UTC 2010 - jreidinger(a)novell.com
- switch back to lscpu as modprobing cause crash on KVM. lscpu are
Modified: branches/SuSE-SLE-10-SP4-Branch/bootloader/src/routines/lilolike.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/bootlo…
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/bootloader/src/routines/lilolike.ycp (original)
+++ branches/SuSE-SLE-10-SP4-Branch/bootloader/src/routines/lilolike.ycp Mon Dec 6 10:40:09 2010
@@ -1438,6 +1438,7 @@
// 32-bit guest has bad default timer which cause problem during typing text, so switch to better one (bnc#605842)
if (Arch::i386())
{
+ y2milestone("add special timer for Xen guest on i386");
ret = ret + " clock=pit";
}
y2milestone("additional append args for kernel on HVM guest: %1", ret);
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org