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
2019-10-07
Split the hookdir var creation and also add the hookdir option to the optparser.
Giancarlo Razzolini
1
-3
/
+4
2019-10-04
Merge branch 'master' of https://github.com/falconindy/mkinitcpio into falcon...
Giancarlo Razzolini
1
-15
/
+13
2019-10-04
[mkinitcpio] Fixup declaration and remove trailing :
Morten Linderud
1
-4
/
+3
2019-10-04
[mkinitcpio] Support multiple hook paths
Morten Linderud
1
-2
/
+9
2019-10-04
Add flag to specify where to look for hooks.
Morten Linderud
1
-0
/
+6
2019-09-17
consolidate error reporting within generation pipeline
Dave Reisner
1
-15
/
+13
2019-09-09
mkinitcpio: Produce reproducible initramfs images
Daniel Edgecumbe
1
-10
/
+13
2017-12-30
cleanup some shellcheck lint warnings
Dave Reisner
1
-13
/
+11
2017-10-01
Avoid erroneous deprecation warnings
Dave Reisner
1
-10
/
+2
2017-03-19
arrayize config vars in mkinitcpio.conf
Dave Reisner
1
-4
/
+6
2017-03-17
mkinitcpio: allow -s to be passed through to presets
Dave Reisner
1
-0
/
+2
2016-11-25
add missing -P, --allpresets option to usage output
Dave Reisner
1
-0
/
+1
2016-11-20
mkinitcpio: fixing quoting in call to initialize_buildroot
Dave Reisner
1
-1
/
+1
2016-07-17
Support version extraction from i[3456]86 kernels
Dave Reisner
1
-2
/
+2
2016-07-02
error out if asked to extract a kver from image on non-x86
v20
Dave Reisner
1
-1
/
+7
2014-12-28
mkinitcpio: expose syntax errors in preset files
Alexei Colin
1
-1
/
+1
2014-12-28
mkinitcpio avoiding adding a CPIO entry for '.'
Dave Reisner
1
-1
/
+1
2014-03-30
make missing compression binaries a non-fatal warning
Dave Reisner
1
-2
/
+10
2013-12-22
Add -l flag when using lz4 compression
Dave Reisner
1
-0
/
+3
2013-12-06
prevent calling a preset from a preset
Dave Reisner
1
-1
/
+6
2013-11-27
merge optkver into KERNELVERSION
Dave Reisner
1
-6
/
+8
2013-11-27
mkinitcpio: Allow building an image without modules
Thomas Bächler
1
-1
/
+1
2013-11-24
mkinitcpio: Improve output when -d option is used.
Thomas Bächler
1
-3
/
+7
2013-11-24
mkinitcpio: add -d option
Thomas Bächler
1
-5
/
+10
2013-09-09
add mkinitcpio version marker in buildroot creation
Dave Reisner
1
-3
/
+0
2013-08-28
mkinitcpio: preserve permissions if run as root
Dave Reisner
1
-1
/
+5
2013-08-28
rely on libmount defaults for file locations
Dave Reisner
1
-1
/
+2
2013-07-08
Generate /etc/ld.so.cache for image
Dave Reisner
1
-0
/
+3
2013-05-07
move install_modules to functions to allow for testing
Dave Reisner
1
-41
/
+0
2013-05-07
remove "arbitrary" limit from index_of()
Dave Reisner
1
-7
/
+4
2013-05-02
mkinitcpio: ensure ERR trap propagates to install_modules
Dave Reisner
1
-0
/
+2
2013-04-24
functions: implement add_firmware
Dave Reisner
1
-1
/
+1
2013-03-13
mkinitcpio: honor updates directory for firmware
Dave Reisner
1
-0
/
+1
2013-02-28
mkinitcpio: use consistent style in case statement
Dave Reisner
1
-18
/
+36
2013-02-05
Add -P, --allpresets option
Dave Reisner
1
-10
/
+17
2013-01-21
Do more to determine the color caps of the term
Dave Reisner
1
-16
/
+1
2013-01-13
factor out kver detection to functions file
Dave Reisner
1
-18
/
+1
2013-01-12
use type to determine availability of tput
Dave Reisner
1
-1
/
+1
2013-01-12
mkinitcpio: avoid using 'file' to get kernel versions
Dave Reisner
1
-2
/
+17
2012-12-02
mkinitcpio: use fancy unicode in -L output
0.12.0
Dave Reisner
1
-2
/
+4
2012-11-26
handle deprecation notices in -H and -L
Dave Reisner
1
-18
/
+78
2012-11-26
replace find_in_dirs with PATH= manipulation
Dave Reisner
1
-8
/
+7
2012-11-26
selectively decompress modules on install
Dave Reisner
1
-6
/
+19
2012-11-26
unique _modpaths arrays in during build
Dave Reisner
1
-10
/
+11
2012-11-24
obsolete old-style install hook API
Dave Reisner
1
-2
/
+1
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
[next]