Hi,
This looks like a very old XML and I assume a very old kiwi too.
So the easiest way to success is this:
1) install kiwi, kiwi-desc-vmxboot and kiwi-templates from here:
http://download.opensuse.org/repositories/Virtualization:/Appliances
2) build the 12.1 template:
kiwi --build suse-12.1-JeOS -d /tmp/myimage --type vmx \
--set-repo ...
if you don't set --set-repo kiwi will access the 12.1 online repo
over the network. Therefore I have a copy of the 12.1 DVD like
this:
--set-repo iso:///image/CDs/openSUSE-12.1-DVD-x86_64.iso
alternatively you can mount the 12.1 DVD
mount /dev/dvd /mnt
--set-repo /mnt
as result you will get:
/tmp/myimage/LimeJeOS-openSUSE-12.1.x86_64-1.12.1.raw
you can put that file on your stick:
dd if=/tmp/myimage/LimeJeOS-openSUSE-12.1.x86_64-1.12.1.raw of=/dev/<stick>
==> be careful, wrong device big trouble ;)
after that you can mount the stick:
mount /dev/<stick-partition-one> /mnt
and you can perform changes there. Don't forget to umount before
unplugging the stick
PS:
yesterday we had a redirect issue with
download.opensuse.org
if you plan to access repo's from there and see an error in kiwi
saying it can't resolve the URL then it's still this problem
I'm about to solve this right now