View | Details | Raw Unified | Return to bug 196790
Collapse All | Expand All

(-)usr.sbin/bsdinstall/scripts/zfsboot (-1 / +3 lines)
Lines 1077-1083 Link Here
1077
			boot_vdevs="$boot_vdevs $disk$bootpart"
1077
			boot_vdevs="$boot_vdevs $disk$bootpart"
1078
		fi
1078
		fi
1079
		zroot_vdevs="$zroot_vdevs $disk$targetpart"
1079
		zroot_vdevs="$zroot_vdevs $disk$targetpart"
1080
1080
		if [ "$ZFSBOOT_GELI_ENCRYPTION" ]; then
1081
			zroot_vdevs="$zroot_vdevs.eli"
1082
		fi
1081
		n=$(( $n + 1 ))
1083
		n=$(( $n + 1 ))
1082
	done # disks
1084
	done # disks
1083
1085

Return to bug 196790