summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
2013-04-24functions: implement add_firmwareDave Reisner1-7/+25
2013-04-21functions: return a count of failures from map, if possibleDave Reisner1-1/+1
2013-03-13mkinitcpio: honor updates directory for firmwareDave Reisner1-2/+5
2013-03-13mkinitcpio: fix reference to bad variable nameDave Reisner1-1/+1
2013-01-31functions: add /usr/lib64 -> lib symlink0.13.0Dave Reisner1-2/+8
2013-01-24symlink /lib64 -> usr/lib in imageDave Reisner1-0/+1
2013-01-21Do more to determine the color caps of the termDave Reisner1-0/+18
2013-01-13factor out kver detection to functions fileDave Reisner1-0/+22
2013-01-12parseopts: remove superfluous continue/shift statementsDave Reisner1-5/+1
2013-01-12functions: remove broken symlink errorDave Reisner1-4/+1
2013-01-12functions: always force a PATH lookup for typeDave Reisner1-3/+3
2012-11-26functions: always return successfully if we ran a build hookDave Reisner1-0/+5
2012-11-26handle deprecation notices in -H and -LDave Reisner1-0/+12
2012-11-26replace find_in_dirs with PATH= manipulationDave Reisner1-18/+5
2012-11-26unique _modpaths arrays in during buildDave Reisner1-1/+1
2012-11-24functions: only show the basename of a deprecated hookDave Reisner1-1/+2
2012-11-24obsolete old-style install hook APIDave Reisner1-48/+20
2012-11-11functions: avoid printing empty autodetect arrayDave Reisner1-2/+1
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