From 0d2edecb2be14c0ed92a33c7508358d648cd3d2f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Jul 2019 05:08:20 -0400 Subject: New upstream version 22 --- doc/pacstrap.8.asciidoc | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/pacstrap.8.asciidoc (limited to 'doc/pacstrap.8.asciidoc') diff --git a/doc/pacstrap.8.asciidoc b/doc/pacstrap.8.asciidoc new file mode 100644 index 0000000..9f25792 --- /dev/null +++ b/doc/pacstrap.8.asciidoc @@ -0,0 +1,47 @@ +pacstrap(8) +=========== + +Name +---- +pacstrap - install packages to the specified new root directory + +Synopsis +-------- +pacstrap [options] root [packages...] + +Description +----------- +pacstrap is designed to create a new system installation from scratch. The +specified packages will be installed into a given directory after setting up +some basic mountpoints. By default, the host system's pacman signing keys +and mirrorlist will be used to seed the chroot. + +If no packages are specified to be installed, the 'base' group will be installed. + +Options +------- + +*-C* :: + Use an alternate config file for pacman. + +*-c*:: + Use the package cache on the host, rather than the target. + +*-G*:: + Avoid copying the host's pacman keyring to the target. + +*-i*:: + Prompt for package confirmation when needed (run interactively). + +*-M*:: + Avoid copying the host's mirrorlist to the target. + +*-h*:: + Output syntax and command line options. + +See Also +-------- + +linkman:pacman[1] + +include::footer.asciidoc[] -- cgit v1.2.3