<?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 mount</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f63a8c0a0915a3eceac179d4d18b2c03b1319fa2 - bsdinstall: Mount /dev and /packages after using the shell to partition disks</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#f63a8c0a0915a3eceac179d4d18b2c03b1319fa2</link>
        <description>bsdinstall: Mount /dev and /packages after using the shell to partition disksNormally after partitions are created by the installer, the &apos;mount&apos;script is used to mount the target disk partitions under /mnt.  Thetail end of this script also mounts a couple of additional filesystemsunder /mnt so that chrooted programs can work such as devfs and/packages.When the &quot;Shell&quot; option is used to permit the user to manually mountthe destination filesystem, the &quot;mount&quot; script is not used as the useris instructed to mount the target filesystems and construct/mnt/etc/fstab, etc.  However, this means that the user is responsiblefor mounting devfs (which is not included in /etc/fstab) and /packagesas well.  The help message for the &quot;Shell&quot; option doesn&apos;t mentionthese requirements, so users may not know to do so.  This can lead toconfusing errors as chrooted commands can fail to find needed /deventries.  For example, running fwget to fetch wireless firmware failsbecause /dev/pci doesn&apos;t exist.To make this less painful for users using this option, split out thebottom half of the &apos;mount&apos; script that mounts these non-fstab-relatedfilesystems into a separate &apos;mount_aux&apos; script.  Invoke &apos;mount_aux&apos;after using &quot;Shell&quot; to create the filesystem to ensure that thesefilesystems are always present.PR:		290901Reported by:	Peter &lt;freebsd@peterk.org&gt;Tested by:	Peter &lt;freebsd@peterk.org&gt;Differential Revision:	https://reviews.freebsd.org/D53770

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Mon, 08 Dec 2025 21:33:30 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</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>6a02539959cb36c4777f962d3d7ef4a76fbe0c24 - bsdinstall: allow an install script to access packages on the DVD</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#6a02539959cb36c4777f962d3d7ef4a76fbe0c24</link>
        <description>bsdinstall: allow an install script to access packages on the DVDIf installing from the DVD, mount its packages in the chroot at/dist/packages.  That way they&apos;ll be accessible to an install script.MFC after:	2 weeksSponsored by:	AxcientReviewed by:	gjbDifferential Revision: https://reviews.freebsd.org/D35330

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Thu, 26 May 2022 21:39:20 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc42ef5328963ee55c3305b136e9a86145f24594 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#cc42ef5328963ee55c3305b136e9a86145f24594</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:
            /src/usr.sbin/bsdinstall/scripts/mount</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>2617d4df523a0c75db6dc102fb8576b94b5e385a - bsdinstall mount: Replace dialog with bsddialog</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#2617d4df523a0c75db6dc102fb8576b94b5e385a</link>
        <description>bsdinstall mount: Replace dialog with bsddialogReplace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34651

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Tue, 29 Mar 2022 14:52:25 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a107ddbb83a7a93d3c4e40f5355e158d6976bf90 - bsdinstall: Use TMPDIR if set</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#a107ddbb83a7a93d3c4e40f5355e158d6976bf90</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:
            /src/usr.sbin/bsdinstall/scripts/mount</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>f63a8c0a0915a3eceac179d4d18b2c03b1319fa2 - bsdinstall: Mount /dev and /packages after using the shell to partition disks</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#f63a8c0a0915a3eceac179d4d18b2c03b1319fa2</link>
        <description>bsdinstall: Mount /dev and /packages after using the shell to partition disksNormally after partitions are created by the installer, the &apos;mount&apos;script is used to mount the target disk partitions under /mnt.  Thetail end of this script also mounts a couple of additional filesystemsunder /mnt so that chrooted programs can work such as devfs and/packages.When the &quot;Shell&quot; option is used to permit the user to manually mountthe destination filesystem, the &quot;mount&quot; script is not used as the useris instructed to mount the target filesystems and construct/mnt/etc/fstab, etc.  However, this means that the user is responsiblefor mounting devfs (which is not included in /etc/fstab) and /packagesas well.  The help message for the &quot;Shell&quot; option doesn&apos;t mentionthese requirements, so users may not know to do so.  This can lead toconfusing errors as chrooted commands can fail to find needed /deventries.  For example, running fwget to fetch wireless firmware failsbecause /dev/pci doesn&apos;t exist.To make this less painful for users using this option, split out thebottom half of the &apos;mount&apos; script that mounts these non-fstab-relatedfilesystems into a separate &apos;mount_aux&apos; script.  Invoke &apos;mount_aux&apos;after using &quot;Shell&quot; to create the filesystem to ensure that thesefilesystems are always present.PR:		290901Reported by:	Peter &lt;freebsd@peterk.org&gt;Tested by:	Peter &lt;freebsd@peterk.org&gt;Differential Revision:	https://reviews.freebsd.org/D53770

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Mon, 08 Dec 2025 21:33:30 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</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>6a02539959cb36c4777f962d3d7ef4a76fbe0c24 - bsdinstall: allow an install script to access packages on the DVD</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#6a02539959cb36c4777f962d3d7ef4a76fbe0c24</link>
        <description>bsdinstall: allow an install script to access packages on the DVDIf installing from the DVD, mount its packages in the chroot at/dist/packages.  That way they&apos;ll be accessible to an install script.MFC after:	2 weeksSponsored by:	AxcientReviewed by:	gjbDifferential Revision: https://reviews.freebsd.org/D35330

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Thu, 26 May 2022 21:39:20 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc42ef5328963ee55c3305b136e9a86145f24594 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#cc42ef5328963ee55c3305b136e9a86145f24594</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:
            /src/usr.sbin/bsdinstall/scripts/mount</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>2617d4df523a0c75db6dc102fb8576b94b5e385a - bsdinstall mount: Replace dialog with bsddialog</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#2617d4df523a0c75db6dc102fb8576b94b5e385a</link>
        <description>bsdinstall mount: Replace dialog with bsddialogReplace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34651

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Tue, 29 Mar 2022 14:52:25 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a107ddbb83a7a93d3c4e40f5355e158d6976bf90 - bsdinstall: Use TMPDIR if set</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#a107ddbb83a7a93d3c4e40f5355e158d6976bf90</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:
            /src/usr.sbin/bsdinstall/scripts/mount</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>531c2d7af3cd2e64eec94aa1b19c4b2f16fce515 - MFhead@r320180</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#531c2d7af3cd2e64eec94aa1b19c4b2f16fce515</link>
        <description>MFhead@r320180

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Mon, 24 Jul 2017 18:02:13 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bca9d05fdb058aa709621661c2feccae8940d94b - Merge ^/head r319973 through 321382.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#bca9d05fdb058aa709621661c2feccae8940d94b</link>
        <description>Merge ^/head r319973 through 321382.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Sun, 23 Jul 2017 15:22:06 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2fef18f836c6d1b45a6f2e0fc9b0da55e2b938e8 - Merge ^/head r320994 through r321238.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#2fef18f836c6d1b45a6f2e0fc9b0da55e2b938e8</link>
        <description>Merge ^/head r320994 through r321238.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Wed, 19 Jul 2017 19:43:10 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9acc90414602a7f00776746f0c560019c868ca29 - bsdinstall: remove EOL whitespace</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#9acc90414602a7f00776746f0c560019c868ca29</link>
        <description>bsdinstall: remove EOL whitespace

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</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>531c2d7af3cd2e64eec94aa1b19c4b2f16fce515 - MFhead@r320180</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#531c2d7af3cd2e64eec94aa1b19c4b2f16fce515</link>
        <description>MFhead@r320180

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Mon, 24 Jul 2017 18:02:13 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bca9d05fdb058aa709621661c2feccae8940d94b - Merge ^/head r319973 through 321382.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#bca9d05fdb058aa709621661c2feccae8940d94b</link>
        <description>Merge ^/head r319973 through 321382.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Sun, 23 Jul 2017 15:22:06 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2fef18f836c6d1b45a6f2e0fc9b0da55e2b938e8 - Merge ^/head r320994 through r321238.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#2fef18f836c6d1b45a6f2e0fc9b0da55e2b938e8</link>
        <description>Merge ^/head r320994 through r321238.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Wed, 19 Jul 2017 19:43:10 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9acc90414602a7f00776746f0c560019c868ca29 - bsdinstall: remove EOL whitespace</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/mount#9acc90414602a7f00776746f0c560019c868ca29</link>
        <description>bsdinstall: remove EOL whitespace

            List of files:
            /src/usr.sbin/bsdinstall/scripts/mount</description>
        <pubDate>Tue, 18 Jul 2017 23:35:19 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
