also xen guest images need the initrd files
authorAdrian Schröter <adrian@suse.de>
Wed, 17 Feb 2010 07:17:42 +0000 (08:17 +0100)
committerAdrian Schröter <adrian@suse.de>
Wed, 17 Feb 2010 07:17:42 +0000 (08:17 +0100)
build_kiwi.sh

index 7910c86..36d7cb4 100644 (file)
@@ -187,6 +187,7 @@ cd /$TOPDIR/KIWI-xen
 tar cvjfS "/$TOPDIR/KIWI/$imageout$buildnum-xen.tar.bz2" \
        `grep ^kernel $imageout.xenconfig | cut -d'"'  -f2` \
        `grep ^ramdisk $imageout.xenconfig | cut -d'"'  -f2` \
+       initrd-* \
        "$imageout.xenconfig" \
        "$imageout"
 echo "Create sha256 file..."