summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Expand)AuthorFilesLines
2017-12-30cleanup some shellcheck lint warningsDave Reisner1-13/+11
2017-10-01Avoid erroneous deprecation warningsDave Reisner1-10/+2
2017-03-19arrayize config vars in mkinitcpio.confDave Reisner1-4/+6
2017-03-17mkinitcpio: allow -s to be passed through to presetsDave Reisner1-0/+2
2016-11-25add missing -P, --allpresets option to usage outputDave Reisner1-0/+1
2016-11-20mkinitcpio: fixing quoting in call to initialize_buildrootDave Reisner1-1/+1
2016-07-17Support version extraction from i[3456]86 kernelsDave Reisner1-2/+2
2016-07-02error out if asked to extract a kver from image on non-x86v20Dave Reisner1-1/+7
2014-12-28mkinitcpio: expose syntax errors in preset filesAlexei Colin1-1/+1
2014-12-28mkinitcpio avoiding adding a CPIO entry for '.'Dave Reisner1-1/+1
2014-03-30make missing compression binaries a non-fatal warningDave Reisner1-2/+10
2013-12-22Add -l flag when using lz4 compressionDave Reisner1-0/+3
2013-12-06prevent calling a preset from a presetDave Reisner1-1/+6
2013-11-27merge optkver into KERNELVERSIONDave Reisner1-6/+8
2013-11-27mkinitcpio: Allow building an image without modulesThomas Bächler1-1/+1
2013-11-24mkinitcpio: Improve output when -d option is used.Thomas Bächler1-3/+7
2013-11-24mkinitcpio: add -d optionThomas Bächler1-5/+10
2013-09-09add mkinitcpio version marker in buildroot creationDave Reisner1-3/+0
2013-08-28mkinitcpio: preserve permissions if run as rootDave Reisner1-1/+5
2013-08-28rely on libmount defaults for file locationsDave Reisner1-1/+2
2013-07-08Generate /etc/ld.so.cache for imageDave Reisner1-0/+3
2013-05-07move install_modules to functions to allow for testingDave Reisner1-41/+0
2013-05-07remove "arbitrary" limit from index_of()Dave Reisner1-7/+4
2013-05-02mkinitcpio: ensure ERR trap propagates to install_modulesDave Reisner1-0/+2
2013-04-24functions: implement add_firmwareDave Reisner1-1/+1
2013-03-13mkinitcpio: honor updates directory for firmwareDave Reisner1-0/+1
2013-02-28mkinitcpio: use consistent style in case statementDave Reisner1-18/+36
2013-02-05Add -P, --allpresets optionDave Reisner1-10/+17
2013-01-21Do more to determine the color caps of the termDave Reisner1-16/+1
2013-01-13factor out kver detection to functions fileDave Reisner1-18/+1
2013-01-12use type to determine availability of tputDave Reisner1-1/+1
2013-01-12mkinitcpio: avoid using 'file' to get kernel versionsDave Reisner1-2/+17
2012-12-02mkinitcpio: use fancy unicode in -L output0.12.0Dave Reisner1-2/+4
2012-11-26handle deprecation notices in -H and -LDave Reisner1-18/+78
2012-11-26replace find_in_dirs with PATH= manipulationDave Reisner1-8/+7
2012-11-26selectively decompress modules on installDave Reisner1-6/+19
2012-11-26unique _modpaths arrays in during buildDave Reisner1-10/+11
2012-11-24obsolete old-style install hook APIDave Reisner1-2/+1
2012-10-25Add -V/--version option to display version informationEric Bélanger1-2/+12
2012-10-21function: add a map() utility function0.11.0Dave Reisner1-3/+1
2012-10-21convert autodetect cache to hashDave Reisner1-3/+4
2012-10-07ensure builtins are dash/underscore translatedDave Reisner1-2/+4
2012-10-07mkinitcpio: remove find_moduledirDave Reisner1-20/+2
2012-10-07separate image building to functionsDave Reisner1-129/+137
2012-10-07honor -n for presetsDave Reisner1-0/+1
2012-10-07mkinitcpio: check for preset file by sourcing itDave Reisner1-42/+44
2012-10-07commit to some level of style in variable namingDave Reisner1-101/+104
2012-09-30mkinitcpio: munge modules.order before calling depmodDave Reisner1-1/+7
2012-09-30functions: always treat ADDED_MODULES as a hashDave Reisner1-1/+1
2012-09-24mkinitcpio: protect module install on $MODPATHSDave Reisner1-1/+1