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
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/lib
0.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 installation
0.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
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
[next]