diff --git a/archfi b/archfi index d96988e..4cbf081 100644 --- a/archfi +++ b/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)