[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAOwCge2F92GninYqckfrpOaTghsAUiESqpNUUpQLzvvBwOS87g@mail.gmail.com>
Date: Tue, 23 Oct 2018 14:29:22 +0300
From: Leonid Bloch <lb.workbox@...il.com>
To: linux-kernel@...r.kernel.org, initramfs@...r.kernel.org
Subject: Adding initramfs as an ELF section to bzImage
Hello,
I am wondering if it is possible to add initramfs as an ELF section to
the bzImage, and if so - how?
I am aware that it is possible to compile-in an initramfs or to supply
it as an external file. Both of these options don't fit my needs. The
first one doesn't fit because it is very difficult to manipulate after
compilation, and the second - because I need a single file.
It looks like there should be no problem to append a section to the
bzImage for loading into memory as initramfs, but I didn't find a way
to do it yet.
Regards,
Leonid.
Powered by blists - more mailing lists