diff options
| author | 2019-07-03 05:08:20 -0400 | |
|---|---|---|
| committer | 2019-07-03 05:08:20 -0400 | |
| commit | 0d2edecb2be14c0ed92a33c7508358d648cd3d2f (patch) | |
| tree | 0d4a3d9906a7c6996d63d1eceb2df145e2a633c0 /doc/pacstrap.8.asciidoc | |
| parent | cc216920a0867905b9110ef51bf29e576364b175 (diff) | |
New upstream version 22upstream/22
Diffstat (limited to 'doc/pacstrap.8.asciidoc')
| -rw-r--r-- | doc/pacstrap.8.asciidoc | 47 |
1 files changed, 47 insertions, 0 deletions
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* <config>:: + 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[] |
