add support for trisquel belanos
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index 79826c7da5fac44a1897320ec005c9e77c22daa0..8a32c31b49cb81eb8c4953cea8b9cd1e247f4170 100755 (executable)
@@ -166,6 +166,8 @@ if [[ ! $DISTRO ]]; then
         DISTRO=debianstable
     elif ifclass XENIAL64; then
         DISTRO=ubuntuxenial
+    elif ifclass BELENOS64; then
+        DISTRO=trisquelbelenos
     else
         echo "PARTITIONER ERROR: no distro class/var set" >&2
         exit 1