Mailinglist Archive: yast-commit (759 mails)
| < Previous | Next > |
[yast-commit] r45771 - in /trunk/vm: VERSION package/yast2-vm.changes src/VM_XEN.ycp
- From: charlesa@xxxxxxxxxxxxxxxx
- Date: Wed, 26 Mar 2008 19:42:55 -0000
- Message-id: <20080326194255.437D42A476@xxxxxxxxxxxxxxxx>
Author: charlesa
Date: Wed Mar 26 20:42:54 2008
New Revision: 45771
URL: http://svn.opensuse.org/viewcvs/yast?rev=45771&view=rev
Log:
In 11.0, kernel-xenpae is just kernel-xen.
There is no non-pae 32bit kernel.
Modified:
trunk/vm/VERSION
trunk/vm/package/yast2-vm.changes
trunk/vm/src/VM_XEN.ycp
Modified: trunk/vm/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/vm/VERSION?rev=45771&r1=45770&r2=45771&view=diff
==============================================================================
--- trunk/vm/VERSION (original)
+++ trunk/vm/VERSION Wed Mar 26 20:42:54 2008
@@ -1 +1 @@
-2.16.2
+2.16.3
Modified: trunk/vm/package/yast2-vm.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/vm/package/yast2-vm.changes?rev=45771&r1=45770&r2=45771&view=diff
==============================================================================
--- trunk/vm/package/yast2-vm.changes (original)
+++ trunk/vm/package/yast2-vm.changes Wed Mar 26 20:42:54 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Mar 26 13:39:06 MDT 2008 - carnold@xxxxxxxxxx
+
+- In 11.0, kernel-xenpae is just kernel-xen. There is no nonpae
+ 32bit kernel.
+
+-------------------------------------------------------------------
Mon Mar 17 12:43:32 CET 2008 - jsrain@xxxxxxx
- added 'StartupNotify=true' to the desktop file (bnc #304964)
Modified: trunk/vm/src/VM_XEN.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/vm/src/VM_XEN.ycp?rev=45771&r1=45770&r2=45771&view=diff
==============================================================================
--- trunk/vm/src/VM_XEN.ycp (original)
+++ trunk/vm/src/VM_XEN.ycp Wed Mar 26 20:42:54 2008
@@ -173,10 +173,7 @@
// package stage
Progress::NextStage();
- // Decide if dom0 should use the pae kernel (#175117)
string kernel_pkg = "kernel-xen";
- if ( isPAEKernel() )
- kernel_pkg = "kernel-xenpae";
list<string> packages = ["xen", "xen-libs", "xen-tools"];
packages = add(packages, kernel_pkg);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Mar 26 20:42:54 2008
New Revision: 45771
URL: http://svn.opensuse.org/viewcvs/yast?rev=45771&view=rev
Log:
In 11.0, kernel-xenpae is just kernel-xen.
There is no non-pae 32bit kernel.
Modified:
trunk/vm/VERSION
trunk/vm/package/yast2-vm.changes
trunk/vm/src/VM_XEN.ycp
Modified: trunk/vm/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/vm/VERSION?rev=45771&r1=45770&r2=45771&view=diff
==============================================================================
--- trunk/vm/VERSION (original)
+++ trunk/vm/VERSION Wed Mar 26 20:42:54 2008
@@ -1 +1 @@
-2.16.2
+2.16.3
Modified: trunk/vm/package/yast2-vm.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/vm/package/yast2-vm.changes?rev=45771&r1=45770&r2=45771&view=diff
==============================================================================
--- trunk/vm/package/yast2-vm.changes (original)
+++ trunk/vm/package/yast2-vm.changes Wed Mar 26 20:42:54 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Mar 26 13:39:06 MDT 2008 - carnold@xxxxxxxxxx
+
+- In 11.0, kernel-xenpae is just kernel-xen. There is no nonpae
+ 32bit kernel.
+
+-------------------------------------------------------------------
Mon Mar 17 12:43:32 CET 2008 - jsrain@xxxxxxx
- added 'StartupNotify=true' to the desktop file (bnc #304964)
Modified: trunk/vm/src/VM_XEN.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/vm/src/VM_XEN.ycp?rev=45771&r1=45770&r2=45771&view=diff
==============================================================================
--- trunk/vm/src/VM_XEN.ycp (original)
+++ trunk/vm/src/VM_XEN.ycp Wed Mar 26 20:42:54 2008
@@ -173,10 +173,7 @@
// package stage
Progress::NextStage();
- // Decide if dom0 should use the pae kernel (#175117)
string kernel_pkg = "kernel-xen";
- if ( isPAEKernel() )
- kernel_pkg = "kernel-xenpae";
list<string> packages = ["xen", "xen-libs", "xen-tools"];
packages = add(packages, kernel_pkg);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |