<?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 bootconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/bootconfig#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</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>b94e1926 - Capitalize title like in all other titles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#b94e1926</link>
        <description>Capitalize title like in all other titles.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Wed, 14 Sep 2022 11:42:43 +0000</pubDate>
        <dc:creator>Jens Schweikhardt &lt;schweikh@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/bootconfig#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/bootconfig</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>dfa5a743 - Fix grammatical issues.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#dfa5a743</link>
        <description>Fix grammatical issues.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Sun, 02 Jan 2022 00:34:48 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40c928e7 - bsdinstall: bootconfig: Try to clean old efi boot entries</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#40c928e7</link>
        <description>bsdinstall: bootconfig: Try to clean old efi boot entriesIf one install FreeBSD on the same machine multiple times in a row oron different harddrive they have a lot of &apos;FreeBSD&apos; efi boot entries added.With this patch we now do :- If there is no &apos;FreeBSD&apos; entry we add one like before- If there is one or more entries we ask the user if they want to delete  them all and add a new one  - If they say yes we do that  - If they say no we prompt them an inputbox so they can enter a different    entry name if they want, it defaults to &apos;FreeBSD&apos;Reviewed by:	bapt, impMFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33330

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Wed, 08 Dec 2021 09:37:54 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6644f52 - powerpc64: make autoboot possible on powernv machines</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#b6644f52</link>
        <description>powerpc64: make autoboot possible on powernv machinesIt&apos;s required to specify a default boot option in order to makepetitboot&apos;s autoboot feature work.Tested on Raptor BlackbirdReviewed by:	imp, luporlMFC after:	2 daysSponsored by:	Instituto de Pesquisas Eldorado (eldorado.org.br)Differential Revision:	https://reviews.freebsd.org/D32838

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Fri, 26 Nov 2021 00:02:53 +0000</pubDate>
        <dc:creator>Alfredo Dal&apos;Ava Junior &lt;alfredo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40923b0c - Fix scripted installation from media without local distfiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#40923b0c</link>
        <description>Fix scripted installation from media without local distfiles.The bsdinstall script target did not have the infrastructure to fetchdistfiles from a remote server the way the interactive installer doeson e.g. bootonly media. Solve this by factoring out the parts of theinstaller that deal with fetching missing distributions into a newinstall stage called &apos;fetchmissingdists&apos;, which is called by both theinteractive and scripted installer frontends.In the course of these changes, cleaned up a few other issues withthe fetching of missing distribution files and added a warning iffetching the MANIFEST file, which is used to verify the integrity ofthe distribution files. We should at some point add cryptographicsignatures to MANIFEST so that it can be fetched safely if not presenton the install media (which it is for bootonly media).Initial patch by: Vin&#237;cius ZavamPR:		255659, 250928Reviewed by:	dteskeMFC after:	4 weeksDifferential Revision:	https://reviews.freebsd.org/D27121

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Fri, 28 May 2021 13:53:42 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e77cf2a4 - Restore /boot/efi to mtree.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#e77cf2a4</link>
        <description>Restore /boot/efi to mtree.Instead of whether /boot/efi exists, which it now always does, includingon systems that don&apos;t and can&apos;t use EFI, use whether /boot/efi ispresent in fstab to signal to the installer that it is a valid ESP andshould be configured. This has essentially the same semantics, but allows/boot/efi to be created unconditionally.Reviewed by:	bdragon, impTested by:	bdragon (ppc64)MFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D29068

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Sat, 06 Mar 2021 01:57:50 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&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/bootconfig#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/bootconfig</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/bootconfig#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/bootconfig</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>676b7d07 - bsdinstall: create /efi/boot directory in ESP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#676b7d07</link>
        <description>bsdinstall: create /efi/boot directory in ESPIf the installer is creating a new ESP, then this directory will notexist and the subsequent cp will fail silently. This is usually of noconsequence if /efi/freebsd/loader.efi is set up correctly.Reviewed by:	impMFC after:	5 daysDifferential Revision:	https://reviews.freebsd.org/D28176

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Fri, 15 Jan 2021 16:14:27 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6d56081 - Initial support for implementing the bootXXX.efi workaround</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#c6d56081</link>
        <description>Initial support for implementing the bootXXX.efi workaroundToo many version of UEFI firmware (so far only confirmed on amd64)don&apos;t really support efibootmgr selection of boot. That&apos;s the mostreliable, when it works, since there&apos;s no guesswork. However, many donot save, unmolested, the variables that efibootmgr sets, so as afallback we also install loader.efi as bootXXX.efi (where XXX iseither aa64 or x64) if it doesn&apos;t already exist in /efi/boot on theESP. The standard only defines this for removable devices, but it&apos;salmost ubiquitously used as a fallback. Many BIOSes implement a driveselection feature that takes over the efibootmgr protocol, rendineringit useless (either generally, or for those vendors not on the shortlist). bootxxx.efi works around this. However, we don&apos;t install itunconditionally there, as that breaks some popular multi-boot setups.MFC After: 1 weekDifferential Revision: https://reviews.freebsd.org/D26428

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Fri, 09 Oct 2020 00:16:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/bootconfig#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/bootconfig</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/bootconfig#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/bootconfig</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>7e02f8b3 - Use the --activate efibootmgr(8) flag when creating entries in bootconfig</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#7e02f8b3</link>
        <description>Use the --activate efibootmgr(8) flag when creating entries in bootconfigSponsored by:	Netflix

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Mon, 31 Dec 2018 00:26:35 +0000</pubDate>
        <dc:creator>Rebecca Cran &lt;bcran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5fa62a93 - Fix ESP generation when using a gmirror, and when booting from RO medium</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#5fa62a93</link>
        <description>Fix ESP generation when using a gmirror, and when booting from RO mediumWhen using a gmirror, entries in /dev can be removed. So instead of usingkern.disks, get the list of disks from &quot;gpart status -sg&quot; instead.We assume that any &apos;efi&apos; partition that can&apos;t be mounted as msdosfs shouldbe used as an ESP. However, the ESP on the CD/DVD can&apos;t be mounted read-writeand so was being treated as if unformatted. Try the mount as read-onlyinstead, to catch cases like this.Relnotes: yesSponsored by: NetflixDifferential Revision:	https://reviews.freebsd.org/D18645

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Mon, 31 Dec 2018 00:20:58 +0000</pubDate>
        <dc:creator>Rebecca Cran &lt;bcran@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/bootconfig#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/bootconfig</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>fdb600af - Set kernelname in bootconfig to the kernel file</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#fdb600af</link>
        <description>Set kernelname in bootconfig to the kernel fileSummary:The kernel reads &apos;kernelname&apos; to set the kern.bootfile sysctl.  By setting this,&apos;make installkernel&apos; will backup the running kernel as appropriate.Reviewed by:	nwhitehornDifferential Revision: https://reviews.freebsd.org/D15660

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Mon, 04 Jun 2018 14:42:13 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8befcf7b - Add installer support for PS3 and PowerNV systems, also laying the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig#8befcf7b</link>
        <description>Add installer support for PS3 and PowerNV systems, also laying thefoundation for invoking efibootmgr as part of new-style EFI booting onx86. On PS3 and PowerNV, which are booted using Linux kexec from petitbootrather than by loader(8), install the kernel and the rest of /boot to aFAT partition and set up the appropriate petitboot configuration filethere.The new bootconfig installer stage can do platform-dependent modificationsmore complex than partition layout and installation of boot blocks and canbe used to (as here) set up some special configuration files, run efibootmgr,or boot0cfg.MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/bootconfig</description>
        <pubDate>Tue, 02 Jan 2018 05:27:24 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
