Arch Linux initramfs generation tools
Go to file
Giancarlo Razzolini a72cc79561
Merge pull request #73 from archlinux/add_binutils_deps
Add binutils to depends, objcopy is for the UEFI efistub feature
2021-12-03 07:09:27 -03:00
hooks Always use the --target flag with findmnt 2014-03-01 16:38:21 -05:00
install Merge pull request #55 from Foxboron/morten/fix-strip 2021-11-15 16:15:44 -03:00
libalpm Merge remote-tracking branch 'upstream/master' into patch-1 2020-09-21 16:26:28 +02:00
man doc: clarify argument expected for --cmdline 2021-08-27 22:48:24 +02:00
mkinitcpio.d fixup! fixup! [mkinitcpio] Create UEFI executables 2021-04-06 20:59:56 +02:00
shell zsh-completion: fix hooks completion 2021-08-27 22:34:16 +02:00
systemd Install mkinitcpio-generate-shutdown-ramfs.service as a static service 2013-12-15 15:11:08 +01:00
test refactor parse_cmdline into something more readable 2016-07-07 08:30:59 -04:00
tmpfiles Add a tmpfiles.d configuration file to create /run/initramfs. 2013-12-15 15:09:42 +01:00
udev move a bunch of stuff to subdirs 2013-11-26 11:09:49 -05:00
.gitignore add manpage for mkinitcpio.conf 2012-10-21 15:25:33 -04:00
50-mkinitcpio.install kernel-install: add hook 2013-09-26 13:29:53 -04:00
HACKING Fix typo 2019-12-19 10:33:43 +01:00
LICENSE Added LICENSE and README 2006-05-10 03:13:07 +00:00
Makefile Makefile: Add the remove hook and script to install 2019-10-28 22:31:59 -03:00
PKGBUILD Add binutils to depends, objcopy is for the UEFI efistub feature 2021-12-03 07:06:07 -03:00
README Fix the copyright date on README and man pages 2021-01-07 14:40:04 -03:00
functions Merge branch 'master' of https://github.com/Depau/mkinitcpio into Depau-master 2021-11-29 07:55:37 -03:00
init init: move early mounting to function, add efivars 2017-03-10 07:19:24 -05:00
init_functions init: drop pre-mount check for block device 2017-03-11 13:09:10 -05:00
lsinitcpio mkinitcpio: Add support for the zstd compressor 2020-08-14 15:54:10 +02:00
mkinitcpio Merge branch 'master' of https://github.com/Depau/mkinitcpio into Depau-master 2021-11-29 07:55:37 -03:00
mkinitcpio.conf Switch to zstd by default 2021-02-16 23:34:00 -03:00
shutdown shutdown: use umount --recursive 2013-04-24 10:43:38 -04:00

README

The corresponding files are licensed under the GNU General Public License, version 2
as per the included LICENSE file.
    Copyright (C) 2006-2021, Thomas Bächler <thomas@archlinux.org>
                             Aaron Griffin <aaronmgriffin@gmail.com>
                             Tobias Powalowski <tpowa@archlinux.org>
                             Dave Reisner <dreisner@archlinux.org>
                             Giancarlo Razzolini <grazzolini@archlinux.org>