diff options
author | MatMoul <matmoul@gmail.com> | 2020-04-05 22:52:35 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2020-04-05 22:52:35 +0200 |
commit | 6f13531f46d62411cae96e5a1d476c957816c85e (patch) | |
tree | fb9adbc0c17c6112de7f549857d2ba863d2abb50 | |
parent | caf7a51906283e62d294dcf26ffeea043b202f4c (diff) | |
download | hyperfi-6f13531f46d62411cae96e5a1d476c957816c85e.tar.lz hyperfi-6f13531f46d62411cae96e5a1d476c957816c85e.tar.xz hyperfi-6f13531f46d62411cae96e5a1d476c957816c85e.zip |
Add lvm2 and dmraid in filesystem selection
-rw-r--r-- | archfi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |