summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
2014-03-05add btrfs module quirk for linux 3.14WorMzy Tykashi1-1/+1
2013-12-01Load build and run hooks from /etc/initcpioDave Reisner1-1/+5
2013-11-27mkinitcpio: Allow building an image without modulesThomas Bächler1-1/+5
2013-11-24functions: error out when buildroot isn't writeableDave Reisner1-0/+5
2013-11-24mkinitcpio: add -d optionThomas Bächler1-17/+18
2013-09-24autodetect: read modaliases from uevent filesDave Reisner1-5/+7
2013-09-20functions: always add toplevel dir in add_full_dirDave Reisner1-1/+2
2013-09-09add mkinitcpio version marker in buildroot creationDave Reisner1-0/+3
2013-07-08Generate /etc/ld.so.cache for imageDave Reisner1-0/+3
2013-05-07move install_modules to functions to allow for testingDave Reisner1-0/+41
2013-05-07remove "arbitrary" limit from index_of()Dave Reisner1-4/+9
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