summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Release version 0.70.7Thomas Bächler1-1/+1
2011-06-30install/keymap: fix installation ($buildroot -> $BUILDROOT)Thomas Bächler1-4/+4
2011-06-30Add .gitignore fileThomas Bächler1-0/+4
2011-06-30Add asciidoc as makedepends in private PKGBUILD.Gerardo Exequiel Pozzi1-0/+1
2011-06-27Use _get_comp_words_by_ref in bash completionSebastien Luttringer1-8/+8
2011-06-27Merge branch 'working'Thomas Bächler3-11/+12
2011-06-27mkinitcpio: fix resolution issues with RTLDDave Reisner1-3/+2
2011-06-27install/base: use private API call to add configDave Reisner2-2/+4
2011-06-27functions: fix pathing issue with $BASEDIRDave Reisner1-3/+3
2011-06-27functions: s/basedir/BASEDIR/Dave Reisner1-2/+2
2011-06-27functions: add missing 'command' before installDave Reisner1-1/+1
2011-06-26Add missing /etc/bash_completion.d in MakefileGerardo Exequiel Pozzi1-0/+1
2011-06-26emove old '-a' option from bash completion and fix '-s' option.Thomas Bächler1-2/+2
2011-06-26Remove old '-m' option from bash completion.Thomas Bächler1-2/+1
2011-06-26Merge branch 'master' of https://github.com/seblu/arch-mkinitcpio into workingThomas Bächler3-4/+45
2011-06-26Add lsinitcpio bash completionSebastien Luttringer1-0/+12
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-26Add bash completion to mkinitcpioSebastien Luttringer2-0/+21
2011-06-26Makefile: the Makefile itself is a dep for the manpageDave Reisner1-1/+1
2011-06-26functions: support $BASEDIR in modprobeDave Reisner1-1/+1
2011-06-26install/autodetect: refactor and simplify hookDave Reisner2-77/+39
2011-06-25Fix some install hooks due recent change in all_modules()Gerardo Exequiel Pozzi4-4/+4
2011-06-25Added usbinput to default hooks (implements FS#19328)Eric Bélanger1-1/+1
2011-06-25properly support $BASEDIRDave Reisner2-51/+108
2011-06-25install/{sata,pata,scsi}: cleanup and simplifyDave Reisner3-60/+41
2011-06-25mkinitcpio: allow absolute paths to preset filesDave Reisner1-2/+6
2011-06-25add a PKGBUILD for easier testing from the repoDave Reisner1-0/+25
2011-06-25mkinitcpio: catch errors in parse_hookDave Reisner2-1/+15
2011-06-25README: update copyright year, add self as authorDave Reisner1-1/+2
2011-06-25mkinitcpio.5: alphabetize options for easier navDave Reisner1-21/+21
2011-06-25mkinitcpio: only show usage on requestDave Reisner1-2/+5
2011-06-25mkinitcpio: allow overriding the compression methodDave Reisner2-1/+13
2011-06-25init: remove unnecessary variable declarationsDave Reisner1-7/+2
2011-06-25init: declare PATH, remove absolute pathsDave Reisner7-33/+35
2011-06-25functions: remove get_module_nameDave Reisner1-8/+0
2011-06-25install/base: cleanup and simplifyDave Reisner2-23/+13
2011-06-25remove support for -m to add a startup messageDave Reisner4-16/+1
2011-06-19mkinitcpio: declare usage as a heredocDave Reisner1-18/+22
2011-06-19install/keymap: refactor and bashifyDave Reisner1-23/+16
2011-06-19add -t option to specify alternate build directoryDave Reisner3-16/+31
2011-06-19mkinitcpio: bashification, part 2/2Dave Reisner1-8/+7
2011-06-19mkinitcpio: bashification, part 1/2Dave Reisner3-16/+15
2011-06-19functions: simplify parse_hookDave Reisner1-16/+9
2011-06-19functions: refactor add_symlinkDave Reisner1-11/+6
2011-06-19overhaul output, introducing colorDave Reisner4-73/+100
2011-06-16mkinitcpio: remove cruft in getopts loopDave Reisner1-6/+0
2011-06-16declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleansDave Reisner2-10/+9
2011-06-16mkinitcpio: refactor and bashify early path calculationsDave Reisner1-26/+27