arch-nspawn: keep mirrorlist

This commit is contained in:
Kevin Mihelich 2014-12-28 22:27:34 -07:00 committed by Marius Kittler
parent b126732e34
commit 843979a6a1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,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"