git: 3aa8b74da97c - stable/14 - release: Add missing /var/crash ZFS dataset
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jan 2024 01:00:19 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3aa8b74da97c439c9fe71c31a2aff59825e10e2b commit 3aa8b74da97c439c9fe71c31a2aff59825e10e2b Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2024-01-02 17:38:55 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-01-09 00:59:11 +0000 release: Add missing /var/crash ZFS dataset This matches the layout from bsdinstall. MFC after: 1 week Fixes: 89585511cc05 ("release: Add support for creating ZFS-based VM images") Pull Request: https://github.com/freebsd/freebsd-src/pull/981 (cherry picked from commit adc215de9cabadb89eb4a1c99e047906eacaa58a) --- release/tools/vmimage.subr | 1 + 1 file changed, 1 insertion(+) diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr index f8b132875cdc..6eaf17b07948 100644 --- a/release/tools/vmimage.subr +++ b/release/tools/vmimage.subr @@ -200,6 +200,7 @@ buildfs() { -o fs=zroot/usr/obj \ -o fs=zroot/var\;mountpoint=/var\;canmount=off \ -o fs=zroot/var/audit\;setuid=off\;exec=off \ + -o fs=zroot/var/crash\;setuid=off\;exec=off \ -o fs=zroot/var/log\;setuid=off\;exec=off \ -o fs=zroot/var/mail\;atime=on \ -o fs=zroot/var/tmp\;setuid=off \