<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/bsdinstall/scripts/zfsboot, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2025-09-25T14:41:33Z</updated>
<entry>
<title>bsdinstall: fix vfs.zfs.vdev.min_auto_ashift oid</title>
<updated>2025-09-25T14:41:33Z</updated>
<author>
<name>Siva Mahadevan</name>
<email>me@svmhdvn.name</email>
</author>
<published>2025-07-15T16:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e42cedae894c8910d95cefa2490235628243b2c'/>
<id>urn:sha1:7e42cedae894c8910d95cefa2490235628243b2c</id>
<content type='text'>
Signed-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;
PR: 266374
Pull request: https://github.com/freebsd/freebsd-src/pull/1851
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 87a7b35f04b60956e9aa192680ae80773ec38f14)
(cherry picked from commit 093f3f26e95198bf1db082763e915d7a53c6ba82)
(cherry picked from commit 8f7dded412516d35e538ed05524d2a14870e62b0)
</content>
</entry>
<entry>
<title>bsdinstall: Drop outdated comments about ZFS dataset compression</title>
<updated>2025-09-12T15:22:52Z</updated>
<author>
<name>Michael Osipov</name>
<email>michaelo@FreeBSD.org</email>
</author>
<published>2025-08-31T10:10:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f14cf603e9b312917e149386a8654bf105b04d8'/>
<id>urn:sha1:7f14cf603e9b312917e149386a8654bf105b04d8</id>
<content type='text'>
All datasets on zroot pool are compressed by default since FreeBSD 11.0 [1],
no need to mention that on some specific datasets these days.

[1] 47206692f2cca020891d1eec5028e02c3e6f56c5

Reviewed by:	jrm (mentor), ziaee
MFC after:	3 days
Differential Revision:	 https://reviews.freebsd.org/D52304

(cherry picked from commit f304c5bb8be65df83b86f8a50e1c7982b266262d)
</content>
</entry>
<entry>
<title>zfsboot: fix misuse of the phrase zpool</title>
<updated>2025-06-20T17:33:39Z</updated>
<author>
<name>Graham Perrin</name>
<email>grahamperrin@gmail.com</email>
</author>
<published>2025-01-10T18:02:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=610a0ffabae6aa711ad03e0d6c2c81753220fef6'/>
<id>urn:sha1:610a0ffabae6aa711ad03e0d6c2c81753220fef6</id>
<content type='text'>
A pool is not a zpool.

Reviewed by:	jbh, ivy
Approved by:	des (mentor)
MFC after:	1 week
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1569

(cherry picked from commit f69afe4201ff33da0b3c3ca464a92e2e0b07ac43)
</content>
</entry>
<entry>
<title>bsdinstall/zfsboot: Remove unused global variable</title>
<updated>2025-02-04T00:40:54Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2024-12-14T23:02:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3b936c9d3b56b99cf4286b1980ac506582602acd'/>
<id>urn:sha1:3b936c9d3b56b99cf4286b1980ac506582602acd</id>
<content type='text'>
In an AMA session on the FreeBSD Discord, it was revealed that no
logic remains calling GPART_BOOTCODE_PARTONLY. It was removed in
aa2a0e0fc311 for FreeBSD 12. git grep shows no other references.
No functional change intended.

MFC after:		2 weeks
Fixes:			aa2a0e0fc311 (Enable new UEFI+GELI support)
Reported by:		Antranig Vartanian &lt;antranigv@freebsd.am&gt;
Reviewed by:		emaste, mhorne
Approved by:		emaste, mhorne (src)
Approved by:		mhorne, carlavilla (mentors)
Differential Revision:	https://reviews.freebsd.org/D48086

(cherry picked from commit 347eb42dbcb352f3266e716a2101898fe054bdba)
</content>
</entry>
<entry>
<title>bsdinstall zfsboot: Add an option to edit the ZFS pool creation options</title>
<updated>2024-12-30T19:20:17Z</updated>
<author>
<name>Craig Leres</name>
<email>leres@FreeBSD.org</email>
</author>
<published>2024-12-26T14:42:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6258b5bf0670ba0c280ae1e387fcb0f3ba9f3e32'/>
<id>urn:sha1:6258b5bf0670ba0c280ae1e387fcb0f3ba9f3e32</id>
<content type='text'>
This allows the default options (-O compress=lz4 -O atime=off) to be
overridden, before the ZFS boot pool is created. For example, to set the
compression algorithm to something different.

Reviewed by:	jhb, dim
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D47478

(cherry picked from commit ca7e12f7df222458ec5cac8009c5b0931fb4a95b)
</content>
</entry>
<entry>
<title>bsdinstall zfsboot: Don't override ZFSBOOT_FORCE_4K_SECTORS if it is null.</title>
<updated>2024-01-05T00:21:59Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2023-11-18T19:18:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a463db46a11ce84da39206c493ab0c4c02c29eb1'/>
<id>urn:sha1:a463db46a11ce84da39206c493ab0c4c02c29eb1</id>
<content type='text'>
Only set a default value of 1 if the shell variable is unset.  This allows
installer scripts to disable the variable.

PR:		274513
Reported by:	Albin "a12l" Otterhäll &lt;bugs.freebsd.org@a12l.xyz&gt;
Differential Revision:	https://reviews.freebsd.org/D42319

(cherry picked from commit de82aed1192470574a08d3e479d81c4c1280487a)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>bsdinstall: fix prepopulating the ZFS disk menu with ZFSBOOT_DISKS</title>
<updated>2022-07-24T15:39:44Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2022-05-26T22:20:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7b9dcf52639271931dadbc2c137ff0b9dc8ccb34'/>
<id>urn:sha1:7b9dcf52639271931dadbc2c137ff0b9dc8ccb34</id>
<content type='text'>
If the ZFSBOOT_DISKS variable is set to one or more disk names, then
those disks should be preselected in the disk menu.  However, the code
wasn't correctly setting the variable, leaving all disks unselected.

MFC after:	2 weeks
Sponsored by:	Axcient
Reviewed by:	dteske
Differential Revision: https://reviews.freebsd.org/D35331

(cherry picked from commit caf73e58579343fc1661f43554b30115bb940535)

Fix a memory leak from caf73e58579

Don't shadow an already-local variable with another local declaration.

Reported by:	dteske
MFC after:	13 days
MFC with:	caf73e58579343fc1661f43554b30115bb940535
Sponsored by:	Axcient
Differential Revision:	https://reviews.freebsd.org/D35331

(cherry picked from commit 77d678b7a4075a056be621b46be50377f08bfc9e)
</content>
</entry>
<entry>
<title>bsdinstall: use gpt/efiboot0 label in /etc/fstab</title>
<updated>2022-07-24T15:39:26Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2022-05-24T18:24:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9e4047d9d92c4eef9fea421e9fc4b0f4dbc288aa'/>
<id>urn:sha1:9e4047d9d92c4eef9fea421e9fc4b0f4dbc288aa</id>
<content type='text'>
Otherwise, boot will hang if the numbering of disks has changed since
initial install.

MFC after:	2 weeks
Sponsored by:	Axcient
Reviewed by:	brd
Differential Revision: https://reviews.freebsd.org/D35309

(cherry picked from commit 7919c76dbdd20161247d1bfb647110d87ca5ee0f)
</content>
</entry>
<entry>
<title>bsdinstall: zfsboot: Prompt user for zpool name if the pool already exists</title>
<updated>2021-12-30T09:10:05Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-12-08T10:37:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=52ce808aba3f8b0dfd7529b530232e327af704a3'/>
<id>urn:sha1:52ce808aba3f8b0dfd7529b530232e327af704a3</id>
<content type='text'>
If one install FreeBSD on multiple disks (say 13 and CURRENT) the first created
pool will always be used.
Prompt the user for a new pool name if we detect that the default or supplied one
already exists.

Reviewed by:	imp
MFC after:      2 weeks
Sponsored by:   Beckhoff Automation GmbH &amp; Co. KG
Differential Revision:	https://reviews.freebsd.org/D33331

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