summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-12Do not append a trailing /, remove it (fixed FS#17793)Thomas Bächler1-4/+2
2010-01-05Revert 1558dfbf3b2a42f43594acf6e3d8f9b329ff1133 and 984cbd4eb023001668eea530e...Thomas Bächler1-17/+4
2009-09-04Exit with error if PRESETS seems to be defined as an array.Loui Chang1-2/+6
2009-09-01Defining PRESETS as a bash array is no longer supported.Loui Chang1-1/+10
2009-09-01Replace all occurances of 'source' with a dot for dash compatibility.Loui Chang1-6/+6
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-5/+5
2009-08-05Set $UID if unset, required by the autodetect hook.Loui Chang1-0/+4