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 metapackage will
18       be 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       -K
34           Initialize an empty pacman keyring in the target (implies -G).
35
36       -M
37           Avoid copying the host’s mirrorlist to the target.
38
39       -N
40           Run in unshare mode. This will use unshare(1) to create a new mount
41           and user namespace, allowing regular users to create new system
42           installations.
43
44       -U
45           Use pacman -U to install packages. Useful for obtaining
46           fine-grained control over the installed packages.
47
48       -h
49           Output syntax and command line options.
50

SEE ALSO

52       pacman(8)
53

BUGS

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

AUTHORS

60       Maintainers:
61
62       •   Dave Reisner <dreisner@archlinux.org>
63
64       •   Eli Schwartz <eschwartz@archlinux.org>
65
66       For additional contributors, use git shortlog -s on the
67       arch-install-scripts.git repository.
68
69
70
71                                  10/01/2022                       PACSTRAP(8)
Impressum