<?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 rc.initdiskless</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>df4a9902 - rc.initdiskless: Disable soft-updates in mdmfs (again)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#df4a9902</link>
        <description>rc.initdiskless: Disable soft-updates in mdmfs (again)Re-apply the -S switch to disable soft-updates in memory disks (commit8b1292ac5219). This might be beneficial when tmpfs(5) is not present inthe kernel, as this can cause mdmfs(8)&apos;s auto keyword to fallback tousing md(4).PR:		85558MFC after:	1 weekReviewed by:	imp, emaste, brooksDifferential Revision:	https://reviews.freebsd.org/D43242(cherry picked from commit bb4116576f2edf466ada3885cf851599ce7a4792)

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Wed, 20 Mar 2024 04:54:18 +0000</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>404b91da - libexec/rc/rc.initdiskless: make tar&apos;s path flexible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#404b91da</link>
        <description>libexec/rc/rc.initdiskless: make tar&apos;s path flexiblePR:		274977(cherry picked from commit 93b7818226cf5270646725805b4a8c17a1ad3761 and from commit a04ca1c229195c7089b878a94fbe76505ea693b5)

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Fri, 24 Nov 2023 15:47:18 +0000</pubDate>
        <dc:creator>Cheng Cui &lt;cc@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/libexec/rc/rc.initdiskless#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</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>30985d19 - rc.initdiskless: Fix a typo in a comment</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#30985d19</link>
        <description>rc.initdiskless: Fix a typo in a comment- s/attemping/attempting/MFC after:5 days

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Thu, 19 Jan 2023 13:17:37 +0000</pubDate>
        <dc:creator>Gordon Bergling &lt;gbe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26e8ed62 - Make mdmfs verbose if diskless boot is verbose.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#26e8ed62</link>
        <description>Make mdmfs verbose if diskless boot is verbose.Approved by:	ian@Differential Revision:	D17104

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Fri, 26 Apr 2019 14:44:50 +0000</pubDate>
        <dc:creator>Lev A. Serebryakov &lt;lev@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>707a657c - rc.initdiskless: fix commentary grammar after r339465</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#707a657c</link>
        <description>rc.initdiskless: fix commentary grammar after r339465MFC after:	1 month

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Sat, 20 Oct 2018 18:46:36 +0000</pubDate>
        <dc:creator>Eugene Grosbein &lt;eugen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d24263 - rc.initdiskless: add support for auxiliary NVRAM.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#b4d24263</link>
        <description>rc.initdiskless: add support for auxiliary NVRAM.Currently, rc.inidiskless assumes that local system configurationchanges are kept in some mountable file system. For example,nanobsd uses dedicated partition mounted as /cfg for this.However, small embedded devices like MIPS routers may have no enough flashspace to keep full-blown file system but have only one or couplesmall flash blocks to keep persistent local configuration overrides.This change extends rc.initdiskless and introduces ability to run auxiliarycommand /conf/T/M/extract that is supposed to extract configuration overridesfrom such local storage.For example, the command /conf/default/etc/extract may contain something like:cd &quot;$1&quot; &amp;&amp; bsdcpio --quiet -idu &lt; /dev/map/cfgbsdcpio command extracts compressed archive from the storage to /etcassuming the storage is exposed by the kernel as /dev/map/cfg to userland.PR:		204215MFC after:	1 month

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Sat, 20 Oct 2018 18:13:51 +0000</pubDate>
        <dc:creator>Eugene Grosbein &lt;eugen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0696600c - Move the rc framework out of sbin/init into libexec/rc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/rc.initdiskless#0696600c</link>
        <description>Move the rc framework out of sbin/init into libexec/rc.The reasons for this are forward looking to pkgbase: * /sbin/init is a special binary; try not to replace it with   every package update because an rc script was touched.   (a follow-up commit will make init its own package) * having rc in its own place will allow more easy replacement   of the rc framework with alternatives, such as openrc.Discussed with:		brd (during BSDCam), kmooreRequested by:		cem, bzPR:			231522Approved by:		re (gjb)

            List of files:
            /freebsd-14.2/libexec/rc/rc.initdiskless</description>
        <pubDate>Wed, 17 Oct 2018 16:49:11 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
