View | Details | Raw Unified | Return to bug 38830 | Differences between
and this patch

Collapse All | Expand All

(-)a/choose_partition/md/do_option (-1 lines)
 Lines 226-232   md_create_array () { Link Here 
226
226
227
	local layout=
227
	local layout=
228
	if [ "$level" -eq 10 ]; then
228
	if [ "$level" -eq 10 ]; then
229
		db_set partman-md/raid10layout n2
230
		while :; do
229
		while :; do
231
			db_input low partman-md/raid10layout
230
			db_input low partman-md/raid10layout
232
			db_go || return
231
			db_go || return
(-)a/debian/partman-md.templates (+1 lines)
 Lines 109-114   _Description: Not enough RAID partitions available Link Here 
109
109
110
Template: partman-md/raid10layout
110
Template: partman-md/raid10layout
111
Type: string
111
Type: string
112
Default: n2
112
# :sl3:
113
# :sl3:
113
_Description: Layout of the RAID10 array:
114
_Description: Layout of the RAID10 array:
114
 The layout must be n, o, or f (arrangement of the copies) followed
115
 The layout must be n, o, or f (arrangement of the copies) followed

Return to bug 38830