Date: Fri, 18 Oct 2024 12:29:21 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Zsolt Udvari <uzsolt@freebsd.org>, ports@freebsd.org Subject: Re: Install file into /rescue Message-ID: <SI2PR01MB503625CAD1FBEB01066C3E17FA402@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> In-Reply-To: <ZxDco4ggjTYXglZ2@bsd-zsolt-lenovo> References: <Zw9Sg5yTSvmTM9KP@bsd-zsolt-lenovo> <tgs7opl2ei5stk2w6fdpsdubjgquufciyk4txjtar6xmsv4itl@x7w23vzxv3p4> <Zw-BrZ9ba6a1UBWp@fuz.su> <r4zvjjiigwcwz46mjdvbo7dfym3iosl2b3p7wtimvquh62mcgn@gp7mmxct7dbr> <ZxCzTMOTa7c85ebu@fuz.su> <SI2PR01MB5036857AAE9456800FAB2135FA472@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> <ZxDco4ggjTYXglZ2@bsd-zsolt-lenovo>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello again. On 2024/10/17 18:45, Zsolt Udvari wrote: > On Thu, Oct 17, 2024 at 04:59:48PM +0900, Tatsuki Makino wrote: >> And USE_TMPFS="all" seems to be one of the workarounds. > The `testport' fails with USE_TMPFS too. This seems to be restricted by markfs in /usr/local/share/poudriere/common.sh. USE_TMPFS doesn't matter. In common_mtree over here and here, /boot is hardcoded, so we don't run into the same problem with *-kmod, even though it's the same condition as /rescue. As we look around there, we can add more paths with LOCAL_MTREE_EXCLUDES. If we define a variable called LOCAL_MTREE_EXCLUDES in /usr/local/etc/poudriere.conf and add /rescue separated by $IFS, this problem will not occur. Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SI2PR01MB503625CAD1FBEB01066C3E17FA402>