From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Stefan Kuhne <stefan.kuhne@gmx.net>
Cc: xen-devel@lists.xensource.com
Subject: Re: 2.6.31.6 pv_ops from xen-4.0.0-rc1 hangs by DomU initrd
Date: Tue, 26 Jan 2010 15:00:36 -0500 [thread overview]
Message-ID: <20100126200036.GB15197@phenom.dumpdata.com> (raw)
In-Reply-To: <4B5F4254.4080107@access.denied>
> > Also, how did you generate the initrd?
> >
> echo ""
> mecho -info "Create initrd ..."
> echo ""
>
> cd ${INITRD_DIR}
> find ./ | cpio -H newc -o > ${INSTALL_PATH}/boot/initrd-${KERNEL_VERSION}
> cpio=$?
>
> if [ ${cpio} == 0 ]
> then
> gzip -f ${INSTALL_PATH}/boot/initrd-${KERNEL_VERSION}
I think you need to append "-9" argument. That is what 'mkinitrd' does:
(cd $MNTIMAGE; findall . | cpio -H newc --quiet -o) >| $IMAGE || exit 1
if [ -n "$compress" ]; then
gzip -9 < $IMAGE >| $target || rc=1
else
cp -a $IMAGE $target || rc=1
fi
next prev parent reply other threads:[~2010-01-26 20:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-26 14:16 2.6.31.6 pv_ops from xen-4.0.0-rc1 hangs by DomU initrd Stefan Kuhne
2010-01-26 14:24 ` Pasi Kärkkäinen
2010-01-26 16:27 ` Stefan Kuhne
2010-01-26 16:27 ` Konrad Rzeszutek Wilk
2010-01-26 16:34 ` Pasi Kärkkäinen
2010-01-26 17:28 ` Stefan Kuhne
2010-01-26 17:32 ` Pasi Kärkkäinen
2010-01-26 17:41 ` Stefan Kuhne
2010-01-26 17:40 ` Konrad Rzeszutek Wilk
2010-01-26 17:52 ` Pasi Kärkkäinen
[not found] ` <4B5F3EE9.8040307@access.denied>
[not found] ` <20100126191915.GB2861@reaktio.net>
2010-01-26 19:28 ` Stefan Kuhne
2010-01-26 20:00 ` Konrad Rzeszutek Wilk [this message]
2010-01-28 13:00 ` Stefan Kuhne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100126200036.GB15197@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=stefan.kuhne@gmx.net \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.