PKGBUILDs/alarm/devtools-alarm/0002-arch-nspawn-keep-mirrorlist.patch

27 lines
1.1 KiB
Diff
Raw Normal View History

2021-10-01 23:34:58 +00:00
From 862cf122e47f16c2bdd903df2eeb3e9d4d9e2497 Mon Sep 17 00:00:00 2001
2014-12-30 02:41:19 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 28 Dec 2014 22:27:34 -0700
2021-10-01 23:34:58 +00:00
Subject: [PATCH 2/8] arch-nspawn: keep mirrorlist
2014-12-30 02:41:19 +00:00
---
2021-10-01 23:34:58 +00:00
arch-nspawn.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
2014-12-30 02:41:19 +00:00
diff --git a/arch-nspawn.in b/arch-nspawn.in
2021-10-01 23:34:58 +00:00
index cde1f60..18febda 100644
2014-12-30 02:41:19 +00:00
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
2021-10-01 23:34:58 +00:00
@@ -96,8 +96,7 @@ done
copy_hostconf () {
2019-09-21 15:13:45 +00:00
unshare --fork --pid gpg --homedir "$working_dir"/etc/pacman.d/gnupg/ --no-permission-warning --quiet --batch --import --import-options import-local-sigs "$(pacman-conf GpgDir)"/pubring.gpg >/dev/null 2>&1
pacman-key --gpgdir "$working_dir"/etc/pacman.d/gnupg/ --import-trustdb "$(pacman-conf GpgDir)" >/dev/null 2>&1
2021-10-01 23:34:58 +00:00
-
2019-06-09 21:08:25 +00:00
- printf 'Server = %s\n' "${host_mirrors[@]}" >"$working_dir/etc/pacman.d/mirrorlist"
+ #printf 'Server = %s\n' "${host_mirrors[@]}" >"$working_dir/etc/pacman.d/mirrorlist"
2017-12-13 01:42:01 +00:00
[[ -n $pac_conf ]] && cp "$pac_conf" "$working_dir/etc/pacman.conf"
[[ -n $makepkg_conf ]] && cp "$makepkg_conf" "$working_dir/etc/makepkg.conf"
2014-12-30 02:41:19 +00:00
--
2021-10-01 23:34:58 +00:00
2.30.0
2014-12-30 02:41:19 +00:00