mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 04:35:25 +02:00
pacstrap: update page (#12194)
This commit is contained in:
parent
89f368dfb6
commit
fb4f4b550c
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
|
||||
`pacstrap -c {{path/to/new/root}} {{packages}}`
|
||||
|
||||
- Install packages without copy the host's `pacman` keyring to the target:
|
||||
- Initialize an empty `pacman` keyring in the target without copying it from the host:
|
||||
|
||||
`pacstrap -G {{path/to/new/root}} {{packages}}`
|
||||
`pacstrap -K {{path/to/new/root}} {{packages}}`
|
||||
|
||||
- Install packages in interactive mode (prompts for confirmation):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue