git: d3c32c80a16b - main - release/tools/vmimage.subr: switch zfs dataset from /usr/home to /home
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 May 2023 12:24:17 UTC
The branch main has been updated by karels:
URL: https://cgit.FreeBSD.org/src/commit/?id=d3c32c80a16bd0a2c65695640050f65bb10ac72f
commit d3c32c80a16bd0a2c65695640050f65bb10ac72f
Author: Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-05-23 12:18:58 +0000
Commit: Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-05-23 12:18:58 +0000
release/tools/vmimage.subr: switch zfs dataset from /usr/home to /home
Change the vmimage script for zfs to create /home as a dataset
rather than /usr/home, ala change to bsdinstall's zfs script.
Reviewed by: markj
Differential Revision: <https://reviews.freebsd.org/D40111
---
release/tools/vmimage.subr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
index d7dc8ed992b5..7245dbdca33e 100644
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -193,9 +193,9 @@ buildfs() {
-o fs=zroot\;mountpoint=none \
-o fs=zroot/ROOT\;mountpoint=none \
-o fs=zroot/ROOT/default\;mountpoint=/ \
+ -o fs=zroot/home\;mountpoint=/home \
-o fs=zroot/tmp\;mountpoint=/tmp\;exec=on\;setuid=off \
-o fs=zroot/usr\;mountpoint=/usr\;canmount=off \
- -o fs=zroot/usr/home \
-o fs=zroot/usr/ports\;setuid=off \
-o fs=zroot/usr/src \
-o fs=zroot/usr/obj \