Initialize pacman key during setup
This commit is contained in:
parent
1dad484c06
commit
7dbf4f3345
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ loadkeys "$ARCH_KEYMAP";
|
||||||
timedatectl set-timezone "$ARCH_TIMEZONE";
|
timedatectl set-timezone "$ARCH_TIMEZONE";
|
||||||
. "./partition.sh";
|
. "./partition.sh";
|
||||||
|
|
||||||
|
pacman-key --init;
|
||||||
|
pacman-key --populate;
|
||||||
|
|
||||||
pacstrap -K "$ARCH_MOUNT_ROOT" \
|
pacstrap -K "$ARCH_MOUNT_ROOT" \
|
||||||
base \
|
base \
|
||||||
linux \
|
linux \
|
||||||
|
|
Loading…
Reference in a new issue