diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2026-02-08 17:17:06 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2026-02-08 17:17:06 +0000 |
| commit | 825aaabcc7ac3750b330d3e54bd1ccf349df48c9 (patch) | |
| tree | 8d2c16ec0434db08dcac15ec3406a9bec27036fd | |
| parent | be3962a383dbbbd6fef458879173f09dc2f2373d (diff) | |
bsdinstall: Add note to zfsboot pointing to release/tools/vmimage.subr
The VM image creation scripts have a copy of this list of datasets which
should be kept in sync, which can otherwise be easily missed, as was the
case in the now-reverted 3e8619e535b6 ("bsdinstall: Create separate
datasets for directories in /usr/ports").
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index a4c9220a709c..a973b03d17fd 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -141,6 +141,7 @@ f_include $BSDCFG_SHARE/variable.subr # # NOTE: Requires /tmp, /var/tmp, /$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME # NOTE: Anything after pound/hash character [#] is ignored as a comment. +# NOTE: Keep in sync with release/tools/vmimage.subr # f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS=" # DATASET OPTIONS (comma or space separated; or both) |
