summaryrefslogtreecommitdiff
path: root/configs/profile/build.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-30 14:37:23 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2018-01-01 00:53:51 -0500
commit3e74065e7e917b657b52d8b934c6c86ad23460a6 (patch)
tree9d1ac590ee90739362904381b5140d7e92e146e7 /configs/profile/build.sh
parent795b8df7108a65e836acffb093747b333927dbb8 (diff)
stash
Diffstat (limited to 'configs/profile/build.sh')
-rwxr-xr-xconfigs/profile/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index 8922ed1..9a88c76 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -147,13 +147,12 @@ make_packages() {
# stash package cache for next build
mv ${work_dir}/${arch}/root-image/isorepo ${work_dir}/../isorepo-${arch} || true
fi
-echo "diff IN" ; ls -al ${work_dir}/${arch}/root-image/etc/pacman.d/gnupg/ ; diff -r /etc/pacman.d/gnupg/ ${work_dir}/${arch}/root-image/etc/pacman.d/gnupg/
+
# refresh pacman keyring in chroot
arch-chroot ${work_dir}/${arch}/root-image pacman-key --init && \
pacman-key --populate archlinux archlinux32 \
archlinuxarm parabola && \
pacman-key --refresh
-echo "diff OUT" ; ls -al ${work_dir}/${arch}/root-image/etc/pacman.d/gnupg/ ; diff -r /etc/pacman.d/gnupg/ ${work_dir}/${arch}/root-image/etc/pacman.d/gnupg/
}
# Copy mkinitcpio parabolaiso hooks and build initramfs (root-image)