summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
2012-10-21function: add a map() utility function0.11.0Dave Reisner1-24/+15
2012-10-21convert autodetect cache to hashDave Reisner1-4/+4
2012-10-21functions: trim path of resolved symlinkDave Reisner1-1/+1
2012-10-07commit to some level of style in variable namingDave Reisner1-46/+46
2012-09-30functions: avoid fully resolving soname symlinksDave Reisner1-4/+2
2012-09-30functions: include image config on image itselfDave Reisner1-7/+6
2012-09-30functions: always treat ADDED_MODULES as a hashDave Reisner1-4/+4
2012-09-17declare ADDED_MODULES as associative arrayDave Reisner1-2/+2
2012-09-17functions: allow add_symlink to only take a single argDave Reisner1-7/+18
2012-09-17install fstab/mtab as part of base layoutDave Reisner1-0/+4
2012-08-19functions: avoid creating /usr/sbinDave Reisner1-1/+1
2012-08-13functions: symlink /usr/local/sbin -> /usr/binDave Reisner1-1/+2
2012-07-28implement --moduleroot optionDave Reisner1-2/+2
2012-07-24baseroot: add flagfile to indicate we're in an initramfsTom Gundersen1-1/+4
2012-07-15initalize buildroot later, and out outside of hooksDave Reisner1-0/+26
2012-06-12Update module filter to be aware of hyphens in the MODULES arrayBrian Parsons1-1/+1
2012-06-08Use declare -f over type -t to avoid subshellsDave Reisner1-1/+1
2012-06-08functions: avoid adding nonexistant modules to configDave Reisner1-2/+6
2012-06-08functions: style nitsDave Reisner1-3/+11
2012-06-05explicitly unset build function before sourcingDave Reisner1-0/+1
2012-06-02catch errors in ldd ELF dep resolutionDave Reisner1-1/+7
2012-06-01add hookpoints to --hookhelp outputDave Reisner1-6/+24
2012-06-01move running of hooks to separate functionDave Reisner1-0/+37
2012-05-30add_full_dir: properly handle symlinks and empty dirsDave Reisner1-2/+5
2012-05-18mkinitcpio: write image config after install hooksDave Reisner1-0/+20
2012-05-18use new API for install hooksDave Reisner1-1/+1
2012-05-18functions: introduce add_runscriptDave Reisner1-4/+44
2012-05-16functions: introduce add_checked_modules and add_all_modulesDave Reisner1-2/+50
2012-05-16functions: move --try logic into add_moduleDave Reisner1-13/+16
2012-05-16functions: remove get_dirname and get_basenameDave Reisner1-13/+1
2012-05-16refactor error tracking in build hooksDave Reisner1-2/+7
2012-05-12remove unnecessary quoting/bracingDave Reisner1-4/+4
2012-05-12functions: merge _add_symlink into add_symlinkDave Reisner1-19/+11
2012-05-12functions: merge _add_file into add_fileDave Reisner1-28/+16
2012-05-12function: merge _add_dir into add_dirDave Reisner1-17/+9
2012-05-12mkinitcpio: remove --basedir optionDave Reisner1-34/+14
2012-05-03functions: firmware is now in /usr/libMatthew Monaco1-2/+2
2012-04-22functions: align error output with GNU getopt_longDave Reisner1-8/+7
2012-04-22functions: add missing local for iteratorDave Reisner1-0/+2
2012-04-20functions: add parseopts for longopt funDave Reisner1-0/+138
2012-03-04add support for HOOKDIR/INSTDIR as arraysDave Reisner1-2/+16
2012-01-28function: avoid applying --try to all modulesDave Reisner1-3/+3
2012-01-05function: suppress errors from modprobeDave Reisner1-1/+1
2011-12-26functions: display proper name on file not foundDave Reisner1-1/+1
2011-12-15functions: don't fail on add_binary adding a non-binaryDave Reisner1-1/+1
2011-11-29functions: don't allow add_binary to re-add depsDave Reisner1-1/+1
2011-11-29functions: add verbose output for overwriting filesDave Reisner1-3/+14
2011-11-29add_{file,symlink}: overwrite existing fileTom Gundersen1-3/+1
2011-10-30add_symlink: fix argument ordering and add_dir callTom Gundersen1-2/+2
2011-10-01functions: fix output order in _add_symlinkDave Reisner1-1/+1