From fb4f4b550cbb988ed9748d76a1638178e366e107 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:09:43 +0200 Subject: [PATCH] pacstrap: update page (#12194) --- pages/linux/pacstrap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):