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

26 lines
821 B
Diff
Raw Normal View History

2018-05-31 18:51:19 +00:00
From 39083133c9aa4851fda8fb5619a8a6c9ef519e70 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
2018-05-31 18:51:19 +00:00
Subject: [PATCH 2/7] arch-nspawn: keep mirrorlist
2014-12-30 02:41:19 +00:00
---
arch-nspawn.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch-nspawn.in b/arch-nspawn.in
2018-05-31 18:51:19 +00:00
index b9c846e..1821836 100644
2014-12-30 02:41:19 +00:00
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
2018-05-31 18:51:19 +00:00
@@ -81,7 +81,7 @@ build_mount_args() {
copy_hostconf () {
2014-12-30 02:41:19 +00:00
cp -a /etc/pacman.d/gnupg "$working_dir/etc/pacman.d"
2014-01-22 01:39:39 +00:00
- echo "Server = $host_mirror" >"$working_dir/etc/pacman.d/mirrorlist"
+ #echo "Server = $host_mirror" >"$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
--
2018-05-29 00:55:47 +00:00
2.16.2
2014-12-30 02:41:19 +00:00