<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in zfsboot</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>904ebc90 - bsdinstall zfsboot: Don&apos;t override ZFSBOOT_FORCE_4K_SECTORS if it is null.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#904ebc90</link>
        <description>bsdinstall zfsboot: Don&apos;t override ZFSBOOT_FORCE_4K_SECTORS if it is null.Only set a default value of 1 if the shell variable is unset.  This allowsinstaller scripts to disable the variable.PR:		274513Reported by:	Albin &quot;a12l&quot; Otterh&#228;ll &lt;bugs.freebsd.org@a12l.xyz&gt;Differential Revision:	https://reviews.freebsd.org/D42319(cherry picked from commit de82aed1192470574a08d3e479d81c4c1280487a)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Sat, 18 Nov 2023 19:18:29 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bb92304 - bsdinstall on zfs: create dataset for /home rather than /usr/home</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#3bb92304</link>
        <description>bsdinstall on zfs: create dataset for /home rather than /usr/homeNow that pw (hence adduser and the initial install) use /home foruser home directories rather than /usr/home, create a dataset for/home rather than /usr/home.  Update the man page to match.Reviewed by:	rgrimes, markjDifferential Revision:	https://reviews.freebsd.org/D40086

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Tue, 23 May 2023 12:18:27 +0000</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65308195 - bsdinstall: s/to small/too small/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#65308195</link>
        <description>bsdinstall: s/to small/too small/Reported by:	Sulev-Madis Silber &lt;ketas@si.pri.ee&gt;

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Thu, 22 Dec 2022 17:57:08 +0000</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a320e9dd - bsdinstall: improve zfsboots ability to handle datasets under a BE</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#a320e9dd</link>
        <description>bsdinstall: improve zfsboots ability to handle datasets under a BECurrently we only set canmount=noauto on the root of the BE, thischange makes it so we set it on all datasets under the BE as well.Reviewed by:	allanjudeSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision: https://reviews.freebsd.org/D35422

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Tue, 07 Jun 2022 17:11:02 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77d678b7 - Fix a memory leak from caf73e58579</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#77d678b7</link>
        <description>Fix a memory leak from caf73e58579Don&apos;t shadow an already-local variable with another local declaration.Reported by:	dteskeMFC after:	13 daysMFC with:	caf73e58579343fc1661f43554b30115bb940535Sponsored by:	AxcientDifferential Revision:	https://reviews.freebsd.org/D35331

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Sat, 28 May 2022 19:17:37 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>caf73e58 - bsdinstall: fix prepopulating the ZFS disk menu with ZFSBOOT_DISKS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#caf73e58</link>
        <description>bsdinstall: fix prepopulating the ZFS disk menu with ZFSBOOT_DISKSIf the ZFSBOOT_DISKS variable is set to one or more disk names, thenthose disks should be preselected in the disk menu.  However, the codewasn&apos;t correctly setting the variable, leaving all disks unselected.MFC after:	2 weeksSponsored by:	AxcientReviewed by:	dteskeDifferential Revision: https://reviews.freebsd.org/D35331

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Thu, 26 May 2022 22:20:03 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7919c76d - bsdinstall: use gpt/efiboot0 label in /etc/fstab</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#7919c76d</link>
        <description>bsdinstall: use gpt/efiboot0 label in /etc/fstabOtherwise, boot will hang if the numbering of disks has changed sinceinitial install.MFC after:	2 weeksSponsored by:	AxcientReviewed by:	brdDifferential Revision: https://reviews.freebsd.org/D35309

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Tue, 24 May 2022 18:24:12 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc42ef53 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#cc42ef53</link>
        <description>bsdinstall: allow whitelabeling the scriptsApproved by:		allanjude, asicilianoDifferential Revision:	https://reviews.freebsd.org/D35197Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Tue, 24 May 2022 15:49:06 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be0d16b0 - bsdinstall: filter out disks that are unavailable from the list of options in ZFS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#be0d16b0</link>
        <description>bsdinstall: filter out disks that are unavailable from the list of options in ZFSReviewed by:	allanjude, rewDifferential Revision:	https://reviews.freebsd.org/D34167Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Sun, 10 Apr 2022 19:59:31 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e50daba0 - Remove extraneous semicolons trailing break and continue statements.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#e50daba0</link>
        <description>Remove extraneous semicolons trailing break and continue statements.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Tue, 29 Mar 2022 17:43:00 +0000</pubDate>
        <dc:creator>Jens Schweikhardt &lt;schweikh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9935b0e8 - bsdinstall: zfsboot: Prompt user for zpool name if the pool already exists</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#9935b0e8</link>
        <description>bsdinstall: zfsboot: Prompt user for zpool name if the pool already existsIf one install FreeBSD on multiple disks (say 13 and CURRENT) the first createdpool will always be used.Prompt the user for a new pool name if we detect that the default or supplied onealready exists.Reviewed by:	impMFC after:      2 weeksSponsored by:   Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33331

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Wed, 08 Dec 2021 10:37:50 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ef92163 - Allows user to specify an optional ZFSBOOT_POOL_SIZE for their zroot</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#7ef92163</link>
        <description>Allows user to specify an optional ZFSBOOT_POOL_SIZE for their zrootThe default is to create a zroot that consumes the whole disk because ifused with geli(8) this makes sense.Without geli(8), I like to keep my data pool separate from my systempool.This is different than ZFSBOOT_BOOT_POOL_SIZE which is named bootpool.Reviewed by:		allenjudePull Request:		https://github.com/freebsd/freebsd-src/pull/53Differential Revision:	https://reviews.freebsd.org/D30588

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Wed, 02 Jun 2021 17:12:14 +0000</pubDate>
        <dc:creator>John Ko &lt;git@johnko.ca&gt;</dc:creator>
    </item>
<item>
        <title>0b7472b3 - Mount the EFI system partition (ESP) on newly-installed systems.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#0b7472b3</link>
        <description>Mount the EFI system partition (ESP) on newly-installed systems.Per hier(7), the ESP will be mounted at /boot/efi. On UFS systems,any existing ESP will be reused and mounted there; otherwise, a new onewill be made. On ZFS systems, space for an ESP is allocated on all disksin the root pool, but only the partition actually used to boot is set upand mounted.This makes future upgrades of the EFI loader easier (upgrade scripts canjust change /boot/efi) and also greatly simplifies the parts of theinstaller involved in initialization of the ESP. It also makes theinstaller&apos;s behavior correspond to the documentation in hier(7).Reviewed by:		imp, tsoomeMFC after:		1 weekRelnotes:		yesDifferential Revision:	https://reviews.freebsd.org/D28897

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Tue, 23 Feb 2021 21:16:52 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b08a307 - bsdinstall: riscv-specific tweaks</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#7b08a307</link>
        <description>bsdinstall: riscv-specific tweaksMake the installer more useful, by allowing it to create a bootableinstallation. Also, enable the menu option for ZFS-on-root.Like arm64, RISC-V boots by UEFI only, so arm64&apos;s parteditimplementation is renamed and shared among the two platforms.Reviewed by:	gjbMFC after:	5 daysDifferential Revision:	https://reviews.freebsd.org/D28180

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Fri, 15 Jan 2021 16:34:54 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a107ddbb - bsdinstall: Use TMPDIR if set</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#a107ddbb</link>
        <description>bsdinstall: Use TMPDIR if setSubmitted by:	Ryan Moeller &lt;ryan@freqlabs.com&gt;Reviewed by:	bcran, Nick Wolff &lt;darkfiberiru@gmail.com&gt;Differential Revision:	https://reviews.freebsd.org/D22979/

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Wed, 15 Jan 2020 00:45:05 +0000</pubDate>
        <dc:creator>Rebecca Cran &lt;bcran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a89559c2 - bsdinstall: fix ESP detection for auto ZFS layout</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#a89559c2</link>
        <description>bsdinstall: fix ESP detection for auto ZFS layoutPass the list of user selected disks from zfsboot to bootconfig so thatthe latter doesn&apos;t rely on ESP autodetection that apparently fails forsome cases, e.g. memstick installation with nvme (boot) and sata drives.While here, fix printing of debug messages in bootconfig.Reviewed by:	bcran, imp, tsoomeDifferential Revision:	https://reviews.freebsd.org/D21930

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Wed, 09 Oct 2019 05:28:10 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db8b5613 - Rework UEFI ESP generation</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#db8b5613</link>
        <description>Rework UEFI ESP generationCurrently, the installer uses pre-created 800KB FAT12 filesystems thatit dd&apos;s onto the ESP partition.This changeset improves that by having the installer generate a FAT32filesystem directly onto the ESP using newfs_msdos and then copyingloader.efi into /EFI/freebsd.For live installs it then runs efibootmgr to add a FreeBSD boot entryin the BIOS.Sponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D17947

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Thu, 20 Dec 2018 19:39:37 +0000</pubDate>
        <dc:creator>Rebecca Cran &lt;bcran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b41374f - Sort i18n messages in bsdinstall zfsboot</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#1b41374f</link>
        <description>Sort i18n messages in bsdinstall zfsbootNo functional change.Sponsored by:	Smule, Inc.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Sun, 28 Oct 2018 22:09:18 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c9d3297 - Adjust for 80-columns.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot#2c9d3297</link>
        <description>Adjust for 80-columns.No functional change.Sponsored by:	Smule, Inc.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/zfsboot</description>
        <pubDate>Sun, 28 Oct 2018 00:58:39 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
