Age | Commit message (Expand) | Author | Files | Lines |
2011-06-25 | properly support $BASEDIR | Dave Reisner | 1 | -1/+19 |
2011-06-25 | mkinitcpio: allow absolute paths to preset files | Dave Reisner | 1 | -2/+6 |
2011-06-25 | mkinitcpio: catch errors in parse_hook | Dave Reisner | 1 | -0/+14 |
2011-06-25 | mkinitcpio: only show usage on request | Dave Reisner | 1 | -2/+5 |
2011-06-25 | mkinitcpio: allow overriding the compression method | Dave Reisner | 1 | -1/+10 |
2011-06-25 | remove support for -m to add a startup message | Dave Reisner | 1 | -5/+1 |
2011-06-19 | mkinitcpio: declare usage as a heredoc | Dave Reisner | 1 | -18/+22 |
2011-06-19 | add -t option to specify alternate build directory | Dave Reisner | 1 | -11/+23 |
2011-06-19 | mkinitcpio: bashification, part 2/2 | Dave Reisner | 1 | -8/+7 |
2011-06-19 | mkinitcpio: bashification, part 1/2 | Dave Reisner | 1 | -8/+7 |
2011-06-19 | overhaul output, introducing color | Dave Reisner | 1 | -55/+56 |
2011-06-16 | mkinitcpio: remove cruft in getopts loop | Dave Reisner | 1 | -6/+0 |
2011-06-16 | declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleans | Dave Reisner | 1 | -9/+8 |
2011-06-16 | mkinitcpio: refactor and bashify early path calculations | Dave Reisner | 1 | -26/+27 |
2011-06-16 | declare all variables in mkinitcpio | Dave Reisner | 1 | -24/+15 |
2011-06-16 | use consistent vim modelines | Dave Reisner | 1 | -1/+2 |
2011-06-16 | mkinitcpio: bashify preset build loop | Dave Reisner | 1 | -29/+26 |
2011-06-16 | mkinitcpio: allow specifying kernel ver as path to image | Dave Reisner | 1 | -1/+28 |
2011-06-16 | mkinitcpio: use simple PEs instead of externals | Dave Reisner | 1 | -4/+4 |
2011-06-16 | use bsdcpio to create images | Dave Reisner | 1 | -36/+38 |
2011-06-16 | functions: refactor add_module | Dave Reisner | 1 | -1/+1 |
2011-06-16 | mkinitcpio: deprecate install() in install hooks | Dave Reisner | 1 | -9/+14 |
2011-06-16 | mkinitcpio: Unset GREP_OPTIONS to avoid broken images | Thomas Bächler | 1 | -0/+3 |
2011-06-07 | mkinitcpio: use binary hashed depmod files | Dave Reisner | 1 | -3/+3 |
2011-05-16 | Don't print success/failure result on same line | Dan McGee | 1 | -3/+3 |
2011-03-27 | Improve compression in mkinitcpio | Thomas Bächler | 1 | -1/+3 |
2011-02-27 | Use in_array instead of grep -w when checking SKIPHOOKS. | Thomas Bächler | 1 | -3/+8 |
2011-02-01 | Set pipefail before running get_init_cpio | Dave Reisner | 1 | -0/+1 |
2011-02-01 | Use install instead of mkdir/cp | Dan McGee | 1 | -3/+3 |
2011-01-31 | Use new helper functions instead of system commands | Dan McGee | 1 | -4/+4 |
2010-02-11 | Removed/changed messages/comments about klibc/kinit | Gerardo Exequiel Pozzi | 1 | -5/+4 |
2010-02-08 | Fixed typo in comment | Eric Bélanger | 1 | -1/+1 |
2010-01-12 | Do not append a trailing /, remove it (fixed FS#17793) | Thomas Bächler | 1 | -4/+2 |
2010-01-05 | Revert 1558dfbf3b2a42f43594acf6e3d8f9b329ff1133 and 984cbd4eb023001668eea530e... | Thomas Bächler | 1 | -17/+4 |
2009-09-04 | Exit with error if PRESETS seems to be defined as an array. | Loui Chang | 1 | -2/+6 |
2009-09-01 | Defining PRESETS as a bash array is no longer supported. | Loui Chang | 1 | -1/+10 |
2009-09-01 | Replace all occurances of 'source' with a dot for dash compatibility. | Loui Chang | 1 | -6/+6 |
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 1 | -1/+1 |
2009-08-05 | Eliminate bashisms so things work in dash. | Loui Chang | 1 | -5/+5 |
2009-08-05 | Set $UID if unset, required by the autodetect hook. | Loui Chang | 1 | -0/+4 |
2009-06-06 | Add support for lzma and bzip2 compression for the image | Thomas Bächler | 1 | -1/+2 |
2009-01-23 | Dry-run output check was reversed, whoops | Aaron Griffin | 1 | -1/+1 |
2009-01-21 | Change initial output when running a dry-run0.5.22 | Aaron Griffin | 1 | -1/+5 |
2008-04-02 | Remove filelist sorting, as it causes random bugs0.5.18.1 | Thomas Bächler | 1 | -2/+0 |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 1 | -15/+15 |
2008-03-16 | Remove a warning during image generation | Thomas Bächler | 1 | -1/+0 |
2008-03-15 | Remove duplicate files from the filelist, gen_init_cpio actually adds them to...0.5.18pre1 | Thomas Bächler | 1 | -0/+2 |
2008-03-15 | Fix trap call, always call cleanup | Thomas Bächler | 1 | -2/+10 |
2008-03-15 | Fix syntax error introduced in one of the last commits | Thomas Bächler | 1 | -2/+2 |
2008-03-15 | Make presets more powerful: a fallback image can be generated without a separ... | Thomas Bächler | 1 | -2/+12 |