From 7cf27020c4a0a2800fed8087c0c39aa0a002b28f Mon Sep 17 00:00:00 2001 From: Edmunt Pienkowsky Date: Mon, 18 Jun 2018 10:59:54 +0200 Subject: [PATCH] README - pacman keyring --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c1722..e93db40 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,12 @@ Replace **sdX** in the following instructions with the device name for the SD ca 1. Use the serial console or SSH to the IP address given to the board by your router. - Login as the default user *alarm* with the password *alarm*. - The default *root* password is *root*. -1. After logging into the system install U-Boot and DTBS packages: +1. After logging into the system initialize the pacman keyring and populate the Arch Linux ARM [package signing](//archlinuxarm.org/about/package-signing) keys: + ``` + pacman-key --init + pacman-key --populate archlinuxarm + ``` +1. Install also *U-Boot* and *DTBS* packages: ``` pacman -U https://github.com/RoEdAl/alarm-uboot-sunxi-armv7/releases/download/vx-y/uboot--yyyy.mm-r-armv7h.pkg.tar.xz https://github.com/RoEdAl/alarm-uboot-sunxi-armv7/releases/download/vx-y/-dtbs-x.yy-r-armv7h.pkg.tar.xz ``` @@ -154,7 +159,12 @@ Replace **sdX** in the following instructions with the device name for the SD ca 1. Use the serial console or SSH to the IP address given to the board by your router. - Login as the default user *alarm* with the password *alarm*. - The default *root* password is *root*. -1. After logging into the system install U-Boot and DTBS packages: +1. After logging into the system initialize the pacman keyring and populate the Arch Linux ARM [package signing](//archlinuxarm.org/about/package-signing) keys: + ``` + pacman-key --init + pacman-key --populate archlinuxarm + ``` +1. Install also *U-Boot* and *DTBS* packages: ``` pacman -U https://github.com/RoEdAl/alarm-uboot-sunxi-armv7/releases/download/vx-y/uboot--yyyy.mm-r-armv7h.pkg.tar.xz https://github.com/RoEdAl/alarm-uboot-sunxi-armv7/releases/download/vx-y/-dtbs-x.yy-r-armv7h.pkg.tar.xz ```