From ddb52a44abeffeb28c51e10ea05f0a6ef99f489d Mon Sep 17 00:00:00 2001 From: purplerain Date: Wed, 27 Dec 2023 00:33:21 +0000 Subject: [PATCH] laylo.io > laylo.nl --- distrib/miniroot/install.sub | 2 +- distrib/notes/INSTALL | 2 +- distrib/notes/mirrors | 4 ++-- usr.sbin/sysupgrade/sysupgrade.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 437b95c7c..dc2d40239 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -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 diff --git a/distrib/notes/INSTALL b/distrib/notes/INSTALL index fed7ea9c7..f00d22619 100644 --- a/distrib/notes/INSTALL +++ b/distrib/notes/INSTALL @@ -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: diff --git a/distrib/notes/mirrors b/distrib/notes/mirrors index 3b446e948..61deba3e3 100644 --- a/distrib/notes/mirrors +++ b/distrib/notes/mirrors @@ -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 diff --git a/usr.sbin/sysupgrade/sysupgrade.sh b/usr.sbin/sysupgrade/sysupgrade.sh index a36741fb1..588c48693 100644 --- a/usr.sbin/sysupgrade/sysupgrade.sh +++ b/usr.sbin/sysupgrade/sysupgrade.sh @@ -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 ;;