index
:
mkinitcpio
master
working
Main repo at http://projects.archlinux.org/mkinitcpio.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mkinitcpio
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]