Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2011-11-16 17:23:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vm", Maintainer is "carn...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes        2011-10-28 
15:34:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2011-11-16 
17:23:55.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Nov 16 12:49:08 CET 2011 - jsuch...@suse.cz
+
+- merged texts from proofreading
+- 2.22.0
+
+-------------------------------------------------------------------
+Tue Nov  1 12:04:05 MDT 2011 - carn...@novell.com
+
+- bnc#727523 - yast2 xen should be modified for 32bit
+- 2.21.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-vm-2.21.4.tar.bz2

New:
----
  yast2-vm-2.22.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.VUztAF/_old  2011-11-16 17:23:57.000000000 +0100
+++ /var/tmp/diff_new_pack.VUztAF/_new  2011-11-16 17:23:57.000000000 +0100
@@ -18,8 +18,9 @@
 # norootforbuild
 
 
+
 Name:           yast2-vm
-Version:        2.21.4
+Version:        2.22.0
 Release:        0
 License:        GPL
 Group:          System/YaST
@@ -27,7 +28,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-vm-%{version}.tar.bz2
 
-Prefix:         /usr
 
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
@@ -42,23 +42,23 @@
 %setup -n yast2-vm-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -82,11 +82,9 @@
 /usr/share/YaST2/modules/RelocationServer.*
 /usr/share/YaST2/include/*
 /usr/share/YaST2/scrconf/*
-%{prefix}/share/applications/YaST2/groups/virtualization.desktop
+%{_prefix}/share/applications/YaST2/groups/virtualization.desktop
 %ifarch x86_64
-%{prefix}/share/applications/YaST2/relocation-server.desktop
-%{prefix}/share/applications/YaST2/xen.desktop
+%{_prefix}/share/applications/YaST2/relocation-server.desktop
+%{_prefix}/share/applications/YaST2/xen.desktop
 %endif
-%doc %{prefix}/share/doc/packages/yast2-vm
-
-%changelog
+%doc %{_prefix}/share/doc/packages/yast2-vm

++++++ yast2-vm-2.21.4.tar.bz2 -> yast2-vm-2.22.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/VERSION new/yast2-vm-2.22.0/VERSION
--- old/yast2-vm-2.21.4/VERSION 2011-10-25 13:18:54.000000000 +0200
+++ new/yast2-vm-2.22.0/VERSION 2011-11-16 12:50:37.000000000 +0100
@@ -1 +1 @@
-2.21.4
+2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/configure 
new/yast2-vm-2.22.0/configure
--- old/yast2-vm-2.21.4/configure       2011-10-25 13:20:13.000000000 +0200
+++ new/yast2-vm-2.22.0/configure       2011-11-16 12:47:46.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-vm 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2-vm 2.21.5.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-vm'
 PACKAGE_TARNAME='yast2-vm'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2-vm 2.21.4'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2-vm 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-vm 2.21.4 to adapt to many kinds of systems.
+\`configure' configures yast2-vm 2.21.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1300,7 +1300,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-vm 2.21.4:";;
+     short | recursive ) echo "Configuration of yast2-vm 2.21.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-vm configure 2.21.4
+yast2-vm configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-vm $as_me 2.21.4, which was
+It was created by yast2-vm $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2327,7 +2327,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-vm'
- VERSION='2.21.4'
+ VERSION='2.21.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2449,7 +2449,7 @@
 
 
 
-VERSION="2.21.4"
+VERSION="2.21.5"
 RPMNAME="yast2-vm"
 MAINTAINER="Ladislav Slezak <lsle...@suse.cz>, Li Dongyang 
<lidongy...@novell.com>"
 
@@ -3386,7 +3386,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-vm $as_me 2.21.4, which was
+This file was extended by yast2-vm $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3439,7 +3439,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-vm config.status 2.21.4
+yast2-vm config.status 2.21.5
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/configure.in 
new/yast2-vm-2.22.0/configure.in
--- old/yast2-vm-2.21.4/configure.in    2011-10-25 13:20:11.000000000 +0200
+++ new/yast2-vm-2.22.0/configure.in    2011-11-16 12:47:43.000000000 +0100
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-vm
 dnl
-dnl -- This file is generated by y2autoconf 2.21.4 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-vm, 2.21.4, http://bugs.opensuse.org/, yast2-vm)
+AC_INIT(yast2-vm, 2.21.5, http://bugs.opensuse.org/, yast2-vm)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.4"
+VERSION="2.21.5"
 RPMNAME="yast2-vm"
 MAINTAINER="Ladislav Slezak <lsle...@suse.cz>, Li Dongyang 
<lidongy...@novell.com>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/relocation-server.pot 
new/yast2-vm-2.22.0/relocation-server.pot
--- old/yast2-vm-2.21.4/relocation-server.pot   1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-vm-2.22.0/relocation-server.pot   2011-10-05 10:12:19.000000000 
+0200
@@ -0,0 +1,332 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-10-05 10:12+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <l...@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. RelocationServer read dialog caption
+#: src/RelocationServer.ycp:299
+msgid "Initializing relocation-server Configuration"
+msgstr ""
+
+#. Progress stage 1/3
+#: src/RelocationServer.ycp:309
+msgid "Read the current xend configuration"
+msgstr ""
+
+#. Progress stage 2/3
+#: src/RelocationServer.ycp:311
+msgid "Read the current xend state"
+msgstr ""
+
+#. Progress stage 3/3
+#. Progress stage 1/2
+#: src/RelocationServer.ycp:313 src/RelocationServer.ycp:329
+msgid "Read firewall settings"
+msgstr ""
+
+#. Progress step 1/3
+#: src/RelocationServer.ycp:318
+msgid "Reading the current xend configuration..."
+msgstr ""
+
+#. Progress step 2/3
+#: src/RelocationServer.ycp:320
+msgid "Reading the current xend state..."
+msgstr ""
+
+#. Progress step 3/3
+#. Progress step 1/2
+#: src/RelocationServer.ycp:322 src/RelocationServer.ycp:336
+msgid "Reading firewall settings..."
+msgstr ""
+
+#. Progress stage 2/2
+#: src/RelocationServer.ycp:331
+msgid "Read the current libvirtd/sshd state"
+msgstr ""
+
+#. Progress stage 2/2
+#: src/RelocationServer.ycp:338
+msgid "Reading the current libvirtd/sshd state..."
+msgstr ""
+
+#. Error message
+#: src/RelocationServer.ycp:358
+msgid "Cannot read the current Xend state."
+msgstr ""
+
+#. Error message
+#: src/RelocationServer.ycp:366
+msgid "Cannot read firewall settings."
+msgstr ""
+
+#. Error message
+#: src/RelocationServer.ycp:374
+msgid "Cannot read the current libvirtd/sshd state."
+msgstr ""
+
+#. RelocationServer read dialog caption
+#: src/RelocationServer.ycp:395
+msgid "Saving relocation-server Configuration"
+msgstr ""
+
+#. Progress stage 1
+#: src/RelocationServer.ycp:405
+msgid "Write the Xend settings"
+msgstr ""
+
+#. Progress stage 2
+#: src/RelocationServer.ycp:407
+msgid "Adjust the Xend service"
+msgstr ""
+
+#. Progress stage 3
+#. Progress stage 2
+#: src/RelocationServer.ycp:409 src/RelocationServer.ycp:426
+msgid "Write firewall settings"
+msgstr ""
+
+#. Progress step 1
+#: src/RelocationServer.ycp:414
+msgid "Writing the Xend settings..."
+msgstr ""
+
+#. Progress step 2
+#: src/RelocationServer.ycp:416
+msgid "Adjusting the Xend service..."
+msgstr ""
+
+#. Progress step 3
+#. Progress stage 2
+#: src/RelocationServer.ycp:418 src/RelocationServer.ycp:433
+msgid "Writing firewall settings..."
+msgstr ""
+
+#. Progress stage 1
+#: src/RelocationServer.ycp:424
+msgid "Adjust the libvirtd/sshd service"
+msgstr ""
+
+#. Progress step 1
+#: src/RelocationServer.ycp:431
+msgid "Adjusting the libvirtd/sshd service"
+msgstr ""
+
+#. Error message
+#: src/RelocationServer.ycp:446
+msgid "Cannot write the xend settings."
+msgstr ""
+
+#. Error message
+#: src/RelocationServer.ycp:466
+msgid "Cannot write firewall settings."
+msgstr ""
+
+#. yes-no popup
+#: src/complex.ycp:46
+msgid ""
+"Really exit?\n"
+"All changes will be lost."
+msgstr ""
+
+#: src/complex.ycp:131
+msgid "Select SSL Key File"
+msgstr ""
+
+#: src/complex.ycp:136
+msgid "Select SSL Cert File"
+msgstr ""
+
+#. A popup dialog caption
+#: src/complex.ycp:228
+msgid "Add New Port"
+msgstr ""
+
+#. A popup dialog caption
+#: src/complex.ycp:231
+msgid "Edit Current Port"
+msgstr ""
+
+#. A text entry
+#: src/complex.ycp:233
+msgid "&Port"
+msgstr ""
+
+#: src/complex.ycp:255
+msgid "Port number must not be empty."
+msgstr ""
+
+#: src/complex.ycp:261
+msgid "Port number out of range."
+msgstr ""
+
+#: src/complex.ycp:268
+msgid "Port number already exists."
+msgstr ""
+
+#: src/dialogs.ycp:42
+msgid "Global Settings"
+msgstr ""
+
+#: src/dialogs.ycp:44
+msgid "Relocation Address:"
+msgstr ""
+
+#: src/dialogs.ycp:45
+msgid "Allowed Hosts:"
+msgstr ""
+
+#: src/dialogs.ycp:46
+msgid "Use SSL as Default"
+msgstr ""
+
+#: src/dialogs.ycp:51
+msgid "non-SSL Server"
+msgstr ""
+
+#: src/dialogs.ycp:53 src/dialogs.ycp:60
+msgid "Port:"
+msgstr ""
+
+#: src/dialogs.ycp:54 src/dialogs.ycp:81
+msgid "Enable"
+msgstr ""
+
+#: src/dialogs.ycp:58
+msgid "SSL Server"
+msgstr ""
+
+#: src/dialogs.ycp:63
+msgid "SSL Key File:"
+msgstr ""
+
+#: src/dialogs.ycp:73
+msgid "SSL Cert File:"
+msgstr ""
+
+#: src/dialogs.ycp:85 src/dialogs.ycp:122
+msgid "Firewall"
+msgstr ""
+
+#: src/dialogs.ycp:96
+msgid "Tunneled migration"
+msgstr ""
+
+#: src/dialogs.ycp:98
+msgid "Make sure tunneled migration works"
+msgstr ""
+
+#: src/dialogs.ycp:101
+msgid "Plain migration"
+msgstr ""
+
+#: src/dialogs.ycp:103
+msgid "Make sure plain migration works"
+msgstr ""
+
+#: src/dialogs.ycp:105
+msgid "TCP Ports"
+msgstr ""
+
+#. A table header
+#: src/dialogs.ycp:109
+msgid "Port"
+msgstr ""
+
+#. a push button
+#: src/dialogs.ycp:113
+msgid "&Add..."
+msgstr ""
+
+#. a push button
+#: src/dialogs.ycp:115
+msgid "&Edit..."
+msgstr ""
+
+#. a push button
+#: src/dialogs.ycp:117
+msgid "&Delete"
+msgstr ""
+
+#: src/dialogs.ycp:119
+msgid "Include default port range"
+msgstr ""
+
+#. Read dialog help 1/2
+#: src/helps.ycp:40
+msgid ""
+"<p><b><big>Initializing relocation-server Configuration</big></b><br>\n"
+"Please wait...<br></p>\n"
+msgstr ""
+
+#. Read dialog help 2/2
+#: src/helps.ycp:45
+msgid ""
+"<p><b><big>Aborting Initialization:</big></b><br>\n"
+"Safely abort the configuration utility by pressing <b>Abort</b> now.</p>\n"
+msgstr ""
+
+#. Write dialog help 1/2
+#: src/helps.ycp:50
+msgid ""
+"<p><b><big>Saving relocation-server Configuration</big></b><br>\n"
+"Please wait...<br></p>\n"
+msgstr ""
+
+#. Write dialog help 2/2
+#: src/helps.ycp:55
+msgid ""
+"<p><b><big>Aborting Saving:</big></b><br>\n"
+"Abort the save procedure by pressing <b>Abort</b>.\n"
+"An additional dialog informs whether it is safe to do so.\n"
+"</p>\n"
+msgstr ""
+
+#: src/helps.ycp:61
+msgid ""
+"<p><b>Relocation Address</b><br>\n"
+"Address xend should listen on for relocation-socket connections</p>\n"
+"<p><b>Allowed Hosts</b><br>\n"
+"The hosts allowed to talk to the relocation port. If this is empty, then all 
connections are allowed. Otherwise, this should be a space-separated sequence 
of regular expressions. Any host with a fully-qualified domain name or an IP 
address that matches one of these regular expressions will be accepted.</p>\n"
+"<p><b>SSL Key File/SSL Cert File</b><br>\n"
+"SSL key and certificate to use for the ssl relocation interface</p>"
+msgstr ""
+
+#: src/helps.ycp:68
+msgid ""
+"<p><b><big>Tunneled migration</big></b><br>\n"
+"The source host libvirtd opens a direct connection to the destination host 
libvirtd for sending migration data. This allows the option of encrypting the 
data stream.</p>\n"
+"<p><b><big>Plain migration</big></b><br>\n"
+"The source host VM opens a direct unencryptyed TCP connection to the 
destination host for sending the migration data. Unless a port is manually 
specified, libvirt will choose a migration port in the default range.</p>"
+msgstr ""
+
+#. Command line help text for the relocation-server module
+#: src/relocation-server.ycp:75
+msgid "Configuration of relocation-server"
+msgstr ""
+
+#: src/wizards.ycp:80
+msgid "&Xend"
+msgstr ""
+
+#: src/wizards.ycp:85
+msgid "&KVM"
+msgstr ""
+
+#: src/wizards.ycp:116
+msgid "Relocation Server Configuration"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/src/VM_XEN.ycp 
new/yast2-vm-2.22.0/src/VM_XEN.ycp
--- old/yast2-vm-2.21.4/src/VM_XEN.ycp  2011-10-25 13:19:54.000000000 +0200
+++ new/yast2-vm-2.22.0/src/VM_XEN.ycp  2011-11-16 12:50:51.000000000 +0100
@@ -24,7 +24,7 @@
  * Authors:    Ladislav Slezak <lsle...@suse.cz>
  *             Michael G. Fritch <mgfri...@novell.com>
  *
- * $Id: VM_XEN.ycp 66563 2011-10-25 11:20:45Z lslezak $
+ * $Id: VM_XEN.ycp 66828 2011-11-16 11:50:50Z jsuchome $
  */
 
 {
@@ -108,6 +108,18 @@
         return isPAE;
     }
 
+    global boolean isX86_64() {
+        boolean ret = true;
+
+        if (Arch::x86_64 () == false) {
+            string arch = Arch::architecture();
+            Report::Error(_("x86_64 is the only supported architecture for 
hosting virtual machines. Your architecture is ") + arch);
+            ret = false;
+        }
+
+        y2milestone("VM_XEN::isX86_64 returned: %1", ret);
+        return ret;
+    }
 
     global boolean isUML() {
         boolean ret = false;
@@ -156,9 +168,9 @@
         // xen domain0 installation help text - 2/4
         _("<p>The required packages are installed into the system first. Then 
the boot loader is switched to GRUB (if not already used) and the Xen section 
is added to the boot loader menu if it is missing.</p>") +
         // xen domain0 installation help text - 3/4
-        _("<p>GRUB is needed because it supports the multiboot standard 
required to boot Xen and Linux kernel.</p>") +
+        _("<p>GRUB is needed because it supports the multiboot standard 
required to boot Xen and the Linux kernel.</p>") +
         // xen domain0 installation help text - 4/4
-        _("<p>When the configuration is successfully finished, it is possible 
to boot the VM Server from the boot loader menu.</p>");
+        _("<p>When the configuration has finished successfully, you can boot 
the VM Server from the boot loader menu.</p>");
 
         // error popup
         string abortmsg = _("The installation will be aborted.");
@@ -166,7 +178,7 @@
         // Generate a pop dialog to allow user selection of Xen or KVM
         UI::OpenDialog(
         `VBox(
-            `Label(_("Please select the virtualization platform to install")),
+            `Label(_("Select the virtualization platform to install.")),
             `Left(`CheckBox(`id(`xen), "Xen")),
             `Left(`CheckBox(`id(`kvm), "KVM")),
             `ButtonBox(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/src/xen.ycp 
new/yast2-vm-2.22.0/src/xen.ycp
--- old/yast2-vm-2.21.4/src/xen.ycp     2011-09-02 11:16:30.000000000 +0200
+++ new/yast2-vm-2.22.0/src/xen.ycp     2011-11-16 12:48:15.000000000 +0100
@@ -57,6 +57,9 @@
         // check whether VM can be started (cannot start a vm using UML)
         if ( VM_XEN::isUML() ) return false;
 
+        // we now only support 64 bit hosts
+        if ( VM_XEN::isX86_64() == false ) return false;
+
         y2milestone("Checking for Xen installation");
 
         // check the dom0 configuration...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-2.21.4/vm.pot new/yast2-vm-2.22.0/vm.pot
--- old/yast2-vm-2.21.4/vm.pot  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-vm-2.22.0/vm.pot  2011-10-05 10:12:19.000000000 +0200
@@ -0,0 +1,121 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-10-05 10:12+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <l...@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. we are already in UML, nested virtual machine is not supported
+#: src/VM_XEN.ycp:117
+msgid ""
+"Virtual machine installation cannot be started inside the UML machine.\n"
+"Start installation in the host system.\n"
+msgstr ""
+
+#. progress stage 1/2
+#: src/VM_XEN.ycp:135
+msgid "Verify Installed Packages"
+msgstr ""
+
+#. progress stage 2/2
+#: src/VM_XEN.ycp:137
+msgid "Network Bridge Configuration"
+msgstr ""
+
+#. Headline for management domain installation
+#: src/VM_XEN.ycp:152
+msgid "Configuring the VM Server (domain 0)"
+msgstr ""
+
+#. xen domain0 installation help text - 1/4
+#: src/VM_XEN.ycp:155
+msgid "<p><big><b>VM Server Configuration</b></big></p><p>Configuration of the 
VM Server (domain 0) has two parts.</p>"
+msgstr ""
+
+#. xen domain0 installation help text - 2/4
+#: src/VM_XEN.ycp:157
+msgid "<p>The required packages are installed into the system first. Then the 
boot loader is switched to GRUB (if not already used) and the Xen section is 
added to the boot loader menu if it is missing.</p>"
+msgstr ""
+
+#. xen domain0 installation help text - 3/4
+#: src/VM_XEN.ycp:159
+msgid "<p>GRUB is needed because it supports the multiboot standard required 
to boot Xen and Linux kernel.</p>"
+msgstr ""
+
+#. xen domain0 installation help text - 4/4
+#: src/VM_XEN.ycp:161
+msgid "<p>When the configuration is successfully finished, it is possible to 
boot the VM Server from the boot loader menu.</p>"
+msgstr ""
+
+#. error popup
+#: src/VM_XEN.ycp:164
+msgid "The installation will be aborted."
+msgstr ""
+
+#: src/VM_XEN.ycp:169
+msgid "Please select the virtualization platform to install"
+msgstr ""
+
+#: src/VM_XEN.ycp:221
+msgid "Running in text mode. Install graphical components anyway?"
+msgstr ""
+
+#. progressbar title - check whether Xen packages are installed
+#: src/VM_XEN.ycp:233
+msgid "Checking packages..."
+msgstr ""
+
+#. progressbar title - install the required packages
+#: src/VM_XEN.ycp:236
+msgid "Installing packages..."
+msgstr ""
+
+#. error popup
+#: src/VM_XEN.ycp:240 src/VM_XEN.ycp:245
+msgid "Cannot install required packages."
+msgstr ""
+
+#: src/VM_XEN.ycp:253
+msgid "Configuring Default Network Bridge..."
+msgstr ""
+
+#: src/VM_XEN.ycp:270
+msgid "Network Bridge."
+msgstr ""
+
+#: src/VM_XEN.ycp:271
+msgid "<p>For normal network configurations hosting virtual machines, a 
network bridge is recommended.</p><p>Configure a default network bridge?</p>"
+msgstr ""
+
+#: src/VM_XEN.ycp:294
+msgid "For installing KVM guests, reboot the machine to load the necessary 
drivers."
+msgstr ""
+
+#: src/VM_XEN.ycp:295
+msgid "For installing Xen guests, reboot the machine and select the Xen 
section in the boot loader menu.\n"
+msgstr ""
+
+#: src/VM_XEN.ycp:297
+msgid "Hypervisor and tools are installed."
+msgstr ""
+
+#. progress step title
+#: src/vm_finish.ycp:68
+msgid "Configuring the virtual machine..."
+msgstr ""
+
+#: src/xen.ycp:77
+msgid "Install Hypervisor and Tools"
+msgstr ""

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to