summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Expand)AuthorFilesLines
2011-07-09mkinitcpio: reference -h on failed option parsingDave Reisner1-2/+2
2011-07-09mkinitcpio: add --quiet to bsdcpio without -vDave Reisner1-1/+3
2011-07-04mkinitcpio: include version in help msgDave Reisner1-0/+1
2011-07-04fix module installation issues with BASEDIRDave Reisner1-1/+4
2011-07-04unify error messaging, both in grammar and outputDave Reisner1-9/+10
2011-07-04mkinitcpio: refactor BASEDIR resolutionDave Reisner1-11/+12
2011-07-03Merge branch 'working' of https://github.com/falconindy/mkinitcpio into workingThomas Bächler1-5/+2
2011-07-02cleanup rarely and unused variable declarationsDave Reisner1-5/+2
2011-07-02Fix -k /path when -b is usedGerardo Exequiel Pozzi1-1/+1
2011-07-02install modules all at onceDave Reisner1-1/+4
2011-07-02always exit from cleanupDave Reisner1-16/+8
2011-07-01mkinitcpio: use msg instead of echo for hook helpDave Reisner1-1/+1
2011-07-01avoid touching the linker directlyDave Reisner1-17/+1
2011-06-27mkinitcpio: fix resolution issues with RTLDDave Reisner1-3/+2
2011-06-27install/base: use private API call to add configDave Reisner1-1/+1
2011-06-26Use error function instead of echoSebastien Luttringer1-2/+2
2011-06-26Print pretty message if no help is defined in hookSebastien Luttringer1-0/+4
2011-06-26Fix printing of bash usage when asking for a bad hookSebastien Luttringer1-2/+6
2011-06-25properly support $BASEDIRDave Reisner1-1/+19
2011-06-25mkinitcpio: allow absolute paths to preset filesDave Reisner1-2/+6
2011-06-25mkinitcpio: catch errors in parse_hookDave Reisner1-0/+14
2011-06-25mkinitcpio: only show usage on requestDave Reisner1-2/+5
2011-06-25mkinitcpio: allow overriding the compression methodDave Reisner1-1/+10
2011-06-25remove support for -m to add a startup messageDave Reisner1-5/+1
2011-06-19mkinitcpio: declare usage as a heredocDave Reisner1-18/+22
2011-06-19add -t option to specify alternate build directoryDave Reisner1-11/+23
2011-06-19mkinitcpio: bashification, part 2/2Dave Reisner1-8/+7
2011-06-19mkinitcpio: bashification, part 1/2Dave Reisner1-8/+7
2011-06-19overhaul output, introducing colorDave Reisner1-55/+56
2011-06-16mkinitcpio: remove cruft in getopts loopDave Reisner1-6/+0
2011-06-16declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleansDave Reisner1-9/+8
2011-06-16mkinitcpio: refactor and bashify early path calculationsDave Reisner1-26/+27
2011-06-16declare all variables in mkinitcpioDave Reisner1-24/+15
2011-06-16use consistent vim modelinesDave Reisner1-1/+2
2011-06-16mkinitcpio: bashify preset build loopDave Reisner1-29/+26
2011-06-16mkinitcpio: allow specifying kernel ver as path to imageDave Reisner1-1/+28
2011-06-16mkinitcpio: use simple PEs instead of externalsDave Reisner1-4/+4
2011-06-16use bsdcpio to create imagesDave Reisner1-36/+38
2011-06-16functions: refactor add_moduleDave Reisner1-1/+1
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner1-9/+14
2011-06-16mkinitcpio: Unset GREP_OPTIONS to avoid broken imagesThomas Bächler1-0/+3
2011-06-07mkinitcpio: use binary hashed depmod filesDave Reisner1-3/+3
2011-05-16Don't print success/failure result on same lineDan McGee1-3/+3
2011-03-27Improve compression in mkinitcpioThomas Bächler1-1/+3
2011-02-27Use in_array instead of grep -w when checking SKIPHOOKS.Thomas Bächler1-3/+8
2011-02-01Set pipefail before running get_init_cpioDave Reisner1-0/+1
2011-02-01Use install instead of mkdir/cpDan McGee1-3/+3
2011-01-31Use new helper functions instead of system commandsDan McGee1-4/+4
2010-02-11Removed/changed messages/comments about klibc/kinitGerardo Exequiel Pozzi1-5/+4
2010-02-08Fixed typo in commentEric Bélanger1-1/+1