<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/Makefile, branch stable/14</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F14</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F14'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2026-05-13T14:20:27Z</updated>
<entry>
<title>release: Use make's `:H` rather than `/..`</title>
<updated>2026-05-13T14:20:27Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2025-12-26T16:36:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc921088d9ee9ec0ba79893fdeaf271f2955a1bb'/>
<id>urn:sha1:cc921088d9ee9ec0ba79893fdeaf271f2955a1bb</id>
<content type='text'>
In general we want to strip subdir components, rather than appending
`..`s.

Reviewed by:	lwhsu
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54373

(cherry picked from commit 3949c2b8c4691a6dff8be7b38805d56faab91187)
(cherry picked from commit 61f0453b3aa71e640a42085f67ce556ca3283c6c)
</content>
</entry>
<entry>
<title>lualoader: Add distinct brand for installer</title>
<updated>2026-01-28T01:03:36Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2025-06-23T20:47:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f0b953443b7dd7f33b8a461651c9d9ed2912d46'/>
<id>urn:sha1:9f0b953443b7dd7f33b8a461651c9d9ed2912d46</id>
<content type='text'>
Make it obvious to users that the system is booting into the installer.

Reviewed by:	kevans, manu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D51001

(cherry picked from commit ac7a19d41ee5eb1271c46fbc620b2f98dffa2230)
</content>
</entry>
<entry>
<title>release: stop disabling sendmail</title>
<updated>2026-01-14T12:33:40Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2026-01-07T13:55:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f5c4fbf6ca2c8343ab10bb0178ebe3cf76076cd'/>
<id>urn:sha1:9f5c4fbf6ca2c8343ab10bb0178ebe3cf76076cd</id>
<content type='text'>
sendmail is already disabled by default everywhere since 14.0

MFC After:	1 week
Approved by:	emaste (re)
Reviewed by:	emaste (re)
Differential Revision:	https://reviews.freebsd.org/D54575

(cherry picked from commit d07198ff72aeddc5a884cfb81b22c22f2abf88f6)
</content>
</entry>
<entry>
<title>release: Install wireless firmware to bootonly media</title>
<updated>2025-07-20T18:07:02Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2025-07-16T13:46:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ee0f3c954e71888028873d85a392c710d6f0b00'/>
<id>urn:sha1:2ee0f3c954e71888028873d85a392c710d6f0b00</id>
<content type='text'>
Also install wireless firmware packages to the bootonly ISO and the
mini-memstick image so users can fetch installation files over a
wireless connection.

Reported by:	Mark Philips &lt;mark@freebsdfoundation.org&gt;
Reviewed by:	bz, emaste, imp, releng (cperciva)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D51348

(cherry picked from commit 655fcdde1aff164a3a02ad073334611117e20d4c)
</content>
</entry>
<entry>
<title>vmimage.subr: Redirect etcupdate log to stdout</title>
<updated>2025-02-06T04:14:21Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-01-29T19:38:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1dbcd9a15c9dfcb9ce433fa8109c65b8690db7d4'/>
<id>urn:sha1:1dbcd9a15c9dfcb9ce433fa8109c65b8690db7d4</id>
<content type='text'>
While we're here, send the etcupdate log from generating base.txz
to stdout instead of /dev/null (see e972e408d19a) as well.

Reviewed by:	emaste, gordon, jrtc27
MFC after:	1 week
Sponsored by:	Amazon
Differential Revision:	https://reviews.freebsd.org/D48719

(cherry picked from commit ace4637ee0c666c6f5a1c664f8956f7302234edd)
</content>
</entry>
<entry>
<title>release: Don't break if firmware install fails</title>
<updated>2024-11-21T06:13:44Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2024-11-21T06:10:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9431091ee021eca9eb4c768b566e623ba9333b41'/>
<id>urn:sha1:9431091ee021eca9eb4c768b566e623ba9333b41</id>
<content type='text'>
On some platforms (e.g. powerpc) we don't have packages, so we can't
install them onto the ISOs.  Proceed with building the images anyway.

Reported by:	Weekly snapshot builds
Fixes:	7e2996c1f5b4 ("release: install wireless firmware onto disc1 and dvd")
MFC after:	1 minute

(cherry picked from commit e8263ace39c8ecf11233c0a10d0b1839e6813046)
</content>
</entry>
<entry>
<title>release: install wireless firmware onto disc1 and dvd</title>
<updated>2024-11-21T00:04:56Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2024-11-02T23:51:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b62012538e967b22736e8c2214b222f21146bddc'/>
<id>urn:sha1:b62012538e967b22736e8c2214b222f21146bddc</id>
<content type='text'>
Wireless driver firmware is no longer added to the src tree.
In order to have wireless support in the installer for the new drivers
we install the firmware packages onto disc1 (and memstick) and dvd
if built on FreeBSD and NOPKG is not defined (to not break cross-builds
from Linux or OSX and to allow people to opt-out).

Sponsored by:	The FreeBSD Foundation
Submitted by:	cperciva (the orig. commands and where to place them)
Reviewed by:	jrtc27
Differential Revision: https://reviews.freebsd.org/D47407

(cherry picked from commit 7e2996c1f5b4e684cae40c2418b68061df9997d9)
</content>
</entry>
<entry>
<title>release: Don't copy container images into /ftp/</title>
<updated>2024-11-15T21:52:15Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2024-11-15T21:38:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8bdbdbdba3e7c6e3a330026dcd82e922a4265c8'/>
<id>urn:sha1:a8bdbdbdba3e7c6e3a330026dcd82e922a4265c8</id>
<content type='text'>
These are installed into /ociimages/ and stage onto the download site
at /OCI-IMAGES/; they don't belong in the same directory as the
"distribution" .txz files.

Fixes:		d03c82c28da8 ("release: add optional OCI images")
MFC after:	1 minute
Sponsored by:	Amazon

(cherry picked from commit 976e1d36be688166e140cbaded01d433c61e6d47)
</content>
</entry>
<entry>
<title>release: Exclude container images from globs</title>
<updated>2024-11-14T22:40:07Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2024-11-14T22:30:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=012bb7fdafb30032f7a09212ffd6398eb4230b07'/>
<id>urn:sha1:012bb7fdafb30032f7a09212ffd6398eb4230b07</id>
<content type='text'>
We use a *.txz glob to get all of the "distributions" which comprise
the FreeBSD release, but we now (optionally) also build container
images which are .txz files.  Grep those out from the distribution
lists.

A better long-term fix would probably be to generate an explicit list
of the .txz files we want rather than using an overbroad glob and
filtering out the files we *don't* want.

Fixes:		d03c82c28da8 ("release: add optional OCI images")
MFC after:	1 minute
Sponsored by:	Amazon

(cherry picked from commit 47866cdcc7278faa27250dcea16374231c676050)
</content>
</entry>
<entry>
<title>release: add optional OCI images</title>
<updated>2024-11-10T10:34:42Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2024-08-14T15:39:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6686056ca3547c8280bd2423c59c661c2f501409'/>
<id>urn:sha1:6686056ca3547c8280bd2423c59c661c2f501409</id>
<content type='text'>
This adds three OCI archive format files to the release containing
FreeBSD base images suitable for static linked, dynamic linked and shell
workloads. The shell image also contains pkg-bootstrap and can be easily
extended by installing packages (including pkgbase packages).

Reviewed by: dch, cpersiva, jlduran, zlei
Differential Revision: https://reviews.freebsd.org/D46759
MFC after: 2 days

(cherry picked from commit d03c82c28da86e0812b98b051d24ae5980804ad7)
</content>
</entry>
</feed>
