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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
Rework of the script to cover all cases
Giancarlo Razzolini
1
-12
/
+26
2019-10-09
Changed the trigger to vmlinuz
Giancarlo Razzolini
1
-1
/
+1
2019-10-09
Rename of the hook and script
Giancarlo Razzolini
2
-31
/
+0
2019-10-09
Change the Makefile to reflect the change in the names of the hook and script
Giancarlo Razzolini
1
-2
/
+2
2019-10-09
Rework the script to create the preset and install the actual kernel to /boot
Giancarlo Razzolini
1
-0
/
+19
2019-10-09
Change the hook name and change the name of the script called by it
Giancarlo Razzolini
1
-0
/
+17
2019-10-09
Add a preset to be used by the pacman hook to create presets on the fly
Giancarlo Razzolini
1
-0
/
+14
2019-10-09
Add the pacman hook and script files to the installation
Giancarlo Razzolini
1
-1
/
+6
2019-10-09
Add a mkinitcpio pacman script
Giancarlo Razzolini
1
-0
/
+14
2019-10-09
Add a new mkinitcpio pacman hook
Giancarlo Razzolini
1
-0
/
+17
2019-10-07
Merge branch 'fix-hookdir-flag'
v26
Giancarlo Razzolini
3
-5
/
+7
2019-10-07
Add the hookdir option to both bash and zsh completion files
Giancarlo Razzolini
2
-2
/
+3
2019-10-07
Split the hookdir var creation and also add the hookdir option to the optparser.
Giancarlo Razzolini
1
-3
/
+4
2019-10-07
Add initramfs to provides=() in the PKGBUILD
Giancarlo Razzolini
1
-1
/
+1
2019-10-07
Change the PKGBUILD to use $startdir
Giancarlo Razzolini
1
-2
/
+2
2019-10-04
Merge branch 'falconindy-master'
Giancarlo Razzolini
1
-15
/
+13
2019-10-04
Merge branch 'master' of https://github.com/falconindy/mkinitcpio into falcon...
Giancarlo Razzolini
1
-15
/
+13
2019-10-04
Merge branch 'Foxboron-morten/hookdir-flag'
Giancarlo Razzolini
2
-1
/
+16
2019-10-04
* Fix whitespace
Giancarlo Razzolini
1
-1
/
+1
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
2
-1
/
+10
2019-09-17
consolidate error reporting within generation pipeline
Dave Reisner
1
-15
/
+13
2019-09-16
Merge branch 'Foxboron-morten/copyright'
Giancarlo Razzolini
4
-4
/
+5
2019-09-16
Merge branch 'morten/copyright' of https://github.com/Foxboron/mkinitcpio int...
Giancarlo Razzolini
4
-4
/
+5
2019-09-15
[README] Add grazzolini to the copyright
Morten Linderud
1
-0
/
+1
2019-09-14
Merge pull request #1 from esotericnonsense/esotericnonsense/reproducible
Giancarlo Razzolini
2
-10
/
+29
2019-09-10
Updated copyright year
Morten Linderud
4
-4
/
+4
2019-09-09
mkinitcpio: Produce reproducible initramfs images
Daniel Edgecumbe
2
-10
/
+29
2018-10-09
install/block: avoid conditional addition of drivers
25
Dave Reisner
1
-17
/
+8
2018-03-29
ship /var/run as symlink to /run
Dave Reisner
1
-1
/
+2
2017-12-30
Remove install hook aliases for block and keyboard
Dave Reisner
8
-8
/
+0
2017-12-30
cleanup some shellcheck lint warnings
Dave Reisner
1
-13
/
+11
2017-11-25
PKGBUILD: fix upstream URL
Dave Reisner
1
-1
/
+1
2017-11-25
lsinitcpio: Attempt to estimate only decompression time
Dave Reisner
1
-10
/
+10
2017-10-06
Restore addition of modules from config file
Dave Reisner
1
-1
/
+10
2017-10-01
man: include package name in version
v24
Dave Reisner
1
-1
/
+1
2017-10-01
add crc32c for ext4
Dave Reisner
1
-0
/
+3
2017-10-01
Avoid erroneous deprecation warnings
Dave Reisner
2
-15
/
+6
2017-10-01
install/keyboard: fix wording in hook help
Dave Reisner
1
-2
/
+2
2017-08-22
make ldd parsing compatible with upstream glibc changes
Dave Reisner
1
-3
/
+3
2017-08-20
functions: add_full_dir: path prefix strip-off
Erik Stromdahl
2
-5
/
+11
2017-08-20
functions: add_full_dir: recursive filter
Erik Stromdahl
1
-1
/
+1
2017-03-19
arrayize config vars in mkinitcpio.conf
Dave Reisner
4
-33
/
+42
2017-03-17
mkinitcpio: allow -s to be passed through to presets
Dave Reisner
1
-0
/
+2
2017-03-14
avoid erroring when a builtin-module can't be found
Dave Reisner
1
-1
/
+1
2017-03-11
init: drop pre-mount check for block device
v23
Dave Reisner
1
-8
/
+0
2017-03-11
lsinitcpio: avoid null byte warnings with bash 4.3
Dave Reisner
1
-6
/
+14
2017-03-10
init: move early mounting to function, add efivars
Dave Reisner
2
-5
/
+13
2017-03-10
functions: attempt to (re)add builtin modules
Dave Reisner
1
-2
/
+2
[next]