From: Adrian Schröter Date: Wed, 17 Feb 2010 07:17:42 +0000 (+0100) Subject: also xen guest images need the initrd files X-Git-Tag: obs_2.0~89^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddcb056ace19f4e7560851410b2cf250e8caf00d;p=tools%2Fobs-build.git also xen guest images need the initrd files --- diff --git a/build_kiwi.sh b/build_kiwi.sh index 7910c86..36d7cb4 100644 --- a/build_kiwi.sh +++ b/build_kiwi.sh @@ -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..."