Age | Commit message (Expand) | Author | Files | Lines |
2012-02-14 | mkinitcpio: catch more buildtime errors | Dave Reisner | 1 | -3/+6 |
2012-01-28 | mkinitcpio: obsolete install as a buildhook function | Dave Reisner | 1 | -7/+1 |
2012-01-11 | Keep modules.devname needed for on-demand module loading | Gerardo Exequiel Pozzi | 1 | -2/+2 |
2012-01-05 | mkinitcpio: include modules.{builtin,order} for depmod call | Dave Reisner | 1 | -1/+6 |
2012-01-05 | mkinitcpio: remove hardcoded paths | Dave Reisner | 1 | -1/+1 |
2011-12-26 | mkinitcpio: avoid color when stdout isn't a tty | Dave Reisner | 1 | -1/+1 |
2011-12-17 | ensure MODULEDIR is declared with a trailing slash | Dave Reisner | 1 | -1/+1 |
2011-12-05 | mkinitcpio: add VERSION stamp to image | Dave Reisner | 1 | -1/+6 |
2011-11-29 | mkinitcpio: parse vars from config file last | Dave Reisner | 1 | -2/+10 |
2011-11-29 | mkinitcpio: warn when no modules are added to the image | Dave Reisner | 1 | -0/+2 |
2011-10-25 | mkinitcpio: dereference symlinks when resolving kernver | Dave Reisner | 1 | -1/+1 |
2011-10-16 | mkinitcpio: ensure get_kernver always returns a kver | Dave Reisner | 1 | -12/+17 |
2011-10-16 | mkinitcpio: avoid stomping on TMPDIR from the environment | Dave Reisner | 1 | -10/+13 |
2011-10-09 | mkinitcpio: avoid using mountpoint | Dave Reisner | 1 | -2/+4 |
2011-10-01 | mkinitcpio: avoid creating savelist in main loop | Dave Reisner | 1 | -3/+3 |
2011-10-01 | remove duplicate "error" in error message | Dave Reisner | 1 | -1/+1 |
2011-10-01 | use correct variable to reference compression method | Dave Reisner | 1 | -1/+1 |
2011-10-01 | mkinitcpio: insist that /dev and /proc be mounted | Dave Reisner | 1 | -0/+4 |
2011-09-27 | mkinitcpio: keep going even when a hook isn't found | Dave Reisner | 1 | -1/+2 |
2011-09-27 | mkinitcpio: explicitly create $BUILDROOT | Dave Reisner | 1 | -0/+3 |
2011-09-27 | mkinitcpio: fix whitespace errors in error messages | Dave Reisner | 1 | -2/+2 |
2011-09-27 | mkinitcpio: simplify setting of SKIPHOOKS | Dave Reisner | 1 | -6/+1 |
2011-09-27 | ensure local scoping of variables | Dave Reisner | 1 | -2/+2 |
2011-07-09 | mkinitcpio: reference -h on failed option parsing | Dave Reisner | 1 | -2/+2 |
2011-07-09 | mkinitcpio: add --quiet to bsdcpio without -v | Dave Reisner | 1 | -1/+3 |
2011-07-04 | mkinitcpio: include version in help msg | Dave Reisner | 1 | -0/+1 |
2011-07-04 | fix module installation issues with BASEDIR | Dave Reisner | 1 | -1/+4 |
2011-07-04 | unify error messaging, both in grammar and output | Dave Reisner | 1 | -9/+10 |
2011-07-04 | mkinitcpio: refactor BASEDIR resolution | Dave Reisner | 1 | -11/+12 |
2011-07-03 | Merge branch 'working' of https://github.com/falconindy/mkinitcpio into working | Thomas Bächler | 1 | -5/+2 |
2011-07-02 | cleanup rarely and unused variable declarations | Dave Reisner | 1 | -5/+2 |
2011-07-02 | Fix -k /path when -b is used | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-07-02 | install modules all at once | Dave Reisner | 1 | -1/+4 |
2011-07-02 | always exit from cleanup | Dave Reisner | 1 | -16/+8 |
2011-07-01 | mkinitcpio: use msg instead of echo for hook help | Dave Reisner | 1 | -1/+1 |
2011-07-01 | avoid touching the linker directly | Dave Reisner | 1 | -17/+1 |
2011-06-27 | mkinitcpio: fix resolution issues with RTLD | Dave Reisner | 1 | -3/+2 |
2011-06-27 | install/base: use private API call to add config | Dave Reisner | 1 | -1/+1 |
2011-06-26 | Use error function instead of echo | Sebastien Luttringer | 1 | -2/+2 |
2011-06-26 | Print pretty message if no help is defined in hook | Sebastien Luttringer | 1 | -0/+4 |
2011-06-26 | Fix printing of bash usage when asking for a bad hook | Sebastien Luttringer | 1 | -2/+6 |
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 |