Age | Commit message (Expand) | Author | Files | Lines |
2012-10-07 | commit to some level of style in variable naming | Dave Reisner | 1 | -101/+104 |
2012-09-30 | mkinitcpio: munge modules.order before calling depmod | Dave Reisner | 1 | -1/+7 |
2012-09-30 | functions: always treat ADDED_MODULES as a hash | Dave Reisner | 1 | -1/+1 |
2012-09-24 | mkinitcpio: protect module install on $MODPATHS | Dave Reisner | 1 | -1/+1 |
2012-09-24 | force bsdcpio to run with LANG=C | Dave Reisner | 1 | -1/+1 |
2012-09-17 | silently ignore builtin modules | Dave Reisner | 1 | -0/+7 |
2012-09-17 | declare ADDED_MODULES as associative array | Dave Reisner | 1 | -2/+2 |
2012-09-01 | mkinitcpio: refuse to run if image path isn't writeable | Dave Reisner | 1 | -0/+7 |
2012-07-28 | mkinitcpio: rename longopt for --add to --addhooks | Dave Reisner | 1 | -7/+7 |
2012-07-28 | implement --moduleroot option | Dave Reisner | 1 | -3/+7 |
2012-07-15 | initalize buildroot later, and out outside of hooks | Dave Reisner | 1 | -26/+9 |
2012-07-15 | use last exit status as default arg for cleanup | Dave Reisner | 1 | -1/+3 |
2012-06-08 | remove redundant header comment | Dave Reisner | 1 | -8/+1 |
2012-06-08 | Use declare -f over type -t to avoid subshells | Dave Reisner | 1 | -1/+1 |
2012-06-02 | Don't report success when builderrors > 00.9.1 | Dave Reisner | 1 | -1/+1 |
2012-06-01 | add hookpoints to --hookhelp output | Dave Reisner | 1 | -0/+1 |
2012-06-01 | avoid subshell in adding --quiet to bsdcpio | Dave Reisner | 1 | -4/+13 |
2012-06-01 | move running of hooks to separate function | Dave Reisner | 1 | -42/+2 |
2012-05-18 | mkinitcpio: write image config after install hooks | Dave Reisner | 1 | -0/+2 |
2012-05-18 | functions: introduce add_runscript | Dave Reisner | 1 | -0/+1 |
2012-05-16 | move -g option checking to parseopts loop | Dave Reisner | 1 | -9/+5 |
2012-05-16 | refactor error tracking in build hooks | Dave Reisner | 1 | -6/+7 |
2012-05-16 | mkinitcpio: separate logic to resolve kernel version | Dave Reisner | 1 | -8/+22 |
2012-05-16 | use MODULEDIR as reference for *.(order|builtin) files | Dave Reisner | 1 | -1/+1 |
2012-05-12 | remove unnecessary quoting/bracing | Dave Reisner | 1 | -5/+5 |
2012-05-12 | mkinitcpio: remove --basedir option | Dave Reisner | 1 | -28/+12 |
2012-05-02 | ensure that cmdline added hooks are run properly in early init | Dave Reisner | 1 | -3/+13 |
2012-04-22 | mkinitcpio: check return of cd before listing hooks | Dave Reisner | 1 | -2/+2 |
2012-04-22 | mkinitcpio: dont exit from usage | Dave Reisner | 1 | -2/+2 |
2012-04-22 | mkinitcpio: adopt parseopts for option parsing | Dave Reisner | 1 | -58/+94 |
2012-04-16 | mkinitcpio: refuse to run without hooks defined | Dave Reisner | 1 | -0/+4 |
2012-04-16 | mkinitcpio: refer to /usr/lib/modules uniformly | Dave Reisner | 1 | -5/+5 |
2012-04-02 | create /lib as a symlink to /usr/lib0.8.6 | Dave Reisner | 1 | -1/+1 |
2012-04-02 | mkinitcpio: hardcode a sane PATH | Dave Reisner | 1 | -3/+3 |
2012-04-02 | add minor tweaks to make testing a bit easier | Dave Reisner | 1 | -2/+2 |
2012-03-06 | mkinitcpio: force UID/GID 0 for files written to image | Dave Reisner | 1 | -1/+1 |
2012-03-04 | mkinitcpio: dedupe MODPATHS array before installation0.8.4 | Dave Reisner | 1 | -1/+2 |
2012-03-04 | add -A option to specify extra hooks | Dave Reisner | 1 | -2/+5 |
2012-03-04 | mkinitcpio: allow -S to be specified multiple times | Dave Reisner | 1 | -1/+3 |
2012-03-04 | add support for HOOKDIR/INSTDIR as arrays | Dave Reisner | 1 | -34/+48 |
2012-02-17 | mkinitcpio: unzip modules before image compression | Tom Gundersen | 1 | -0/+3 |
2012-02-14 | mkinitcpio: install all modules to a single dir | Dave Reisner | 1 | -6/+2 |
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 |