· I installed a base system on zroot/ROOT/base
· I took a snapshot of it: zroot/ROOT/base@snap
· I created two clones from that snapshot:
· zroot/ROOT/default (mounted at /, used for daily driver software)
· zroot/ROOT/build (used for installing compilers and dependencies like FreeBSD-set-devel)
· zroot/ROOT/base contains only the FreeBSD-set-optional and kernel. I use it for quick dependency tests and then rollback to @snap to stay clean.
I recently performed system updates inside zroot/ROOT/base and created a new snapshot: zroot/ROOT/base@snap_new.
Goal:
I want both zroot/ROOT/default and zroot/ROOT/build to be rebased on base@snap_new.
If I update the system in the three database, it will take three times space.
· I took a snapshot of it: zroot/ROOT/base@snap
· I created two clones from that snapshot:
· zroot/ROOT/default (mounted at /, used for daily driver software)
· zroot/ROOT/build (used for installing compilers and dependencies like FreeBSD-set-devel)
· zroot/ROOT/base contains only the FreeBSD-set-optional and kernel. I use it for quick dependency tests and then rollback to @snap to stay clean.
I recently performed system updates inside zroot/ROOT/base and created a new snapshot: zroot/ROOT/base@snap_new.
Goal:
I want both zroot/ROOT/default and zroot/ROOT/build to be rebased on base@snap_new.
If I update the system in the three database, it will take three times space.