arch-nspawn: keep mirrorlist

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

View File

@ -83,7 +83,7 @@ build_mount_args() {
copy_hostconf () {
cp -a /etc/pacman.d/gnupg "$working_dir/etc/pacman.d"
printf 'Server = %s\n' "${host_mirrors[@]}" >"$working_dir/etc/pacman.d/mirrorlist"
#printf 'Server = %s\n' "${host_mirrors[@]}" >"$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"