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/arch-nspawn.1.asciidoc | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/man/arch-nspawn.1.asciidoc (limited to 'doc/man/arch-nspawn.1.asciidoc') diff --git a/doc/man/arch-nspawn.1.asciidoc b/doc/man/arch-nspawn.1.asciidoc new file mode 100644 index 0000000..a3e8ec1 --- /dev/null +++ b/doc/man/arch-nspawn.1.asciidoc @@ -0,0 +1,40 @@ +arch-nspawn(1) +============== + +Name +---- +arch-nspawn - Run a command or OS in a light-weight namespace container + +Synopsis +-------- +arch-nspawn [options] working-dir [systemd-nspawn arguments] + +Description +----------- + +'arch-nspawn' is a wrapper around systemd-nspawn to run command or OS in a +namespace container such as a directory including base utilities of a OS. +It is used to build package(s) in given clean and defined environment. + +Options +------- + +*-C* :: + Location of a pacman config file + +*-M* :: + Location of a makepkg config file + +*-c* :: + Set pacman cache, if no directory is specified the passed pacman.conf's cachedir is used with a fallback to '/etc/pacman.conf' + +*-f* :: + Copy file from the host to the chroot + +*-s*:: + Do not run setarch + +*-h*:: + Show this usage message + +include::include/footer.asciidoc[] -- cgit v1.2.3-70-g09d2