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
/
functions
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-17
declare ADDED_MODULES as associative array
Dave Reisner
1
-2
/
+2
2012-09-17
functions: allow add_symlink to only take a single arg
Dave Reisner
1
-7
/
+18
2012-09-17
install fstab/mtab as part of base layout
Dave Reisner
1
-0
/
+4
2012-08-19
functions: avoid creating /usr/sbin
Dave Reisner
1
-1
/
+1
2012-08-13
functions: symlink /usr/local/sbin -> /usr/bin
Dave Reisner
1
-1
/
+2
2012-07-28
implement --moduleroot option
Dave Reisner
1
-2
/
+2
2012-07-24
baseroot: add flagfile to indicate we're in an initramfs
Tom Gundersen
1
-1
/
+4
2012-07-15
initalize buildroot later, and out outside of hooks
Dave Reisner
1
-0
/
+26
2012-06-12
Update module filter to be aware of hyphens in the MODULES array
Brian Parsons
1
-1
/
+1
2012-06-08
Use declare -f over type -t to avoid subshells
Dave Reisner
1
-1
/
+1
2012-06-08
functions: avoid adding nonexistant modules to config
Dave Reisner
1
-2
/
+6
2012-06-08
functions: style nits
Dave Reisner
1
-3
/
+11
2012-06-05
explicitly unset build function before sourcing
Dave Reisner
1
-0
/
+1
2012-06-02
catch errors in ldd ELF dep resolution
Dave Reisner
1
-1
/
+7
2012-06-01
add hookpoints to --hookhelp output
Dave Reisner
1
-6
/
+24
2012-06-01
move running of hooks to separate function
Dave Reisner
1
-0
/
+37
2012-05-30
add_full_dir: properly handle symlinks and empty dirs
Dave Reisner
1
-2
/
+5
2012-05-18
mkinitcpio: write image config after install hooks
Dave Reisner
1
-0
/
+20
2012-05-18
use new API for install hooks
Dave Reisner
1
-1
/
+1
2012-05-18
functions: introduce add_runscript
Dave Reisner
1
-4
/
+44
2012-05-16
functions: introduce add_checked_modules and add_all_modules
Dave Reisner
1
-2
/
+50
2012-05-16
functions: move --try logic into add_module
Dave Reisner
1
-13
/
+16
2012-05-16
functions: remove get_dirname and get_basename
Dave Reisner
1
-13
/
+1
2012-05-16
refactor error tracking in build hooks
Dave Reisner
1
-2
/
+7
2012-05-12
remove unnecessary quoting/bracing
Dave Reisner
1
-4
/
+4
2012-05-12
functions: merge _add_symlink into add_symlink
Dave Reisner
1
-19
/
+11
2012-05-12
functions: merge _add_file into add_file
Dave Reisner
1
-28
/
+16
2012-05-12
function: merge _add_dir into add_dir
Dave Reisner
1
-17
/
+9
2012-05-12
mkinitcpio: remove --basedir option
Dave Reisner
1
-34
/
+14
2012-05-03
functions: firmware is now in /usr/lib
Matthew Monaco
1
-2
/
+2
2012-04-22
functions: align error output with GNU getopt_long
Dave Reisner
1
-8
/
+7
2012-04-22
functions: add missing local for iterator
Dave Reisner
1
-0
/
+2
2012-04-20
functions: add parseopts for longopt fun
Dave Reisner
1
-0
/
+138
2012-03-04
add support for HOOKDIR/INSTDIR as arrays
Dave Reisner
1
-2
/
+16
2012-01-28
function: avoid applying --try to all modules
Dave Reisner
1
-3
/
+3
2012-01-05
function: suppress errors from modprobe
Dave Reisner
1
-1
/
+1
2011-12-26
functions: display proper name on file not found
Dave Reisner
1
-1
/
+1
2011-12-15
functions: don't fail on add_binary adding a non-binary
Dave Reisner
1
-1
/
+1
2011-11-29
functions: don't allow add_binary to re-add deps
Dave Reisner
1
-1
/
+1
2011-11-29
functions: add verbose output for overwriting files
Dave Reisner
1
-3
/
+14
2011-11-29
add_{file,symlink}: overwrite existing file
Tom Gundersen
1
-3
/
+1
2011-10-30
add_symlink: fix argument ordering and add_dir call
Tom Gundersen
1
-2
/
+2
2011-10-01
functions: fix output order in _add_symlink
Dave Reisner
1
-1
/
+1
2011-09-27
ensure local scoping of variables
Dave Reisner
1
-3
/
+9
2011-09-27
functions: specify the delimiter to xargs
Dave Reisner
1
-1
/
+2
2011-09-27
functions: perform path lookup for binaries if needed
Dave Reisner
1
-1
/
+25
2011-09-27
functions: refactor get_{base,dir}name
Dave Reisner
1
-7
/
+8
2011-09-27
functions: allow ignoring errors on module addition
Dave Reisner
1
-4
/
+16
2011-07-09
functions: restore verbose feedback to add_module
Dave Reisner
1
-0
/
+1
2011-07-04
functions: do not null delimit modalias data
Dave Reisner
1
-2
/
+2
[next]