diff options
author | bert schulze <spambemyguest@googlemail.com> | 2010-02-28 20:15:47 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-04 05:50:34 +0200 |
commit | 38c90c536d96982ada4017d00da3878f87e7300e (patch) | |
tree | 64ba158fd3827229f8dc4ce24a033395d6e7f1c2 /mkinitramfs.8 | |
parent | 9d6567169ea95ffad8a3c9a95218851821d147b8 (diff) | |
download | initramfs-tools-38c90c536d96982ada4017d00da3878f87e7300e.tar.gz initramfs-tools-38c90c536d96982ada4017d00da3878f87e7300e.zip |
initramfs-tools: support different compression tools in mkinitramfs
this version uses /etc/initramfs-tools/initramfs.conf to determine
the compression method, checks kernel and userspace support with
fallback to gzip. Since LZO didnt work for me at all with 2.6.33
I left that out for now.
(closes: #533903)
[ minor changes in mkinitramfs code ]
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'mkinitramfs.8')
-rw-r--r-- | mkinitramfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitramfs.8 b/mkinitramfs.8 index 5d3c42b..c19697a 100644 --- a/mkinitramfs.8 +++ b/mkinitramfs.8 @@ -27,7 +27,7 @@ mkinitramfs \- low-level tool for generating an initramfs image The .B mkinitramfs script generates an initramfs image. -The initramfs is a gzipped cpio archive. The archive can be used on a +The initramfs is a compressed cpio archive. The archive can be used on a different box of the same arch with the corresponding Linux kernel. .B mkinitramfs is meant for advanced usage. On your local box |