Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).
Discussed on: -current, -stable MFC after: 3 days
This commit is contained in:
parent
7a434c5cc7
commit
ee482f2c28
@ -1159,6 +1159,9 @@ zfs_create_boot()
|
||||
$BSDINSTALL_TMPETC/rc.conf.zfs || return $FAILURE
|
||||
f_eval_catch $funcname echo "$ECHO_APPEND" 'zfs_load=\"YES\"' \
|
||||
$BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
|
||||
f_eval_catch $funcname echo "$ECHO_APPEND" \
|
||||
'kern.geom.label.disk_ident.enable=\"0\"' \
|
||||
$BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
|
||||
|
||||
# We're all done unless we should go on for boot pool
|
||||
[ "$ZFSBOOT_BOOT_POOL" ] || return $SUCCESS
|
||||
|
Loading…
x
Reference in New Issue
Block a user