<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>03c07bdc - bsdinstall: add menu to install firmware</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#03c07bdc</link>
        <description>bsdinstall: add menu to install firmwareAdd a menu to the installer to run fwget(8) inside the newly installedsystem to install firmware known to be needed.This requires working netowrking.This is needed at least for wireless currently for when we entirelystop shipping new firmware in src.git to have working networking onthe installed system (we already do need this for at least rtw89).Sponsored by:	The FreeBSD FoundationTested with:	4 different iwlwifi chipsets in a system (earlier version)Suggested improvments by: jrtc27Approved by:	re (cperciva)Differential Revision: https://reviews.freebsd.org/D47491(cherry picked from commit bbe2a1da2df639c616869aa838244c8094779bd4)(cherry picked from commit 15f6edf20e4e1542f2385a9cbd6e996e23252858)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Sat, 09 Nov 2024 01:10:33 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@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/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</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>33005c89 - bsdinstall: break list of scripts out to one per line to make adding/removing entries easier</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#33005c89</link>
        <description>bsdinstall: break list of scripts out to one per line to make adding/removing entries easierApproved by:		allanjude, asicilianoDifferential Revision:	https://reviews.freebsd.org/D35249Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Tue, 24 May 2022 15:30:31 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@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/Makefile#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/Makefile</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>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/Makefile#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/Makefile</description>
        <pubDate>Tue, 02 Jan 2018 05:27:24 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e3f233f - Add new System Hardening menu and options to bsdinstall.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#0e3f233f</link>
        <description>Add new System Hardening menu and options to bsdinstall.This patch add new &apos;hardening&apos; file responsible for new bsdinstall&apos;System Hardening&apos; menu allowing users to set some sane and carefullypicked system security options (like random process id&apos;s, hidingother users/groups processes and others).All options are OFF by default in this patch due to POLA principlewith intention to turn change some of them to ON by default in future.Reviewed by:	adrian, allanjude, bdrewery, nwhitehornApproved by:	adrian, allanjudeMFC after:	7 days

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Fri, 15 Jul 2016 15:07:24 +0000</pubDate>
        <dc:creator>Bartek Rutkowski &lt;robak@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fdd45b0 - Use LIBEXECDIR for /usr/libexec.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#7fdd45b0</link>
        <description>Use LIBEXECDIR for /usr/libexec.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:14:40 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd88b886 - Add zfsboot module as an option for automatic configuration. Default is</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#cd88b886</link>
        <description>Add zfsboot module as an option for automatic configuration. Default isto run interactively but it can be scripted too (optinally completelynon-interactive). Currently supports GELI and all ZFS vdev types. Alsoperforms validation on selections/settings providing error messages ifnecessary, explaining (in plain language) what the issue is. Currentlythe auto partitioning of naked disks only supports GPT and MBR (VTOC8pending for sparc64), so is only available for i386/amd64 install.Submitted by:	Allan Jude &lt;freebsd@allanjude.com&gt;, myselfReviewed by:	Allan Jude &lt;freebsd@allanjude.com&gt;Approved by:	re (glebius)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Fri, 11 Oct 2013 20:41:35 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfc23ba5 - After installation, dump 4096 bytes from /dev/random to /entropy in the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#dfc23ba5</link>
        <description>After installation, dump 4096 bytes from /dev/random to /entropy in thenewly installed system.  This should greatly increase the amount ofentropy available when SSH host keys are generated during first boot.Reviewed by:    markm, nathanwApproved by:	re (gjb)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Fri, 11 Oct 2013 20:21:44 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ffbec18 - Add a scripting frontend. Documentation and release(7) support coming later.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#2ffbec18</link>
        <description>Add a scripting frontend. Documentation and release(7) support coming later.Scripts take the form:------------------------------------PARTITIONS=ada0DISTRIBUTIONS=&quot;kernel.txz base.txz ports.txz&quot;#!/bin/shecho &quot;sshd_enable=YES&quot; &gt;&gt; /etc/rc.confpkg add puppetecho &quot;System setup complete&quot;------------------------------------The second part of the script (beginning with #!) is run in the newlyinstalled system after the installation onto ada0 (with default partitioning,see scriptedpart for more complicated scenarios) is complete.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Mon, 21 Jan 2013 01:01:32 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfc3bab8 - Per request of the docs team, install docs as packages, instead of via</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#bfc3bab8</link>
        <description>Per request of the docs team, install docs as packages, instead of viathe normal distfile mechanism. Thanks to Marc Fonvieille for the patch andfor putting up with me taking entirely too long to commit this!Submitted by:	blackend

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Sat, 09 Jul 2011 23:01:54 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7986af23 - Split netconfig into three parts:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#7986af23</link>
        <description>Split netconfig into three parts:- netconfig - what auto will call which in turn will check for  IPv4 and IPv6 to be available and ask the user to configure it  by calling- netconfig_ipv4 doing DHCP and static IPv4 addresses, and- netconfig_ipv6 doing rtsol and static IPv6 addresses,and then checking, querying and updating resolv.conf upon return.Both DHCP and rtsol (in the future) might update resolv.conf already sowe seed ourselves from that file if available.Reviewed by:	nwhitehornSponsored by:	The FreeBSD FoundationSponsored by:	iXsystems

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Sun, 29 May 2011 21:24:20 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6dcef0cf - Add mirror selection for FTP installs. To support TBEMD installs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#6dcef0cf</link>
        <description>Add mirror selection for FTP installs. To support TBEMD installs(e.g. powerpc64), this looks in a slightly different default path than now,specifying both $MACHINE and $MACHINE_ARCH:MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r`How to handle TBEMD properly probably merits some more discussion, but,since no such 9.0-CURRENT distfiles exist at the moment, all existingmirrors presently fail anyway.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Sun, 27 Mar 2011 23:43:32 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b70047d4 - Add generation of an installation manifest containing SHA256 checksums as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#b70047d4</link>
        <description>Add generation of an installation manifest containing SHA256 checksums aswell as package descriptions and add code in the installer to check thechecksums.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Sun, 13 Mar 2011 17:15:31 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2118f387 - Import bsdinstall. This is meant to be (eventually in conjunction with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile#2118f387</link>
        <description>Import bsdinstall. This is meant to be (eventually in conjunction withpc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, andpowerpc64. Integration into the build system will occur in the comingweeks.Merging with pc-sysinstall will use this code as a frontend, whiletemporarily retaining the interactive partition editor here. This workwill be done in parallel with improvements on this code and releaseintegration.Thanks to all who have provided testing and comments!

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/Makefile</description>
        <pubDate>Fri, 18 Feb 2011 14:54:34 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
