summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-24force bsdcpio to run with LANG=CDave Reisner1-1/+1
2012-09-17silently ignore builtin modulesDave Reisner1-0/+7
2012-09-17declare ADDED_MODULES as associative arrayDave Reisner1-2/+2
2012-09-01mkinitcpio: refuse to run if image path isn't writeableDave Reisner1-0/+7
2012-07-28mkinitcpio: rename longopt for --add to --addhooksDave Reisner1-7/+7
2012-07-28implement --moduleroot optionDave Reisner1-3/+7
2012-07-15initalize buildroot later, and out outside of hooksDave Reisner1-26/+9
2012-07-15use last exit status as default arg for cleanupDave Reisner1-1/+3
2012-06-08remove redundant header commentDave Reisner1-8/+1
2012-06-08Use declare -f over type -t to avoid subshellsDave Reisner1-1/+1
2012-06-02Don't report success when builderrors > 00.9.1Dave Reisner1-1/+1
2012-06-01add hookpoints to --hookhelp outputDave Reisner1-0/+1
2012-06-01avoid subshell in adding --quiet to bsdcpioDave Reisner1-4/+13
2012-06-01move running of hooks to separate functionDave Reisner1-42/+2
2012-05-18mkinitcpio: write image config after install hooksDave Reisner1-0/+2
2012-05-18functions: introduce add_runscriptDave Reisner1-0/+1
2012-05-16move -g option checking to parseopts loopDave Reisner1-9/+5
2012-05-16refactor error tracking in build hooksDave Reisner1-6/+7
2012-05-16mkinitcpio: separate logic to resolve kernel versionDave Reisner1-8/+22
2012-05-16use MODULEDIR as reference for *.(order|builtin) filesDave Reisner1-1/+1