@ -41,7 +41,7 @@ if [ "$diskcount" -gt "6" ]; then diskoptions="11 35 4 raidz2 off raidz3 off mir
if["$diskcount" -gt "11"];thendiskoptions="10 35 3 raidz3 off mirror off none off";fi
if["$diskcount" -gt "11"];thendiskoptions="10 35 3 raidz3 off mirror off none off";fi
raidtype=`dialog --no-items --no-cancel --title "Root pool ZFS RAID" --radiolist "Select root pool ZFS RAID type:"12355 raidz off raidz2 off raidz3 off mirror off none off 2>&1 1>/dev/tty`
raidtype=`dialog --no-items --no-cancel --title "Root pool ZFS RAID" --radiolist "Select root pool ZFS RAID type:"$diskoptions 2>&1 1>/dev/tty`
nicdevices="";for nic in $(ip -o link show | awk -F': ''{print $2}'| grep -v '^lo');donicdevices="$nicdevices$nic off";done
nicdevices="";for nic in $(ip -o link show | awk -F': ''{print $2}'| grep -v '^lo');donicdevices="$nicdevices$nic off";done
nics=`dialog --separate-output --no-cancel --no-items --title "Bridged network devices" --checklist "Select the network devices to be bridged to br0:"$height$width${window}$nicdevices 2>&1 1>/dev/tty`
nics=`dialog --separate-output --no-cancel --no-items --title "Bridged network devices" --checklist "Select the network devices to be bridged to br0:"$height$width${window}$nicdevices 2>&1 1>/dev/tty`