Arch Linux initramfs generation tools
Go to file
Dave Reisner 869c314159 Always use the --target flag with findmnt
Prevents problems with bogusly named filesystems, e.g.:

 mount -t tmpfs / /mount/point

Fixes FS#39090.
2014-03-01 16:38:21 -05:00
hooks Always use the --target flag with findmnt 2014-03-01 16:38:21 -05:00
install Always use the --target flag with findmnt 2014-03-01 16:38:21 -05:00
man remove legacy search paths in /lib/initcpio 2013-12-01 11:43:31 -05:00
mkinitcpio.d example.preset: update for newer style syntax 2011-10-01 15:27:49 -04:00
shell move a bunch of stuff to subdirs 2013-11-26 11:09:49 -05:00
systemd Install mkinitcpio-generate-shutdown-ramfs.service as a static service 2013-12-15 15:11:08 +01: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 commit to some level of style in variable naming 2012-10-06 20:38:02 -04:00
LICENSE Added LICENSE and README 2006-05-10 03:13:07 +00:00
Makefile Strip a leading 'v' from the git tag when generating the version number 2013-12-16 00:33:43 +01:00
PKGBUILD PKGBUILD: Point to the gitweb page for upstream URL 2013-09-24 11:12:20 -04:00
README README: its 2013, year of the pony 2013-05-07 10:56:50 -04:00
functions Load build and run hooks from /etc/initcpio 2013-12-01 11:43:00 -05:00
init init: avoid passing empty RD_TIMESTAMP variable 2013-07-26 19:51:01 -04:00
init_functions init_functions: escape slashes in tag values 2013-11-27 15:16:00 -05:00
lsinitcpio lsinitcpio: remove nonexistent showconfig longopt 2013-12-24 15:42:08 -05:00
mkinitcpio Add -l flag when using lz4 compression 2013-12-22 14:29:08 -05:00
mkinitcpio.conf lsinitcpio: add support for lz4 compressed image 2013-09-07 10:04:21 -04: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-2013, Thomas Bächler <thomas@archlinux.org>
                             Aaron Griffin <aaronmgriffin@gmail.com>
                             Tobias Powalowski <tpowa@archlinux.org>
                             Dave Reisner <dreisner@archlinux.org>