Copy resolv.conf each time just like mtab

Resolv.conf changes, like mtab, so we can't just trust it to copy on build only

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2007-11-28 22:18:26 -06:00
parent 4a829ff1f7
commit bc8a791ad6
1 changed files with 3 additions and 3 deletions

View File

@ -84,6 +84,9 @@ chroot_mount ()
echo "copying mtab : /etc/mtab"
cp /etc/mtab "${working_dir}/etc/mtab"
echo "copying resolv.conf : /etc/resolv.conf"
cp /etc/resolv.conf "${working_dir}/etc/resolv.conf"
trap 'chroot_umount' 0 1 2 15
}
@ -164,9 +167,6 @@ else
cp ${makepkg_conf} ${working_dir}/etc/makepkg.conf
fi
echo "copying resolv.conf : /etc/resolv.conf"
cp /etc/resolv.conf "${working_dir}/etc/resolv.conf"
echo "generating default locales"
cp /etc/locale.gen "${working_dir}/etc/locale.gen"
chroot "${working_dir}" locale-gen