Page MenuHomeFreeBSD

include tmpfs mount into FILESYSTEMS
ClosedPublic

Authored by glebius on Jan 11 2021, 7:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 4:20 PM
Unknown Object (File)
Feb 23 2024, 12:48 PM
Unknown Object (File)
Feb 3 2024, 7:22 AM
Unknown Object (File)
Feb 3 2024, 5:53 AM
Unknown Object (File)
Jan 9 2024, 10:56 AM
Unknown Object (File)
Dec 1 2023, 7:35 AM
Unknown Object (File)
Sep 29 2023, 4:11 AM
Unknown Object (File)
Aug 25 2023, 5:58 PM
Subscribers

Details

Summary

Add 'tmp' to the list of FILESYSTEMS dependencies. Some scripts that depend on FILESYSTEMS run mktemp(1). For systems that have read-only root this is broken until memory disk based /tmp is instantiated. At least 'os-release' and 'motd' are subject to this.

The reviewers list is based on the history of the file. More reviewers are welcome.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36116
Build 33005: arc lint + arc unit

Event Timeline

glebius created this revision.
glebius retitled this revision from Add 'tmp' to the list of FILESYSTEMS dependencies. Some scripts that depend on FILESYSTEMS run mktemp(1). For systems that have read-only root this is broken until memory disk based /tmp is instantiated. At least 'os-release' and 'motd' are... to include tmpfs mount into FILESYSTEMS.Jan 11 2021, 7:18 PM
glebius edited the summary of this revision. (Show Details)
glebius edited the summary of this revision. (Show Details)
  • Revert 97ec6eba653a07. There shouldn't be a dependency of 'tmp' on
  • Add 'tmp' to the list of FILESYSTEMS dependencies. Some scripts that
ngie added a subscriber: lwhsu.

Could you please update the commit message to reflect the changes being made?

@lwhsu : it's unfortunate that 97ec6eba653a07 doesn't automatically get linked to this commit.

This revision is now accepted and ready to land.Jan 11 2021, 9:02 PM

@glebius: please also run rcorder libexec/rc/rc.d/* to confirm that the changes work.