From ddcb056ace19f4e7560851410b2cf250e8caf00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 17 Feb 2010 08:17:42 +0100 Subject: also xen guest images need the initrd files --- build_kiwi.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build_kiwi.sh') 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..." -- cgit v1.2.3