can the initramfs image be compressed by a method other than gzip, such as lzma?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Yes. I use in-kernel initrd and it offers at least the following methods:
EDIT: You can use it on external file and with LZMA (at least on ubuntu). EDIT 2: Wikipedia states that Linux kernel supports gzip, bzip and lzma (depending, of course, what algorithms are compiled in). |
|||||||||||
|