diff options
author | Glen Barber <gjb@FreeBSD.org> | 2021-02-18 04:00:03 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2021-02-18 04:00:03 +0000 |
commit | f61e92ca5a23450bc28169bbdd71d7674df98c19 (patch) | |
tree | a95489f5c037bbd7a85a70156b8734b4b5fb5868 /release/arm64/ROCK64.conf | |
parent | 4f4065e0a220a57afa03420d4f8fa97dbcb5644c (diff) | |
download | src-f61e92ca5a23450bc28169bbdd71d7674df98c19.tar.gz src-f61e92ca5a23450bc28169bbdd71d7674df98c19.zip |
release: permanently remove the 'reldoc' target and associates
Following 7b1d1a1658ffb69eff93afc713f9e88ed8b20eac, the structure
for the reldoc target has significantly changed as result of the
ASCIIDoctor/Hugo migration. As the release notes related files
on the installation medium are inherently out of date, purge them
entirely.
Discussed within: re, doceng
No objection: re (silence), doceng (silence)
Timeout: 2 weeks
MFC after: 1 week
MFC to: stable/13, stable/12, and stable/11 only
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'release/arm64/ROCK64.conf')
-rw-r--r-- | release/arm64/ROCK64.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/arm64/ROCK64.conf b/release/arm64/ROCK64.conf index 02041dd789d7..e77930b73661 100644 --- a/release/arm64/ROCK64.conf +++ b/release/arm64/ROCK64.conf @@ -12,7 +12,6 @@ FAT_TYPE="16" IMAGE_SIZE="3072M" KERNEL="GENERIC" MD_ARGS="-x 63 -y 255" -NODOC=1 PART_SCHEME="GPT" export BOARDNAME="ROCK64" |