diff --git a/scripts/remaster_generic_inner_chroot_script_after.sh b/scripts/remaster_generic_inner_chroot_script_after.sh index 208981d..853c23b 100755 --- a/scripts/remaster_generic_inner_chroot_script_after.sh +++ b/scripts/remaster_generic_inner_chroot_script_after.sh @@ -346,6 +346,10 @@ equo rescue vacuum # restore original repositories.conf (all mirrors were filtered for speed) cp /etc/entropy/repositories.conf.example /etc/entropy/repositories.conf || exit 1 +for repo_conf in /etc/entropy/repositories.conf.d/entropy_*.example; do + new_repo_conf="${repo_conf%.example}" + cp "${repo_conf}" "${new_repo_conf}" +done # cleanup log dir rm /var/lib/entropy/logs -rf