From aa35037ba565bf9f6d5946515ecdcc61a5b22ebb Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 18 Jul 2022 12:22:42 +0200 Subject: [PATCH] beinstall.8: Update example distsites for BSDINSTALL_DISTSITE MFC after: 1 week --- usr.sbin/bsdinstall/bsdinstall.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8 index e2f4f5675ea..c71097fde7f 100644 --- a/usr.sbin/bsdinstall/bsdinstall.8 +++ b/usr.sbin/bsdinstall/bsdinstall.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 23, 2022 +.Dd July 18, 2022 .Dt BSDINSTALL 8 .Os .Sh NAME @@ -313,7 +313,9 @@ that prompt for a mirror will skip that step if this variable is already defined in the environment. Example: -.Pa ftp://ftp.freebsd.org/pub/FreeBSD/releases/powerpc/powerpc64/9.1-RELEASE +.Pa https://download.freebsd.org/ftp/releases/powerpc/powerpc64/13.1-RELEASE/ +or +.Pa http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/12.2-RELEASE/ . .It Ev BSDINSTALL_CHROOT The directory into which the distribution files should be unpacked and the directory at which the root file system of the new system should be mounted.