freebsd-update, ZFS, and ver 8.2
krad
kraduk at gmail.com
Tue Dec 15 08:10:43 UTC 2015
I would use boot environments if you are zfs root so you can fail back
easily. I would also use a src build as that will definitely work.
eg
beadmn create -e old_root new_root
beadmn mount new_root /mnt
export DESTDIR=/mnt
cd /usr/src
make -j 12 buildworld &&
make -j 12 buildkernel &&
make installworld &&
make installkernel &&
mergemaster &&
beadmn umount new_root &&
beadmn activate new_root
later on init 6
On 14 December 2015 at 19:47, Gene <fbsd at brightstar.bomgardner.net> wrote:
>
> Hi -
> I'm going to update my AMD64 system: 8.2 -> 9.0 -> 10.2
>
> My concern is that the boot resides on a zfs volume. Thus my question:
>
> Will freebsd-update correctly handle the ZFS boot volume? If not, is there
> any
> info around on handling this situation?
>
> Thanks for all your help,
> Gene
>
> --
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>
More information about the freebsd-questions
mailing list