https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212258

--- Comment #11 from exe...@gmail.com ---
And from brief checking looks to me that it clearly doesnt have anything to do
with encryption. 

From:
https://github.com/freebsd/freebsd/blob/stable/11/usr.sbin/bsdinstall/scripts/zfsboot

lines:83
#
# Create a separate boot pool?
# NB: Automatically set when using geli(8) or MBR
#
: ${ZFSBOOT_BOOT_POOL=}

And line: 975 in the MBR selection case:
#
                # Always prepare a boot pool on MBR
                # Do not align this partition, there must not be a gap
                #
                ZFSBOOT_BOOT_POOL=1

So seems that bootpool is created in the MBR case irrespective of the
encryption. But I need to help dig some more.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to