Add lvm2 and dmraid in filesystem selection
This commit is contained in:
parent
caf7a51906
commit
6f13531f46
1 changed files with 2 additions and 0 deletions
2
archfi
2
archfi
|
@ -847,6 +847,8 @@ installbase(){
|
||||||
else
|
else
|
||||||
options+=("reiserfsprogs" "" off)
|
options+=("reiserfsprogs" "" off)
|
||||||
fi
|
fi
|
||||||
|
options+=("lvm2" "" off)
|
||||||
|
options+=("dmraid" "" off)
|
||||||
sel=$(whiptail --backtitle "${apptitle}" --title "${txtinstallarchlinuxfilesystems}" --checklist "" 0 0 0 \
|
sel=$(whiptail --backtitle "${apptitle}" --title "${txtinstallarchlinuxfilesystems}" --checklist "" 0 0 0 \
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
|
|
Loading…
Reference in a new issue