Re: FreeBSD 16 with tmpfs=/tmp?
Mark Millard <[email protected]> Wed, 13 May 2026 12:33:11 -0700
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
On 5/12/26 13:58, Lionel Cons wrote:
> Does the FreeBSD 16 installer have an option to mount tmpfs to /tmp by default?
>
> Lionel
>
>
With this wording I can not tell which you might be asking about vs.
what is out of bounds for your intent:
) Something more like ending up with /etc/fstab containing:
tmpfs /tmp tmpfs rw,mode=1777 0 0
that does not involve use of /dev/md[0-9]* but uses tmpfs .
) vs. something that might involve mount_md use instead:
mount_md ${tmpsize} /tmp "${tmpmfs_flags}"
chmod 01777 /tmp
(/etc/rc.d/tmp use).
) vs. both being potential matches.
--
===
Mark Millard
marklmi at yahoo.com