<?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>5b381db8 - Remove NO_OBJ</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#5b381db8</link>
        <description>Remove NO_OBJFor meta mode we will want objdirs.Differential Revision:	D2748Reviewed by:	brooks imp

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Thu, 11 Jun 2015 04:22:17 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c8191bc6 - We do want objdir</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#c8191bc6</link>
        <description>We do want objdir

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Sun, 13 Oct 2013 00:27:34 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ecc12db0 - pc-sysinstall(8) patch that allows images to be written to disks</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#ecc12db0</link>
        <description>pc-sysinstall(8) patch that allows images to be written to disksThis patch creates the &quot;image&quot; directive for the pc-sysinstall configfile. This allows disks to be configured with an image instead ofpartitioning.PR:		150137Submitted by:	John Hixson

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Wed, 08 Sep 2010 20:10:24 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5a3ab24 - Various updates to support new pc-sysinstall directive</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#a5a3ab24</link>
        <description>Various updates to support new pc-sysinstall directive&quot;installPackages&quot; that will install packages and all packagedependencies.PR:		148606Submitted by:	John Hixon

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Thu, 19 Aug 2010 05:59:27 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ae03655 - Add support for packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#9ae03655</link>
        <description>Add support for packages.PR:		148584Submitted by:	John Hixon

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Tue, 13 Jul 2010 23:47:12 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73d3a33a - Update pc-sysinstall to output list of FTP mirrors as well as some</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#73d3a33a</link>
        <description>Update pc-sysinstall to output list of FTP mirrors as well as someinstallation information.  Export architecture to install.PR:		148184Submitted by:	John Hixson

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Sun, 27 Jun 2010 17:04:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cab5ea2e - We need to install the shell scripts as executables rather than as</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#cab5ea2e</link>
        <description>We need to install the shell scripts as executables rather than asdata files in the backend* trees.Submitted by:	John Hixon

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Fri, 25 Jun 2010 22:35:19 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4bbc5bd8 - Bring in Kris Moore&apos;s pc-sysinstall shell script from PC-BSD.  This</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile#4bbc5bd8</link>
        <description>Bring in Kris Moore&apos;s pc-sysinstall shell script from PC-BSD.  Thisshell script is the back end logic necessary for an installer.  Itcontains both query routines to allow a front-end installer to presentreasonable choices to the user and also action routines which allowthe front end installer to put a FreeBSD distribution onto a disk.  Itsupports installing onto the usual suspects, as well as advancedfeatures like Mirroring, ZFS, Encryprion and GPT labels.While this is only the back-end of the installer, it can do unattendedscripted installations.  In PC-BSD&apos;s world view, all installations arescripted and all the front-end does is write the script.  As such, itis useful in its own right.This has been extensively tested over the past several releases ofPC-BSD.  However, differences between that environment and FreeBSDsuggest there will be a period of shake-out while those differencesare discovered and corrected.A text-based front-end is in the works.  For the GUI-based front-end,you can use the PC-BSD distribution.Kris&apos; BSDcan paper on pc-sysinstall is linked off his talk on theBSDcan site:	http://www.bsdcan.org/2010/schedule/events/173.en.htmlThe man page is written by Josh Paetzel, and I wrote the Makefiles forthe FreeBSD integration.  Kris wrote the rest.This represents version r7010 in the PC-BSD repo.http://svn.pcbsd.org/pcbsd/current/pc-sysinstallSubmitted by:	kris@Sponsored by:	iX Systems

            List of files:
            /freebsd-12.1/usr.sbin/pc-sysinstall/backend/Makefile</description>
        <pubDate>Thu, 24 Jun 2010 22:21:47 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
