<?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 auto</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>229c92e7 - Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#229c92e7</link>
        <description>Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklistMFC after:	2 weeksSponsored by:	FOSDEM IllumOS Table

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sun, 04 Feb 2018 12:16:36 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@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-12.1/usr.sbin/bsdinstall/scripts/auto#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-12.1/usr.sbin/bsdinstall/scripts/auto</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>9acc9041 - bsdinstall: remove EOL whitespace</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#9acc9041</link>
        <description>bsdinstall: remove EOL whitespace

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Tue, 18 Jul 2017 23:35:19 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3735bba3 - bsdinstall: support Auto ZFS mode for ARM64</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#3735bba3</link>
        <description>bsdinstall: support Auto ZFS mode for ARM64Reported by:	Shawn WebbMFC after:	3 days

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Mon, 12 Jun 2017 19:31:26 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>371ce0eb - bsdinstall: Make sure chroot filesystems are umounted after use</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#371ce0eb</link>
        <description>bsdinstall: Make sure chroot filesystems are umounted after use* DISTDIR_IS_UNIONFS is set every time BSDINSTALL_DISTDIR is mounted inside  BSDINSTALL_CHROOT. Use this flag to decide if it needs to be umounted* BSDINSTALL_CHROOT/dev is mounted when &apos;bsdinstall mount&apos; is called, there is  no need to mount it again when user goes to shell after installationReviewed by:	allanjudeObtained from:	pfSenseMFC after:	1 weekSponsored by:	Rubicon Communications (Netgate)Differential Revision:	https://reviews.freebsd.org/D8573

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Wed, 08 Feb 2017 17:03:52 +0000</pubDate>
        <dc:creator>Renato Botelho &lt;garga@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-12.1/usr.sbin/bsdinstall/scripts/auto#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-12.1/usr.sbin/bsdinstall/scripts/auto</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>e3026446 - Add more machines to the bsdinstall workaround blacklist</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#e3026446</link>
        <description>Add more machines to the bsdinstall workaround blacklistApply the LenovoFix (fake partition in pMBR is 2nd rather than 1st)and GPT Active fix (mark the fake pMBR partition active) to respectivehardware that is confirmed to require such to boot correct.Submitted by:	Sam Fourman Jr. &lt;sfourman@gmail.com&gt; (ThinkPad W520)Submitted by:	Matthias Apitz &lt;guru@unixarea.de&gt; (Latitude E6330)Approved by:	re (gjb)Sponsored by:	ScaleEngine Inc.

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sun, 03 Jul 2016 01:23:38 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50d90197 - bsdinstall: Suggest the GPT+Active workaround on Dell T5810</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#50d90197</link>
        <description>bsdinstall: Suggest the GPT+Active workaround on Dell T5810The Dell Precision Tower 5810 fails to boot from GPT in Legacy/BIOS modewithout the Active flag in the Protective MBR.  Suggest the workaroundduring installation.Since an increasing number of Dell systems exhibit this behavior,I imagine all Dells past a certain date will do so.  I would liketo suggest the workaround for all Dells with a BIOS date of, say,2014 or later, but I would need to test a variety of systems beforecommitting such a change.Reviewed by:	allanjude, dteskeMFC after:	5 daysRelnotes:	We should probably suggest using GPT+Active on &quot;recent&quot; Dells.Sponsored by:	Dell Inc.Differential Revision:	https://reviews.freebsd.org/D4075

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Thu, 14 Jan 2016 00:31:00 +0000</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88343186 - Merge ^/projects/release-install-debug:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#88343186</link>
        <description>Merge ^/projects/release-install-debug:- Rework MANIFEST generation and parsing via bsdinstall(8).- Allow selecting debugging distribution sets during install.- Rework bsdinstall(8) to fetch remote debug distribution sets  when they are not available on the local install medium.- Allow selecting additional non-GENERIC kernels during install.  At present, GENERIC is still required, and installed by default.Tested with:	head@r293203Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Tue, 05 Jan 2016 21:05:17 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c95e76a - Add a number of models to the bsdinstall GPT hack blacklist</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#4c95e76a</link>
        <description>Add a number of models to the bsdinstall GPT hack blacklistPR:		194359Approved by:	bapt (mentor)MFC after:	2 weeksSponsored by:	ScaleEngine Inc.Differential Revision:	https://reviews.freebsd.org/D3525

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Wed, 16 Sep 2015 03:32:27 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1da17fb7 - Ensure the local MANIFEST is always used when verifying remote</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#1da17fb7</link>
        <description>Ensure the local MANIFEST is always used when verifying remotedistribution sets.MFC after:	immediatelySponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Tue, 04 Aug 2015 13:40:26 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7d5d8d9 - Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the GPT active workaround</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#a7d5d8d9</link>
        <description>Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the GPT active workaroundPR:		194359Requested by:	sbruno, hirenApproved by:	marcelMFC after:	3 daysRelnotes:	yesSponsored by:	ScaleEngine Inc.Differential Revision:	https://reviews.freebsd.org/D3139

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Tue, 21 Jul 2015 00:33:15 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7059fa6f - Add support for two workarounds for known issues booting GPT in legacy mode on some hardware</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#7059fa6f</link>
        <description>Add support for two workarounds for known issues booting GPT in legacy mode on some hardwareFor Lenovo laptops with buggy bios (x220, t420, t520):	Write the 0xee entry into the second slot in the pmbr instead of the firstFor some Dell and HP models:	The BIOS gives a warning message when booting in legacy mode from a GPT partitioned disk where the 0xee partition in the pmbr is not flagged active	For models known to have this problem, mark the pmbr active during installationUse smbios data to identify machines known to be affected by any of the above, and offer the user the option to apply the workaroundIn bsdinstall&apos;s ufs auto mode (autopart partition wizard):	Allow users to select which type of partition table to use	Keep current defaults: MBR for BIOS, GPT for UEFI	This allows users to choose GPT for legacy boot if they wishPR:		184910PR:		194359Reviewed by:	Michael DexterApproved by:	marcelMFC after:	3 daysX-MFC-With:	r285594Relnotes:	yesSponsored by:	ScaleEngine Inc.Differential Revision:	https://reviews.freebsd.org/D3091

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sat, 18 Jul 2015 18:49:44 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d73bf007 - ZFS support isn&apos;t actually experimental anymore, so no need to scare</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#d73bf007</link>
        <description>ZFS support isn&apos;t actually experimental anymore, so no need to scarepeople.

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sun, 14 Sep 2014 02:31:53 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c1db228 - Rename the choices in the partitioning methods dialog to reflect current</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#7c1db228</link>
        <description>Rename the choices in the partitioning methods dialog to reflect currentreality. In particular, draw a connection between the auto ZFS script andthe auto UFS one, since they fulfill similar functions. I&apos;m not sure theauto ZFS code is actually experimental anymore, so it might be worthchanging that label still.

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sat, 13 Sep 2014 22:14:19 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44a25dd6 - Make the default choice for the chroot shell at the end be &quot;No&quot;. This allows</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#44a25dd6</link>
        <description>Make the default choice for the chroot shell at the end be &quot;No&quot;. This allowsjust pressing enter repeatedly to successfully install a reasonable system.

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sat, 13 Sep 2014 22:03:51 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7041a67e - Give a brief message as to what error was encountered to help the user along.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#7041a67e</link>
        <description>Give a brief message as to what error was encountered to help the user along.Reviewed by:	nwhitehornMFC after:	2 weeks

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Thu, 07 Aug 2014 01:51:01 +0000</pubDate>
        <dc:creator>Andrew Thompson &lt;thompsa@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a36511c2 - Move the installer&apos;s keymap solution introduced by SVN r259468. The new</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#a36511c2</link>
        <description>Move the installer&apos;s keymap solution introduced by SVN r259468. The newlocation of /etc/rc.local on the install media is more appropriate as itknows serial vs. non-serial and can also do the change earlier (so thateven the initial Install dialog can benefit from the change).MFC after:	3 days

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Sat, 21 Dec 2013 16:43:40 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d5cf580 - In bsdinstall_log, it&apos;s rather confusing to see the following sequence:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#2d5cf580</link>
        <description>In bsdinstall_log, it&apos;s rather confusing to see the following sequence:  DEBUG: Running installation step: hostname  rm: /tmp/bsdinstall_etc/fstab: No such file or directoryThe two lines are unrelated, and the rm is spurious. Let&apos;s add `-f&apos; tothat rm(1) so it doesn&apos;t confuse us when debugging an install.MFC after:	3 days

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Wed, 18 Dec 2013 21:16:57 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31a0cf13 - Fix &quot;[: -eq: argument expected&quot; error introduced by SVN r256343. The code</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/bsdinstall/scripts/auto#31a0cf13</link>
        <description>Fix &quot;[: -eq: argument expected&quot; error introduced by SVN r256343. The codeshould not have used DIALOG_CANCEL because dialog.subr wasn&apos;t included todefine it. The effect of the error was that you could not cancel thepartition dialog. Discovered by checking bsdinstall_log for something else.MFC after:	3 days

            List of files:
            /freebsd-12.1/usr.sbin/bsdinstall/scripts/auto</description>
        <pubDate>Wed, 18 Dec 2013 21:13:50 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
