Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/crio: don't try to write to
/tmp
It's not really useful to write to `/tmp` from Ignition because a tmpfs gets mounted on top anyway in the real root which will mask all this. So this bit of the cri-o test's Ignition config actually had no effect. Just remove it. Also note that when composefs lands in RHCOS, this would have become a hard error because `/tmp` would be read-only before switchroot.
- Loading branch information