add flidas support, fix typo
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index f241fd608f3c8c72524e6c1b3ab9097cd78b2e7b..1db0197f46a7cae93709e4985a19790fa99cd74e 100755 (executable)
@@ -205,6 +205,8 @@ if [[ ! $DISTRO ]]; then
         DISTRO=ubuntuxenial
     elif ifclass VOL_BELENOS; then
         DISTRO=trisquelbelenos
+    elif ifclass VOL_FLIDAS; then
+        DISTRO=trisquelflidas
     else
         echo "PARTITIONER ERROR: no distro class/var set" >&2
         exit 1