https://bugzilla.novell.com/show_bug.cgi?id=713136 https://bugzilla.novell.com/show_bug.cgi?id=713136#c0 Summary: kiwi : config-cdroot.tgz is not included into ISO image. Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: yoshi314@gmail.com QAContact: adrian@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0 I'm building an iso image using kiwi with the following config.xml : ====================================================================== <?xml version="1.0" encoding="utf-8"?> <!-- For kiwi 4.85-10.1 and above --> <image schemaversion="5.2" displayname="testimage" name="testimage"> <description type="system"> <author>Me</author> <contact>mail@example.com</contact> <specification>Basic boot image</specification> </description> <preferences> <type image="iso" fsnocheck="true" filesystem="ext3" checkprebuilt="true" boot="isoboot/suse-11.4" flags="compressed" /> <version>0.0.2</version> <packagemanager>zypper</packagemanager> <rpm-check-signatures>false</rpm-check-signatures> <rpm-force>false</rpm-force> <locale>pl_PL</locale> </preferences> <users group="root"> <user home="/root" name="root" shell="/bin/bash" pwd="password" pwdformat="plain" /> </users> <users group="users"> <user home="/home/abs" name="user" shell="/bin/bash" pwd="user" pwdformat="plain" /> </users> <packages type="image" patternType="onlyRequired"> <opensusePattern name="base"/> <package name="iputils"/> <package name="mdadm"/> <package name="yast2-ncurses"/> <package name="yast2"/> <package name="less"/> <package name="vim"/> <package name="zypper"/> <package name="kernel-default"/> <package name="syslog-ng"/> <package name="bootsplash-branding-openSUSE"/> <package name="glib2-branding-openSUSE"/> <package name="SuSEfirewall2"/> </packages> <packages type="bootstrap"> <package name="filesystem"/> <package name="glibc-locale"/> </packages> <repository type="rpm-md" status="fixed"> <source path="http://download.opensuse.org/update/11.4/" /> </repository> <repository type="yast2" status="fixed"> <source path="http://download.opensuse.org/distribution/11.4/repo/oss/" /> </repository> </image> ====================================================================== extra files added to the config.xml directory : root/testfile (empty test file) config-cdroot.tgz containing 0 byte file "roottestfile" According to instructions root/testfile should end up inside the root filesystem of the live environment (probably in the squashfs image), and contents of config-cdroot.tgz should end up in the root directory of the ISO filesystem. The root/testfile gets included properly but contents of config-cdroot.tgz are not being included into the root of CD image. Reproducible: Always Steps to Reproduce: 1. build image according to posted configuration and file layout 2. run image in qemu / real hardware 3. testfile from root/ is visible in / of the running live system 4. roottestfile from config-cdroot.tgz is not in the root of ISO Expected Results: contents of config-cdroot.tgz should be included in the root of the ISO image. rpm -qi kiwi Name : kiwi Relocations: (not relocatable) Version : 4.80 Vendor: openSUSE Release : 1.2.1 Build Date: Wed Mar 2 11:50:10 2011 Install Date: Wed Aug 3 14:55:07 2011 Build Host: build12 Group : System/Management Source RPM: kiwi-4.80-1.2.1.src.rpm Size : 37794182 License: GPLv2 Signature : RSA/8, Wed Mar 2 11:52:10 2011, Key ID b88b2fd43dbdc284 Packager : http://bugs.opensuse.org URL : http://kiwi.berlios.de Summary : OpenSuSE - KIWI Image System -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.