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

27 lines
1.1 KiB
Diff
Raw Permalink Normal View History

2022-08-12 02:04:10 +00:00
From 849d82cd9eed1d4ad08aee9cb1c47ee0cf82c186 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
Subject: [PATCH 2/9] 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
2022-08-12 02:04:10 +00:00
index 275cff7..2c61371 100644
2014-12-30 02:41:19 +00:00
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
2022-08-12 02:04:10 +00:00
@@ -86,8 +86,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
--
2022-08-12 02:04:10 +00:00
2.36.1
2014-12-30 02:41:19 +00:00