Initialize pacman key during setup

This commit is contained in:
Manuel Thalmann 2023-06-09 23:31:42 +02:00
parent 71304253d1
commit 75957f0bad

View file

@ -24,6 +24,9 @@ loadkeys "$ARCH_KEYMAP";
timedatectl set-timezone "$ARCH_TIMEZONE";
. "./partition.sh";
pacman-key --init;
pacman-key --populate;
pacstrap -K "$ARCH_MOUNT_ROOT" \
base \
linux \