doc: add man page for mkarchroot

This commit is contained in:
Jelle van der Waa 2019-02-18 13:53:41 +01:00
parent 4a532e38e7
commit d123fee8ec
2 changed files with 48 additions and 1 deletions

View File

@ -65,7 +65,8 @@ BASHCOMPLETION_LINKS = \
MANS = \
doc/lddd.1 \
doc/checkpkg.1 \
doc/sogrep.1
doc/sogrep.1 \
+ doc/mkarchroot.1
all: $(BINPROGS) bash_completion zsh_completion man

46
doc/mkarchroot.1.asciidoc Normal file
View File

@ -0,0 +1,46 @@
mkarchroot(1)
==============
Name
----
mkarchroot - Creates an arch chroot in a specified location with a specified set of packages
Synopsis
--------
mkarchroot [options] [location] [packages]
Description
-----------
'mkarchroot' is a script to create an Arch Linux chroot at a specified location
with specified packages. Typically used by 'makechrootpkg' to create build
chroots. Apart from installing specified packages the chroot is created with an
en_US.UTF-8 and de_DE.UTF-8 locale and a generated machine-id.
Options
-------
*-C* <file>::
Location of a pacman config file.
*-M* <file>::
Location of a makepkg config file.
*-c* <dir>::
Set pacman cache.
*-f* <file>::
Copy file from the host to the chroot.
*-s*::
Do not run setarch.
*-h*::
Output command line options.
See Also
--------
linkman:pacman[1]
include::footer.asciidoc[]