OSS11.0 Image Creator not creating image or bootstrap

After installing all of the required packages from software management, Image Creator still does not create image or bootstrap software selections.

When I click on finish and let the creation failure occur, the config.xml looks like this…

<?xml version="1.0"?>
<image name="test-usb" schemeversion="2.0">
  <description type="system">
    <author></author>
    <contact></contact>
    <specification>Template for system image configuration</specification>
  </description>
  <preferences>
    <type boot="usbboot/suse-11.0" filesystem="ext3" primary="true">usb</type>
    <version>1.0.0</version>
    <size unit="M">2000</size>
    <packagemanager>zypper</packagemanager>
    <rpm-check-signatures>False</rpm-check-signatures>
    <rpm-force>False</rpm-force>
    <locale>en_US.UTF-8</locale>
    <defaultdestination>/tmp/test-usb</defaultdestination>
  </preferences>
  <users group="users">
    <user home="/home/linux" name="linux" pwd="" realname="Live-CD User"/>
    <user home="/root" name="root" pwd=""/>
  </users>
  <repository type="yast2">
    <source path="/home/oss11.0/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://download.nvidia.com/opensuse/11.0"/>
  </repository>
  <repository type="yast2">
    <source path="http://download.opensuse.org/distribution/11.0/repo/non-oss/"/>
  </repository>
  <repository type="yast2">
    <source path="http://download.opensuse.org/distribution/11.0/repo/oss/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://download.opensuse.org/update/11.0/"/>
  </repository>
</image>

Notice that the <packages> section is missing after the repositories. If I click on the “change” button and select a package group like KDE4 and select accept, the packages are still not added to the config.xml.

Any ideas would help. I’m baffled by this.

Using OSS 11.0 x64