summaryrefslogtreecommitdiff
path: root/lsinitcpio
AgeCommit message (Expand)Author
2023-03-25Merge remote-tracking branch 'origin/merge-requests/228'Morten Linderud
2023-03-24Add support for emergency hooksBalló György
2023-03-24Improve coding stylenl6720
2023-03-18Fix remaining shellcheck issuesMorten Linderud
2023-01-31lsinitcpio: use the image passed to analyze_imagenl6720
2023-01-31Improve bash syntax in mkinitcpio, lsinitcpio and functionsnl6720
2023-01-08made messages consistentJosephine Pfeiffer
2022-12-08Hexdump removalrogueai
2022-12-07Add shebangs and SPDX license identifiers to all filesnl6720
2022-11-14lsinitcpio: look for modules in subdirectoriesnl6720
2022-10-26Move detect_compression to functions and reuse itFelix Yan
2020-08-14mkinitcpio: Add support for the zstd compressorLuca Stefani
2017-11-25lsinitcpio: Attempt to estimate only decompression timeDave Reisner
2017-03-11lsinitcpio: avoid null byte warnings with bash 4.3Dave Reisner
2016-07-12use an associative array to build bsdcpio optionsDave Reisner
2014-12-28lsinitcpio: avoid setting TIMEFORMAT globallyDave Reisner
2013-12-24lsinitcpio: remove nonexistent showconfig longoptDave Reisner
2013-12-24include missing longopt --config in arg parserDave Reisner
2013-12-22Add -l flag when using lz4 compressionDave Reisner
2013-10-21lsinitcpio: separate decompression from archive readingDave Reisner
2013-09-07lsinitcpio: return success based on echo, not hexdumpDave Reisner
2013-09-07lsinitcpio: add support for lz4 compressed imageDave Reisner
2013-05-07lsinitcpio: remove unused variablesDave Reisner
2013-03-09lsinitcpio: shortcut lzop involvement to bsdtarDave Reisner
2013-01-21Do more to determine the color caps of the termDave Reisner
2013-01-12factor out kver detection to functions fileDave Reisner
2013-01-12use type to determine availability of tputDave Reisner
2013-01-12lsinitcpio: further cut out dependency on fileDave Reisner
2013-01-12lsinitcpio: avoid redundanciesDave Reisner
2013-01-12lsinitcpio: abort on unknown file formatsDave Reisner
2013-01-12lsinitcpio: fail hard if the image can't be extractedDave Reisner
2012-11-25lsinitcpio: use compound command for parseopts execDave Reisner
2012-11-11lsinitcpio: initialize _opt_verbose to empty stringDave Reisner
2012-10-24lsinitcpio: Add -V/--version option to display versionEric Bélanger
2012-10-06commit to some level of style in variable namingDave Reisner
2012-09-29lsinitcpio: add -l, --list option; define as defaultDave Reisner
2012-09-29lsinitcpio: add -c, --config option to dump configDave Reisner
2012-09-29lsinitcpio: move image analysis to separate functionDave Reisner
2012-07-15lsinitcpio: comment on why bsdtar alone isn't good enoughDave Reisner
2012-06-08lsinitcpio: show only regular files as binaries0.9.2Dave Reisner
2012-05-18lsinitcpio: Always show extraction timeDave Reisner
2012-05-18lsinitcpio: add support for listing new hooksDave Reisner
2012-05-18lsinitcpio: extract the image to a tempdirDave Reisner
2012-05-01lsinitcpio: fallback on 80 cols when tput failsDave Reisner
2012-04-21lsinitcpio: avoid exiting from usageDave Reisner
2012-04-21lsinitcpio: show file sizes in analyze outputDave Reisner
2012-04-21lsinitcpio: adopt parseopts for option parsingDave Reisner
2012-02-19lsinitcpio: trim binaries during discoveryDave Reisner
2012-02-19lsinitcpio: detect kver separate from modulesDave Reisner
2011-12-26lsinitcpio: remove duplicate in_array functionDave Reisner