From d123fee8ec5c98cbb6bfa4cecf66cb7cdd9c1855 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 18 Feb 2019 13:53:41 +0100 Subject: doc: add man page for mkarchroot --- Makefile | 3 ++- doc/mkarchroot.1.asciidoc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 doc/mkarchroot.1.asciidoc diff --git a/Makefile b/Makefile index 4191de9..297f310 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/doc/mkarchroot.1.asciidoc b/doc/mkarchroot.1.asciidoc new file mode 100644 index 0000000..03d032c --- /dev/null +++ b/doc/mkarchroot.1.asciidoc @@ -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* :: + Location of a pacman config file. + +*-M* :: + Location of a makepkg config file. + +*-c* :: + Set pacman cache. + +*-f* :: + 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[] -- cgit v1.2.3-54-g00ecf