<?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_aux</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_aux#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_aux</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>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_aux#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_aux</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>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_aux#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_aux</description>
        <pubDate>Mon, 08 Dec 2025 21:33:30 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
