Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/mkarchroot.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-20 01:15:34 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit626aecb4724fe5adc65f755d142804306fadb307 (patch)
tree0b543c45c98a45c181293a4f10120873c82b81ea /doc/mkarchroot.1.asciidoc
parent208824456410123e6ac480cdfe554f14f211047c (diff)
make: split out man page files into doc/man folder
Diffstat (limited to 'doc/mkarchroot.1.asciidoc')
-rw-r--r--doc/mkarchroot.1.asciidoc49
1 files changed, 0 insertions, 49 deletions
diff --git a/doc/mkarchroot.1.asciidoc b/doc/mkarchroot.1.asciidoc
deleted file mode 100644
index eb0670a..0000000
--- a/doc/mkarchroot.1.asciidoc
+++ /dev/null
@@ -1,49 +0,0 @@
-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* <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[]