summaryrefslogtreecommitdiff
path: root/lsinitramfs
AgeCommit message (Collapse)Author
2010-06-18mkinitramfs, lsinitramfs: Better error message for non-GNU getoptmaximilian attems
Reported-by: Michael Prokop <mika@debian.org> Signed-off-by: maximilian attems <maks@debian.org>
2010-06-18lsinitramfs: use getopt for -l optionmaximilian attems
only pass verbose to cpio if invoked with -l or --long. add minimal hints to manpage. Signed-off-by: maximilian attems <maks@debian.org>
2010-06-17lsinitramfs: allow to pass several filenamesmaximilian attems
due to the quoting use $@ to expand to several arguments. Signed-off-by: maximilian attems <maks@debian.org>
2010-06-17lsinitramfs: set errexit and nounsetmaximilian attems
better protect it from the start as have the pain later.. Signed-off-by: maximilian attems <maks@debian.org>
2010-06-17lsinitramfs: be more defensive against cmdline optionsMichael Prokop
* make sure the specified file(s) can be read * redirect error message to stderr * support -h/--help option * variable quoting Signed-off-by: Michael Prokop <mika@debian.org>
2010-06-17Add lsinitramfs to initramfs-toolsmaximilian attems
useful script to quickly look into initramfs for debugger or bug reporter, inspired by similar dracut tool. Signed-off-by: maximilian attems <maks@debian.org>