laylo.io > laylo.nl

This commit is contained in:
purplerain 2023-12-27 00:33:21 +00:00
parent 64b9a0ea9e
commit ddb52a44ab
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7
4 changed files with 5 additions and 5 deletions

View File

@ -2935,7 +2935,7 @@ finish_up() {
# Create /etc/installurl if it does not yet exist.
if [[ ! -f /mnt/etc/installurl ]]; then
echo "${INSTALL_URL:-https://mirror.laylo.io/pub/SecBSD}" \
echo "${INSTALL_URL:-https://mirror.laylo.nl/pub/SecBSD}" \
>/mnt/etc/installurl
fi

View File

@ -129,7 +129,7 @@ access to source code so that you can recompile pieces of the system.
You can get the pieces over the internet using anonymous CVS, rsync,
FTP or HTTP(s). For more information, see:
https://git.laylo.io/secbsd
https://code.laylo.cloud/SecBSD
Using online SecBSD documentation:

View File

@ -6,7 +6,7 @@ of the OSREV release. For a more recent list, please refer to
Netherlands:
https://mirror.secbsd.org/pub/SecBSD (Amsterdam)
https://mirror.laylo.io/pub/SecBSD (Amsterdam)
https://mirror.laylo.nl/pub/SecBSD (Amsterdam)
Information for prospective mirrors
@ -17,7 +17,7 @@ Mirrors must carry the following:
OS and packages for all architectures supported by SecBSD
As of April 2023, the minimum space required is approximately 200GB.
As of December 2023, the minimum space required is approximately 200GB.
However, to reduce problems for users when snapshot packages are updated,
it is strongly recommended to use the rsync options

View File

@ -103,7 +103,7 @@ shift $(( OPTIND -1 ))
case $# in
0) MIRROR=$(sed 's/#.*//;/^$/d' /etc/installurl) 2>/dev/null ||
MIRROR=https://mirror.laylo.io/pub/SecBSD
MIRROR=https://mirror.laylo.nl/pub/SecBSD
;;
1) MIRROR=$1
;;