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
|
||||
options+=("reiserfsprogs" "" off)
|
||||
fi
|
||||
options+=("lvm2" "" off)
|
||||
options+=("dmraid" "" off)
|
||||
sel=$(whiptail --backtitle "${apptitle}" --title "${txtinstallarchlinuxfilesystems}" --checklist "" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
3>&1 1>&2 2>&3)
|
||||
|
|
Loading…
Reference in a new issue