1PACSTRAP(8)                                                        PACSTRAP(8)
2
3
4

NAME

6       pacstrap - install packages to the specified new root directory
7

SYNOPSIS

9       pacstrap [options] root [packages...]
10

DESCRIPTION

12       pacstrap is designed to create a new system installation from scratch.
13       The specified packages will be installed into a given directory after
14       setting up some basic mountpoints. By default, the host system’s pacman
15       signing keys and mirrorlist will be used to seed the chroot.
16
17       If no packages are specified to be installed, the base group will be
18       installed.
19

OPTIONS

21       -C <config>
22           Use an alternate config file for pacman.
23
24       -c
25           Use the package cache on the host, rather than the target.
26
27       -G
28           Avoid copying the host’s pacman keyring to the target.
29
30       -i
31           Prompt for package confirmation when needed (run interactively).
32
33       -M
34           Avoid copying the host’s mirrorlist to the target.
35
36       -U
37           Use pacman -U to install packages. Useful for obtaining
38           fine-grained control over the installed packages.
39
40       -h
41           Output syntax and command line options.
42

SEE ALSO

44       pacman(1)
45

BUGS

47       Bugs can be reported on the bug tracker https://bugs.archlinux.org in
48       the Arch Linux category and title prefixed with [arch-install-scripts]
49       or via arch-projects@archlinux.org.
50

AUTHORS

52       Maintainers:
53
54       ·   Dave Reisner <dreisner@archlinux.org>
55
56       ·   Eli Schwartz <eschwartz@archlinux.org>
57
58       For additional contributors, use git shortlog -s on the
59       arch-install-scripts.git repository.
60
61
62
63                                  03/31/2020                       PACSTRAP(8)
Impressum