diff options
author | Minsoo Choo <minsoochoo0122@proton.me> | 2024-01-26 17:50:54 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-01-26 17:51:05 +0000 |
commit | ea15bb64bbcd6092d914b7cc512fb9a9340aee28 (patch) | |
tree | e1435c2028e1f441523f86393051c547ef4a6347 | |
parent | e296c9ae4b9b8340e0085798b8a21fa63d2b8efc (diff) | |
download | doc-ea15bb64bb.tar.gz doc-ea15bb64bb.zip |
[hb]: CDs are not usable anymore
FreeBSD's disc1 image has surpassed 700MB, which is CD-ROM max size. dvd1 image
is also almost at its limit, which is 4.7GB for single layer DVD (FreeBSD 14
dvd1 is 4541104128 bytes=4.54 GB).
PR: 257347
Approved By: releng (karels)
Differential Revision: https://reviews.freebsd.org/D42773
-rw-r--r-- | documentation/content/en/books/handbook/mirrors/_index.adoc | 6 | ||||
-rw-r--r-- | website/content/en/where.adoc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 205d71055e..25180e6e3b 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -571,10 +571,10 @@ HTTPS is the preferred protocol, but the [.filename]#security/ca_root_nss# packa For other information about using Subversion, please see the "Subversion Book", titled http://svnbook.red-bean.com/[Version Control with Subversion], or the http://subversion.apache.org/docs/[Subversion Documentation]. -[[mirrors-cdrom]] -== CD and DVD Sets +[[mirrors-disc]] +== Disc Copies -FreeBSD CD and DVD sets are available from several online retailers: +FreeBSD disc copies are available from several online retailers: * FreeBSD Mall, Inc. + 1164 Claremont Dr + diff --git a/website/content/en/where.adoc b/website/content/en/where.adoc index acfbb6f453..746202f96c 100644 --- a/website/content/en/where.adoc +++ b/website/content/en/where.adoc @@ -28,7 +28,7 @@ For all other architectures, please see the link:../platforms/#_supported_platfo [[choose-image]] == Choosing an Image -For the FreeBSD installer: formats include CD (disc1), DVD (dvd1), and network install (bootonly) sized ISO, plus regular and mini USB memory sticks. +For the FreeBSD installer: formats include DVD (disc1, dvd1), and network install (bootonly) sized ISO, plus regular and mini USB memory sticks. For virtual machines: virtual disk images have FreeBSD preinstalled. @@ -195,7 +195,7 @@ If you plan to get FreeBSD via FTP or HTTPS, check the FreeBSD Handbook for link [[distribution]] == Purchase FreeBSD Media -FreeBSD can be acquired on CD-ROM or DVD from https://www.freebsdmall.com/[FreeBSD Mall], and other link:{handbook}mirrors/#mirrors-cdrom[CD-ROM and DVD publishers]. +FreeBSD can be acquired on DVD from https://www.freebsdmall.com/[FreeBSD Mall], and other link:{handbook}mirrors/#mirrors-disc[DVD publishers]. [[apps]] == Applications and Utility Software |