summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
2011-06-27functions: fix pathing issue with $BASEDIRDave Reisner1-3/+3
2011-06-27functions: s/basedir/BASEDIR/Dave Reisner1-2/+2
2011-06-27functions: add missing 'command' before installDave Reisner1-1/+1
2011-06-26functions: support $BASEDIR in modprobeDave Reisner1-1/+1
2011-06-25properly support $BASEDIRDave Reisner1-50/+89
2011-06-25mkinitcpio: catch errors in parse_hookDave Reisner1-1/+1
2011-06-25functions: remove get_module_nameDave Reisner1-8/+0
2011-06-19add -t option to specify alternate build directoryDave Reisner1-5/+5
2011-06-19mkinitcpio: bashification, part 1/2Dave Reisner1-3/+3
2011-06-19functions: simplify parse_hookDave Reisner1-16/+9
2011-06-19functions: refactor add_symlinkDave Reisner1-11/+6
2011-06-19overhaul output, introducing colorDave Reisner1-16/+39
2011-06-16declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleansDave Reisner1-1/+1
2011-06-16declare all variables in mkinitcpioDave Reisner1-1/+0
2011-06-16use consistent vim modelinesDave Reisner1-0/+3
2011-06-16functions: document hook APIDave Reisner1-32/+59
2011-06-16functions: refactor add_fileDave Reisner1-22/+15
2011-06-16use bsdcpio to create imagesDave Reisner1-23/+18
2011-06-16functions: remove add_symlink2Dave Reisner1-10/+0
2011-06-16functions: remove add_deviceDave Reisner1-17/+0
2011-06-16functions: refactor add_moduleDave Reisner1-31/+33
2011-06-16functions: cleanup and refactor add_binaryDave Reisner1-33/+19
2011-06-16Fix detection of not compressed modulesSebastien Luttringer1-1/+1
2011-06-07functions: refactor checked modulesDave Reisner1-8/+3
2011-06-07functions: refactor all_modulesDave Reisner1-4/+8
2011-06-06functions: refactor auto_modulesDave Reisner1-9/+6
2011-01-31Keep an array of added modules to prevent expensive lookupsDan McGee1-5/+8
2011-01-31Add bash in_array functionDan McGee1-0/+15
2011-01-31Short circuit add module if it already exists in imageDan McGee1-1/+6
2011-01-31Use new helper functions instead of system commandsDan McGee1-13/+15
2011-01-31Use new get_module_name functionDan McGee1-7/+4
2011-01-31Add new helper functionsDan McGee1-0/+22
2011-01-31Move output functions to top of functions fileDan McGee1-4/+3
2011-01-25Support .ko.gz kernel modules, in addition to .koThomas Bächler1-4/+6
2010-06-19sed cleanupJan Steffens1-4/+4
2010-06-19Implement explicit module dependsJan Steffens1-5/+14
2010-01-24Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud...Thomas Bächler1-1/+1
2010-01-12Fix adding duplicate symlinks into the cpio imageThomas Bächler1-1/+1
2009-08-05Do not rely on -L test; use -h instead.Loui Chang1-1/+1
2009-08-05Eliminate bashisms so things work in dash.Loui Chang1-1/+1
2009-05-24'added firmware parsing to add_modules #14783'0.5.24Tobias Powalowski1-1/+6
2009-05-23'added symlinks to add_binary fixes #7999'Tobias Powalowski1-1/+1
2009-04-08Improve modalias parsing lineAaron Griffin1-1/+1
2009-01-23Revert BASEDIR and dest changes0.5.23Aaron Griffin1-3/+8
2009-01-23Fix a dash/underscore module name issueAaron Griffin1-3/+4
2009-01-21Use BASEDIR for adding binaries and dependent libsAaron Griffin1-2/+2
2009-01-21Remove 'dest' logic from add_binaryAaron Griffin1-6/+1
2009-01-21Use udev's resolve-modalias in place of modprobeAaron Griffin1-2/+5
2008-05-14Fix a bug in -v output, introduced in the coding style cleanupThomas Bächler1-1/+1
2008-03-16Fix a potential bug due to a wrong find callThomas Bächler1-1/+1