mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
816 B
Diff
25 lines
816 B
Diff
From ba27d39600d09455e1741a15044a4d2df6c9eabb Mon Sep 17 00:00:00 2001
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
Date: Sun, 28 Dec 2014 22:27:34 -0700
|
|
Subject: [PATCH 2/6] arch-nspawn: keep mirrorlist
|
|
|
|
---
|
|
arch-nspawn.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch-nspawn.in b/arch-nspawn.in
|
|
index 357d950..f9c2ffb 100644
|
|
--- a/arch-nspawn.in
|
|
+++ b/arch-nspawn.in
|
|
@@ -73,7 +73,7 @@ build_mount_args() {
|
|
|
|
copy_hostconf () {
|
|
cp -a /etc/pacman.d/gnupg "$working_dir/etc/pacman.d"
|
|
- echo "Server = $host_mirror" >"$working_dir/etc/pacman.d/mirrorlist"
|
|
+ #echo "Server = $host_mirror" >"$working_dir/etc/pacman.d/mirrorlist"
|
|
|
|
[[ -n $pac_conf ]] && cp $pac_conf "$working_dir/etc/pacman.conf"
|
|
[[ -n $makepkg_conf ]] && cp $makepkg_conf "$working_dir/etc/makepkg.conf"
|
|
--
|
|
2.6.2
|
|
|