summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-16declare all variables in mkinitcpioDave Reisner2-25/+15
2011-06-16use consistent vim modelinesDave Reisner4-1/+9
2011-06-16mkinitcpio: bashify preset build loopDave Reisner1-29/+26
2011-06-16Makefile: refactor and simplifyDave Reisner1-52/+42
2011-06-16lsinitcpio: new utility to dump contents of imagesDave Reisner2-0/+143
2011-06-16mkinitcpio: allow specifying kernel ver as path to imageDave Reisner2-2/+29
2011-06-16mkinitcpio: use simple PEs instead of externalsDave Reisner1-4/+4
2011-06-16mkinitcpio.conf: note implicit support for lzopDave Reisner1-0/+1
2011-06-16functions: document hook APIDave Reisner1-32/+59
2011-06-16functions: refactor add_fileDave Reisner1-22/+15
2011-06-16use bsdcpio to create imagesDave Reisner3-64/+58
2011-06-16functions: remove add_symlink2Dave Reisner1-10/+0
2011-06-16functions: remove add_deviceDave Reisner2-22/+0
2011-06-16functions: refactor add_moduleDave Reisner2-32/+34
2011-06-16functions: cleanup and refactor add_binaryDave Reisner1-33/+19
2011-06-16dmesg: remove install/hookDave Reisner2-24/+0
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner22-31/+38
2011-06-16mkinitcpio.conf: s/raid/mdadm/Dave Reisner1-3/+3
2011-06-16init: don't attempt modprobe if $MODULES is emptyDave Reisner1-1/+1
2011-06-16Release version 0.6.150.6.15Thomas Bächler1-1/+1
2011-06-16mkinitcpio: Unset GREP_OPTIONS to avoid broken imagesThomas Bächler1-0/+3
2011-06-16Fix detection of not compressed modulesSebastien Luttringer1-1/+1
2011-06-12Release version 0.6.140.6.14Thomas Bächler1-1/+1
2011-06-07default_mount_handler: Only try to manually create the root device if devtmpf...Thomas Bächler2-1/+3
2011-06-07init: purge environment before leaving early userspaceDave Reisner1-1/+1
2011-06-07init_functions: simplify mount case of root=/dev/*Dave Reisner1-9/+5
2011-06-07init_functions: support {LABEL,UUID}= syntaxDave Reisner1-0/+9
2011-06-07init: load all earlymodules at onceDave Reisner1-3/+1