diff --git a/pages/linux/pacstrap.md b/pages/linux/pacstrap.md index 70792d011f..15b312e664 100644 --- a/pages/linux/pacstrap.md +++ b/pages/linux/pacstrap.md @@ -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):