From 626aecb4724fe5adc65f755d142804306fadb307 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Mon, 20 Jun 2022 01:15:34 +0200 Subject: make: split out man page files into doc/man folder --- doc/man/mkarchroot.1.asciidoc | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 doc/man/mkarchroot.1.asciidoc (limited to 'doc/man/mkarchroot.1.asciidoc') diff --git a/doc/man/mkarchroot.1.asciidoc b/doc/man/mkarchroot.1.asciidoc new file mode 100644 index 0000000..7930c4c --- /dev/null +++ b/doc/man/mkarchroot.1.asciidoc @@ -0,0 +1,49 @@ +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 +------- + +*-U*:: + Use 'pacman -U' to install packages. + +*-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::include/footer.asciidoc[] -- cgit v1.2.3-70-g09d2