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-10-25
Add -V/--version option to display version information
Eric BĂ©langer
1
-2
/
+12
2012-10-21
function: add a map() utility function
0.11.0
Dave Reisner
1
-3
/
+1
2012-10-21
convert autodetect cache to hash
Dave Reisner
1
-3
/
+4
2012-10-07
ensure builtins are dash/underscore translated
Dave Reisner
1
-2
/
+4
2012-10-07
mkinitcpio: remove find_moduledir
Dave Reisner
1
-20
/
+2
2012-10-07
separate image building to functions
Dave Reisner
1
-129
/
+137
2012-10-07
honor -n for presets
Dave Reisner
1
-0
/
+1
2012-10-07
mkinitcpio: check for preset file by sourcing it
Dave Reisner
1
-42
/
+44
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 > 0
0.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/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
[next]