]> git.ipfire.org Git - thirdparty/dracut.git/commit
lsinitrd: allow to only unpack certain files
authorKairui Song <kasong@redhat.com>
Wed, 25 Jul 2018 08:34:08 +0000 (16:34 +0800)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 26 Jul 2018 07:57:55 +0000 (09:57 +0200)
commitf81c864eede2a11bfeb849cb2a2634be034ed7fb
treeaac73a93775012ae6f05743748329a0665f72cde
parentaac3a0652adc2b200d5b8fedfbce99cfde88b525
lsinitrd: allow to only unpack certain files

Before this patch, "--unpack" will always unpack the whole image.
Make "--unpack" be able to unpack only certain files, it will be
easier to retrieve files from initramfs image.

Signed-off-by: Kairui Song <kasong@redhat.com>
lsinitrd.sh