pacstrap: update page (#12194)

pull/23/head
Managor 2024-02-05 06:09:43 +02:00 committed by GitHub
parent 89f368dfb6
commit fb4f4b550c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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):