summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-21function: add a map() utility function0.11.0Dave Reisner2-27/+16
2012-10-21install/ide: remove this crufty old hookDave Reisner1-15/+0
2012-10-21convert autodetect cache to hashDave Reisner3-24/+29
2012-10-21functions: trim path of resolved symlinkDave Reisner1-1/+1
2012-10-21add manpage for mkinitcpio.confDave Reisner4-1/+86
2012-10-21makefile: spring cleaningDave Reisner1-40/+32
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 Reisner6-217/+285
2012-09-30functions: avoid fully resolving soname symlinksDave Reisner1-4/+2
2012-09-30lsinitcpio: add -l, --list option; define as defaultDave Reisner3-11/+32
2012-09-30lsinitcpio: add -c, --config option to dump configDave Reisner3-4/+13
2012-09-30lsinitcpio: move image analysis to separate functionDave Reisner1-66/+70
2012-09-30functions: include image config on image itselfDave Reisner1-7/+6
2012-09-30mkinitcpio: munge modules.order before calling depmodDave Reisner1-1/+7
2012-09-30functions: always treat ADDED_MODULES as a hashDave Reisner2-5/+5
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 Reisner2-4/+4
2012-09-17install/base: update help verbiageDave Reisner1-2/+2
2012-09-17functions: allow add_symlink to only take a single argDave Reisner2-10/+24
2012-09-17mkinitcpio.8: add missing doc for add_symlinkDave Reisner1-0/+5
2012-09-17install fstab/mtab as part of base layoutDave Reisner2-5/+4
2012-09-01mkinitcpio: refuse to run if image path isn't writeableDave Reisner1-0/+7
2012-08-30init: add support for root=PARTLABEL=fooDave Reisner1-1/+1
2012-08-27mkinitcpio.8: fix typoDave Reisner1-1/+1
2012-08-19init: avoid needlessly trimming PATHDave Reisner1-1/+0
2012-08-19functions: avoid creating /usr/sbinDave Reisner1-1/+1
2012-08-13shutdown: add hack workaround for broken dm/kernelDave Reisner1-0/+4
2012-08-13functions: symlink /usr/local/sbin -> /usr/binDave Reisner1-1/+2
2012-08-11install/consolefont: support .fnt filesDave Reisner1-2/+2
2012-07-29autodetect: fix wrong flag passed to modprobe0.10Dave Reisner1-1/+1
2012-07-28mkinitcpio: rename longopt for --add to --addhooksDave Reisner3-9/+9
2012-07-28implement --moduleroot optionDave Reisner5-9/+16
2012-07-24baseroot: add flagfile to indicate we're in an initramfsTom Gundersen1-1/+4
2012-07-24init_functions: use a consistent default rootdelayDave Reisner1-1/+1
2012-07-15lsinitcpio: comment on why bsdtar alone isn't good enoughDave Reisner1-1/+3
2012-07-15initalize buildroot later, and out outside of hooksDave Reisner3-36/+36
2012-07-15use last exit status as default arg for cleanupDave Reisner1-1/+3
2012-07-15add 'strip' install hookDave Reisner1-0/+32
2012-06-13shutdown: don't alert udev on disable VGsDave Reisner1-1/+1
2012-06-12Update module filter to be aware of hyphens in the MODULES arrayBrian Parsons1-1/+1
2012-06-08lsinitcpio: show only regular files as binaries0.9.2Dave Reisner1-2/+1
2012-06-08update dev PKGBUILDDave Reisner1-3/+1
2012-06-08avoid reliance on sed, embrace awkDave Reisner2-3/+3
2012-06-08remove redundant header commentDave Reisner1-8/+1