Update remaining mirror references
This commit is contained in:
parent
d1d2a18783
commit
beaa74f4fc
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ ALL_PXE_ARCHS=$(foreach arch,$(PXE_ARCHS),void-$(arch)-NETBOOT-$(DATE).tar.gz)
|
|||||||
|
|
||||||
SUDO := sudo
|
SUDO := sudo
|
||||||
|
|
||||||
XBPS_REPOSITORY := -r https://repo.voidlinux.eu/current -r https://repo.voidlinux.eu/current/musl -r https://repo.voidlinux.eu/current/aarch64
|
XBPS_REPOSITORY := -r https://alpha.de.repo.voidlinux.org/current -r https://alpha.de.repo.voidlinux.org/current/musl -r https://alpha.de.repo.voidlinux.org/current/aarch64
|
||||||
COMPRESSOR_THREADS=2
|
COMPRESSOR_THREADS=2
|
||||||
|
|
||||||
%.sh: %.sh.in
|
%.sh: %.sh.in
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
# XBPS Configuration
|
# XBPS Configuration
|
||||||
# ===
|
# ===
|
||||||
# xbpsrepository: which repo should the install pull from
|
# xbpsrepository: which repo should the install pull from
|
||||||
# default: http://repo.voidlinux.eu/current
|
# default: http://alpha.de.repo.voidlinux.org/current
|
||||||
#xbpsrepository="http://repo.voidlinux.eu/current"
|
#xbpsrepository="http://alpha.de.repo.voidlinux.org/current"
|
||||||
|
|
||||||
# pkgs: additional packages to install into the target
|
# pkgs: additional packages to install into the target
|
||||||
# default: none
|
# default: none
|
||||||
|
@ -201,10 +201,10 @@ VAI_configure_autoinstall() {
|
|||||||
XBPS_ARCH="$(xbps-uhelper arch)"
|
XBPS_ARCH="$(xbps-uhelper arch)"
|
||||||
case $XBPS_ARCH in
|
case $XBPS_ARCH in
|
||||||
*-musl)
|
*-musl)
|
||||||
xbpsrepository="https://repo.voidlinux.eu/current/musl"
|
xbpsrepository="https://alpha.de.repo.voidlinux.org/current/musl"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
xbpsrepository="https://repo.voidlinux.eu/current"
|
xbpsrepository="https://alpha.de.repo.voidlinux.org/current"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -807,7 +807,7 @@ set_bootloader() {
|
|||||||
|
|
||||||
test_network() {
|
test_network() {
|
||||||
rm -f xtraeme.asc && \
|
rm -f xtraeme.asc && \
|
||||||
xbps-uhelper fetch http://repo.voidlinux.eu/live/xtraeme.asc >$LOG 2>&1
|
xbps-uhelper fetch http://alpha.de.repo.voidlinux.org/live/xtraeme.asc >$LOG 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
|
DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
|
||||||
NETWORK_DONE=1
|
NETWORK_DONE=1
|
||||||
|
@ -270,9 +270,9 @@ set_cachedir() {
|
|||||||
|
|
||||||
# These should all resolve even if they won't have the appropriate
|
# These should all resolve even if they won't have the appropriate
|
||||||
# repodata files for the selected architecture.
|
# repodata files for the selected architecture.
|
||||||
: "${XBPS_REPOSITORY:=--repository=http://repo.voidlinux.eu/current \
|
: "${XBPS_REPOSITORY:=--repository=http://alpha.de.repo.voidlinux.org/current \
|
||||||
--repository=http://repo.voidlinux.eu/current/musl \
|
--repository=http://alpha.de.repo.voidlinux.org/current/musl \
|
||||||
--repository=http://repo.voidlinux.eu/current/aarch64}"
|
--repository=http://alpha.de.repo.voidlinux.org/current/aarch64}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user