Add lvm2 and dmraid in filesystem selection
This commit is contained in:
parent
caf7a51906
commit
6f13531f46
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…
x
Reference in New Issue
Block a user