summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-08bump copyright yearDave Reisner1-1/+1
2012-06-08Use declare -f over type -t to avoid subshellsDave Reisner2-2/+2
2012-06-08functions: avoid adding nonexistant modules to configDave Reisner1-2/+6
2012-06-08functions: style nitsDave Reisner1-3/+11
2012-06-07init: run late/cleanup hooks before checking for initDave Reisner1-4/+3
2012-06-05fix doc error for add_full_dirDave Reisner1-3/+4
2012-06-05explicitly unset build function before sourcingDave Reisner1-0/+1
2012-06-02Don't report success when builderrors > 00.9.1Dave Reisner1-1/+1
2012-06-02catch errors in ldd ELF dep resolutionDave Reisner1-1/+7
2012-06-01add hookpoints to --hookhelp outputDave Reisner2-6/+25
2012-06-01avoid subshell in adding --quiet to bsdcpioDave Reisner1-4/+13
2012-06-01move running of hooks to separate functionDave Reisner2-42/+39
2012-05-30update comments in configDave Reisner1-8/+5
2012-05-30add_full_dir: properly handle symlinks and empty dirsDave Reisner1-2/+5
2012-05-19manpage: remove explcit author list0.9.0Dave Reisner2-11/+3
2012-05-19manpage: expand doc on build and runtime hooksDave Reisner1-10/+98
2012-05-18init: add timestamp at start of initramfs if binary existsTom Gundersen1-1/+8
2012-05-18usr: add usr mounting as a late running hookDave Reisner5-12/+33
2012-05-18init: remove hardcoded udev startup/shutdownDave Reisner1-16/+1
2012-05-18lsinitcpio: Always show extraction timeDave Reisner1-2/+2
2012-05-18lsinitcpio: add support for listing new hooksDave Reisner1-21/+20
2012-05-18lsinitcpio: extract the image to a tempdirDave Reisner1-18/+45
2012-05-18buildsys: fix clean targetDave Reisner1-1/+1
2012-05-18shutdown: convert to cleanup hookDave Reisner1-1/+2
2012-05-18shutdown: package as 644, install as 755Dave Reisner2-1/+1
2012-05-18init: add support for early, late and cleanup hooksDave Reisner1-2/+7
2012-05-18mkinitcpio: write image config after install hooksDave Reisner3-15/+22
2012-05-18init_functions: move running hooks to separate funcDave Reisner2-15/+18
2012-05-18init: correct trimming of earlymodules and MODULESDave Reisner1-5/+2
2012-05-18use new API for install hooksDave Reisner17-46/+49
2012-05-18functions: introduce add_runscriptDave Reisner2-4/+45
2012-05-16functions: introduce add_checked_modules and add_all_modulesDave Reisner1-2/+50
2012-05-16move -g option checking to parseopts loopDave Reisner1-9/+5
2012-05-16functions: move --try logic into add_moduleDave Reisner1-13/+16
2012-05-16functions: remove get_dirname and get_basenameDave Reisner1-13/+1