summaryrefslogtreecommitdiffstats
path: root/mkinitcpio.5.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-06-16use bsdcpio to create imagesDave Reisner1-5/+2
This is a departure from using gen_init_cpio, which proved to be a huge bottleneck in performance. Tests for existance change from being a call to grep, to a simple shell test. In the process, we have to modify the behavior of the -s option, and we lose the -a option. Signed-off-by: Dave Reisner <d@falconindy.com>
2010-02-11Removed/changed messages/comments about klibc/kinitGerardo Exequiel Pozzi1-1/+1
Also remove comment about "modload" in conf. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Thomas Bächler <thomas@archlinux.org>
2010-02-08Fix typo in the manpage (thanks Eric)Thomas Bächler1-1/+1
2009-09-19Specify mansource, manversion and manmanual when generating the man page.Loui Chang1-4/+0
This also removes occurances of FIXME in the page. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-08-05Remove trailing whitespace in manpage.Loui Chang1-26/+26
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-08-05Update man page to reflect current usage of HOOKS.Loui Chang1-2/+4
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-03-16Update manpageThomas Bächler1-4/+3
2007-11-09Manpage now uses asciidoc.Thomas Bächler1-0/+118
It is not all perfect yet, looks good enough.